Class SecretCiphertextArgs
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.Gcp.Kms
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecretCiphertextArgs : ResourceArgs
Constructors
View SourceSecretCiphertextArgs()
Declaration
public SecretCiphertextArgs()
Properties
View SourceAdditionalAuthenticatedData
The additional authenticated data used for integrity checks during encryption and decryption. Note: This property is sensitive and will not be displayed in the plan.
Declaration
public Input<string> AdditionalAuthenticatedData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CryptoKey
The full name of the CryptoKey that will be used to encrypt the provided plaintext.
Format: 'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}/cryptoKeys/{{cryptoKey}}'
Declaration
public Input<string> CryptoKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Plaintext
The plaintext to be encrypted. Note: This property is sensitive and will not be displayed in the plan.
Declaration
public Input<string> Plaintext { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |