Certificate Authority v1 API - Class EncryptionSpec (3.12.0)

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

Reference documentation and code samples for the Certificate Authority v1 API class EncryptionSpec.

The configuration used for encrypting data at rest.

Inheritance

object > EncryptionSpec

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

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