Class GetAuthBackendResult
Inheritance
System.Object
GetAuthBackendResult
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
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetAuthBackendResult
Fields
View SourceAccessor
The accessor for this auth method
Declaration
public readonly string Accessor
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultLeaseTtlSeconds
The default lease duration in seconds.
Declaration
public readonly int DefaultLeaseTtlSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Description
A description of the auth method.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ListingVisibility
Speficies whether to show this mount in the UI-specific listing endpoint.
Declaration
public readonly string ListingVisibility
Field Value
| Type | Description |
|---|---|
| System.String |
Local
Specifies if the auth method is local only.
Declaration
public readonly bool Local
Field Value
| Type | Description |
|---|---|
| System.Boolean |
MaxLeaseTtlSeconds
The maximum lease duration in seconds.
Declaration
public readonly int MaxLeaseTtlSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Path
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The name of the auth method type.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |