Class GetPlaintextArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Kms
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetPlaintextArgs : InvokeArgs
Constructors
View SourceGetPlaintextArgs()
Declaration
public GetPlaintextArgs()
Properties
View SourceCiphertextBlob
The ciphertext to be decrypted.
Declaration
public string CiphertextBlob { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EncryptionContext
(Optional) The Encryption context. If you specify this parameter in the Encrypt or GenerateDataKey API operation, it is also required when you call the Decrypt API operation. For more information, see Encryption Context.
Declaration
public Dictionary<string, string> EncryptionContext { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |