GetZeroTrustAccessServiceTokensResult

data class GetZeroTrustAccessServiceTokensResult(val clientId: String, val createdAt: String, val duration: String, val expiresAt: String, val id: String, val lastSeenAt: String, val name: String, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(clientId: String, createdAt: String, duration: String, expiresAt: String, id: String, lastSeenAt: String, name: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Client ID for the service token. Access will check for this value in the CF-Access-Client-ID request header.

Link copied to clipboard
Link copied to clipboard

The duration for how long the service token will be valid. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h. The default is 1 year in hours (8760h).

Link copied to clipboard
Link copied to clipboard
val id: String

The ID of the service token.

Link copied to clipboard
Link copied to clipboard

The name of the service token.

Link copied to clipboard