Show / Hide Table of Contents

Class GetCiphertextArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetCiphertextArgs
Inherited Members
InvokeArgs.Empty
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 GetCiphertextArgs : InvokeArgs

Constructors

View Source

GetCiphertextArgs()

Declaration
public GetCiphertextArgs()

Properties

View Source

EncryptionContext

(Optional) 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 Dictionary<string, string> EncryptionContext { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
View Source

KeyId

The globally unique ID of the CMK.

Declaration
public string KeyId { get; set; }
Property Value
Type Description
System.String
View Source

Plaintext

The plaintext to be encrypted which must be encoded in Base64.

Declaration
public string Plaintext { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.