Show / Hide Table of Contents

Class GetSecretVersionArgs

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

Constructors

View Source

GetSecretVersionArgs()

Declaration
public GetSecretVersionArgs()

Properties

View Source

Project

The project to get the secret version for. If it is not provided, the provider project is used.

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

Secret

The secret to get the secret version for.

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

Version

The version of the secret to get. If it is not provided, the latest version is retrieved.

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