GetAccountJwtResult

data class GetAccountJwtResult(val delegates: List<String>? = null, val expiresIn: Int? = null, val id: String, val jwt: String, val payload: String, val targetServiceAccount: String)

A collection of values returned by getAccountJwt.

Constructors

Link copied to clipboard
constructor(delegates: List<String>? = null, expiresIn: Int? = null, id: String, jwt: String, payload: String, targetServiceAccount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delegates: List<String>? = null
Link copied to clipboard
val expiresIn: Int? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val jwt: String

The signed JWT containing the JWT Claims Set from the payload.

Link copied to clipboard
Link copied to clipboard