Batch v1 API - Class Environment.Types.KMSEnvMap (1.2.0)

public sealed class KMSEnvMap : IMessage<Environment.Types.KMSEnvMap>, IEquatable<Environment.Types.KMSEnvMap>, IDeepCloneable<Environment.Types.KMSEnvMap>, IBufferMessage, IMessage

Inheritance

Object > Environment.Types.KMSEnvMap

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

KMSEnvMap()

public KMSEnvMap()

KMSEnvMap(Environment.Types.KMSEnvMap)

public KMSEnvMap(Environment.Types.KMSEnvMap other)
Parameter
NameDescription
otherEnvironment.Types.KMSEnvMap

Properties

CipherText

public string CipherText { get; set; }

The value of the cipherText response from the encrypt method.

Property Value
TypeDescription
String

KeyName

public string KeyName { get; set; }

The name of the KMS key that will be used to decrypt the cipher text.

Property Value
TypeDescription
String