Class EncryptionSpec
The configuration used for encrypting data at rest.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class EncryptionSpec : IDirectResponseSchema
Properties
CloudKmsKey
The resource name for a Cloud KMS key in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.
Declaration
[JsonProperty("cloudKmsKey")]
public virtual string CloudKmsKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |