CreateWorkspaceServiceAccountTokenRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

A name for the token to create.

Link copied to clipboard

Sets how long the token will be valid, in seconds. You can set the time up to 30 days in the future.

Link copied to clipboard

The ID of the service account for which to create a token.

Link copied to clipboard

The ID of the workspace the service account resides within.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String