Show / Hide Table of Contents

Class SecretCiphertextArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretCiphertextArgs
Inherited Members
ResourceArgs.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.Gcp.Kms
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecretCiphertextArgs : ResourceArgs

Constructors

View Source

SecretCiphertextArgs()

Declaration
public SecretCiphertextArgs()

Properties

View Source

AdditionalAuthenticatedData

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>
View Source

CryptoKey

The full name of the CryptoKey that will be used to encrypt the provided plaintext. Format: &apos;projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}/cryptoKeys/{{cryptoKey}}&apos;

Declaration
public Input<string> CryptoKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.