GetAuthBackendsResult

data class GetAuthBackendsResult(val accessors: List<String>, val id: String, val namespace: String? = null, val paths: List<String>, val type: String? = null)

A collection of values returned by getAuthBackends.

Constructors

Link copied to clipboard
constructor(accessors: List<String>, id: String, namespace: String? = null, paths: List<String>, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The accessor IDs for the auth methods.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

List of auth backend mount points.

Link copied to clipboard
val type: String? = null