public sealed class SingleRegionKey : IMessage<SingleRegionKey>, IEquatable<SingleRegionKey>, IDeepCloneable<SingleRegionKey>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class SingleRegionKey.
Metadata for single-regional CMEKs.
Implements
IMessageSingleRegionKey, IEquatableSingleRegionKey, IDeepCloneableSingleRegionKey, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
SingleRegionKey()
public SingleRegionKey()
SingleRegionKey(SingleRegionKey)
public SingleRegionKey(SingleRegionKey other)
Parameter | |
---|---|
Name | Description |
other |
SingleRegionKey |
Properties
KmsKey
public string KmsKey { get; set; }
Required. Single-regional kms key resource name which will be used to
encrypt resources
projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}
.
Property Value | |
---|---|
Type | Description |
string |
KmsKeyAsCryptoKeysName
public CryptoKeysName KmsKeyAsCryptoKeysName { get; set; }
CryptoKeysName-typed view over the KmsKey resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeysName |