GetNomadAccessTokenResult

data class GetNomadAccessTokenResult(val accessorId: String, val backend: String, val id: String, val namespace: String? = null, val role: String, val secretId: String)

A collection of values returned by getNomadAccessToken.

Constructors

Link copied to clipboard
constructor(accessorId: String, backend: String, id: String, namespace: String? = null, role: String, secretId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The public identifier for a specific token. It can be used to look up information about a token or to revoke a token.

Link copied to clipboard
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
Link copied to clipboard

The token to be used when making requests to Nomad and should be kept private.