Show / Hide Table of Contents

Class GetSecretArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSecretArgs
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.Vault.Generic
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetSecretArgs : InvokeArgs

Constructors

View Source

GetSecretArgs()

Declaration
public GetSecretArgs()

Properties

View Source

Path

The full logical path from which to request data. To read data from the "generic" secret backend mounted in Vault by default, this should be prefixed with secret/. Reading from other backends with this data source is possible; consult each backend's documentation to see which endpoints support the GET method.

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

Version

Declaration
public int? Version { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.