Certificate Manager v1 API - Class CreateTrustConfigRequest (2.6.0)

public sealed class CreateTrustConfigRequest : IMessage<CreateTrustConfigRequest>, IEquatable<CreateTrustConfigRequest>, IDeepCloneable<CreateTrustConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Manager v1 API class CreateTrustConfigRequest.

Request for the CreateTrustConfig method.

Inheritance

object > CreateTrustConfigRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

CreateTrustConfigRequest()

public CreateTrustConfigRequest()

CreateTrustConfigRequest(CreateTrustConfigRequest)

public CreateTrustConfigRequest(CreateTrustConfigRequest other)
Parameter
NameDescription
otherCreateTrustConfigRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource of the TrustConfig. Must be in the format projects/*/locations/*.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

TrustConfig

public TrustConfig TrustConfig { get; set; }

Required. A definition of the TrustConfig to create.

Property Value
TypeDescription
TrustConfig

TrustConfigId

public string TrustConfigId { get; set; }

Required. A user-provided name of the TrustConfig. Must match the regexp [a-z0-9-]{1,63}.

Property Value
TypeDescription
string