Class GetSecretArgs
Inherited Members
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 SourceGetSecretArgs()
Declaration
public GetSecretArgs()
Properties
View SourcePath
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 |
Version
Declaration
public int? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |