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

public sealed class Environment.Types.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(KMSEnvMap)

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

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