GetWorkloadIdentityPoolResult

data class GetWorkloadIdentityPoolResult(val description: String, val disabled: Boolean, val displayName: String, val name: String, val state: String)

Constructors

Link copied to clipboard
fun GetWorkloadIdentityPoolResult(description: String, disabled: Boolean, displayName: String, name: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the pool. Cannot exceed 256 characters.

Link copied to clipboard

Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.

Link copied to clipboard

A display name for the pool. Cannot exceed 32 characters.

Link copied to clipboard

The resource name of the pool.

Link copied to clipboard

The state of the pool.