Show / Hide Table of Contents

Class GetKMSSecretCiphertextArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKMSSecretCiphertextArgs
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 GetKMSSecretCiphertextArgs : InvokeArgs

Constructors

View Source

GetKMSSecretCiphertextArgs()

Declaration
public GetKMSSecretCiphertextArgs()

Properties

View Source

CryptoKey

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

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

Plaintext

The plaintext to be encrypted

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