Class EncryptionKey
Defined a customer managed encryption key that will be used to encrypt Backup artifacts.
Implements
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1.Data
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class EncryptionKey : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcpKmsEncryptionKey
Optional. Google Cloud KMS encryption key. Format: projects/*/locations/*/keyRings/*/cryptoKeys/*
Declaration
[JsonProperty("gcpKmsEncryptionKey")]
public virtual string GcpKmsEncryptionKey { get; set; }
Property Value
Type | Description |
---|---|
string |