Class CiphertextState
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 CiphertextState : ResourceArgs
Constructors
View SourceCiphertextState()
Declaration
public CiphertextState()
Properties
View SourceCiphertextBlob
The ciphertext of the data key encrypted with the primary CMK version.
Declaration
public Input<string> CiphertextBlob { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EncryptionContext
(Optional, ForceNew) The Encryption context. If you specify this parameter here, it is also required when you call the Decrypt API operation. For more information, see Encryption Context.
Declaration
public InputMap<string> EncryptionContext { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
KeyId
The globally unique ID of the CMK.
Declaration
public Input<string> KeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Plaintext
The plaintext to be encrypted which must be encoded in Base64.
Declaration
public Input<string> Plaintext { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |