Show / Hide Table of Contents

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 Source

Accessor

The accessor for this auth method

Declaration
public readonly string Accessor
Field Value
Type Description
System.String
View Source

DefaultLeaseTtlSeconds

The default lease duration in seconds.

Declaration
public readonly int DefaultLeaseTtlSeconds
Field Value
Type Description
System.Int32
View Source

Description

A description of the auth method.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

ListingVisibility

Speficies whether to show this mount in the UI-specific listing endpoint.

Declaration
public readonly string ListingVisibility
Field Value
Type Description
System.String
View Source

Local

Specifies if the auth method is local only.

Declaration
public readonly bool Local
Field Value
Type Description
System.Boolean
View Source

MaxLeaseTtlSeconds

The maximum lease duration in seconds.

Declaration
public readonly int MaxLeaseTtlSeconds
Field Value
Type Description
System.Int32
View Source

Path

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

Type

The name of the auth method type.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.