public sealed class CreateKeyRingRequest : IMessage<CreateKeyRingRequest>, IEquatable<CreateKeyRingRequest>, IDeepCloneable<CreateKeyRingRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.CreateKeyRing][google.cloud.kms.v1.KeyManagementService.CreateKeyRing].
Implements
IMessage<CreateKeyRingRequest>, IEquatable<CreateKeyRingRequest>, IDeepCloneable<CreateKeyRingRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
CreateKeyRingRequest()
public CreateKeyRingRequest()
CreateKeyRingRequest(CreateKeyRingRequest)
public CreateKeyRingRequest(CreateKeyRingRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateKeyRingRequest |
Properties
KeyRing
public KeyRing KeyRing { get; set; }
Required. A [KeyRing][google.cloud.kms.v1.KeyRing] with initial field values.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |