GetAuthBackendResult

data class GetAuthBackendResult(val accessor: String, val defaultLeaseTtlSeconds: Int, val description: String, val id: String, val listingVisibility: String, val local: Boolean, val maxLeaseTtlSeconds: Int, val namespace: String? = null, val path: String, val type: String)

A collection of values returned by getAuthBackend.

Constructors

Link copied to clipboard
constructor(accessor: String, defaultLeaseTtlSeconds: Int, description: String, id: String, listingVisibility: String, local: Boolean, maxLeaseTtlSeconds: Int, namespace: String? = null, path: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The accessor for this auth method.

Link copied to clipboard

The default lease duration in seconds.

Link copied to clipboard

A description of the auth method.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

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

Link copied to clipboard

Specifies if the auth method is local only.

Link copied to clipboard

The maximum lease duration in seconds.

Link copied to clipboard
val namespace: String? = null
Link copied to clipboard
Link copied to clipboard

The name of the auth method type.