public sealed class Environment.Types.KMSEnvMap : IMessage<Environment.Types.KMSEnvMap>, IEquatable<Environment.Types.KMSEnvMap>, IDeepCloneable<Environment.Types.KMSEnvMap>, IBufferMessage, IMessage
Implements
IMessageEnvironmentTypesKMSEnvMap, IEquatableEnvironmentTypesKMSEnvMap, IDeepCloneableEnvironmentTypesKMSEnvMap, IBufferMessage, IMessageNamespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
KMSEnvMap()
public KMSEnvMap()
KMSEnvMap(KMSEnvMap)
public KMSEnvMap(Environment.Types.KMSEnvMap other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentTypesKMSEnvMap |
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 |