Class KMSEnvMap
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class KMSEnvMap : IDirectResponseSchema
Properties
CipherText
The value of the cipherText response from the encrypt
method.
Declaration
[JsonProperty("cipherText")]
public virtual string CipherText { 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 |
KeyName
The name of the KMS key that will be used to decrypt the cipher text.
Declaration
[JsonProperty("keyName")]
public virtual string KeyName { get; set; }
Property Value
Type | Description |
---|---|
string |