public sealed class KMSEnvMap : IMessage<Environment.Types.KMSEnvMap>, IEquatable<Environment.Types.KMSEnvMap>, IDeepCloneable<Environment.Types.KMSEnvMap>, IBufferMessage, IMessage
Implements
IMessage<Environment.Types.KMSEnvMap>, IEquatable<Environment.Types.KMSEnvMap>, IDeepCloneable<Environment.Types.KMSEnvMap>, IBufferMessage, IMessageNamespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
KMSEnvMap()
public KMSEnvMap()
KMSEnvMap(Environment.Types.KMSEnvMap)
public KMSEnvMap(Environment.Types.KMSEnvMap other)
Parameter | |
---|---|
Name | Description |
other | Environment.Types.KMSEnvMap |
Properties
CipherText
public string CipherText { get; set; }
The value of the cipherText response from the encrypt
method.
Property Value | |
---|---|
Type | Description |
String |
KeyName
public string KeyName { get; set; }
The name of the KMS key that will be used to decrypt the cipher text.
Property Value | |
---|---|
Type | Description |
String |