public sealed class EncryptionSpec : IMessage<EncryptionSpec>, IEquatable<EncryptionSpec>, IDeepCloneable<EncryptionSpec>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Authority v1 API class EncryptionSpec.
The configuration used for encrypting data at rest.
Implements
IMessageEncryptionSpec, IEquatableEncryptionSpec, IDeepCloneableEncryptionSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
EncryptionSpec()
public EncryptionSpec()EncryptionSpec(EncryptionSpec)
public EncryptionSpec(EncryptionSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
EncryptionSpec |
Properties
CloudKmsKey
public string CloudKmsKey { get; set; }The resource name for a Cloud KMS key in the format
projects/*/locations/*/keyRings/*/cryptoKeys/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|