Google Cloud Key Management Service v1 API - Class CreateKeyRingRequest (3.10.0)

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

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class CreateKeyRingRequest.

Request message for [KeyManagementService.CreateKeyRing][google.cloud.kms.v1.KeyManagementService.CreateKeyRing].

Inheritance

object > CreateKeyRingRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

CreateKeyRingRequest()

public CreateKeyRingRequest()

CreateKeyRingRequest(CreateKeyRingRequest)

public CreateKeyRingRequest(CreateKeyRingRequest other)
Parameter
NameDescription
otherCreateKeyRingRequest

Properties

KeyRing

public KeyRing KeyRing { get; set; }

Required. A [KeyRing][google.cloud.kms.v1.KeyRing] with initial field values.

Property Value
TypeDescription
KeyRing

KeyRingId

public string KeyRingId { get; set; }

Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the location associated with the [KeyRings][google.cloud.kms.v1.KeyRing], 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