Show / Hide Table of Contents

Class KMSEnvMap

Inheritance
object
KMSEnvMap
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX