Show / Hide Table of Contents

Class GetKMSSecretArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKMSSecretArgs
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.Gcp.Kms
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetKMSSecretArgs : InvokeArgs

Constructors

View Source

GetKMSSecretArgs()

Declaration
public GetKMSSecretArgs()

Properties

View Source

AdditionalAuthenticatedData

The additional authenticated data used for integrity checks during encryption and decryption.

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

Ciphertext

The ciphertext to be decrypted, encoded in base64

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

CryptoKey

The id of the CryptoKey that will be used to decrypt the provided ciphertext. This is represented by the format {projectId}/{location}/{keyRingName}/{cryptoKeyName}.

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