GetWorkloadIdentityPoolKeyResult

data class GetWorkloadIdentityPoolKeyResult(val expireTime: String, val keyData: KeyDataResponse, val name: String, val state: String, val use: String)

Constructors

Link copied to clipboard
constructor(expireTime: String, keyData: KeyDataResponse, name: String, state: String, use: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time after which the key will be permanently purged and cannot be recovered. Note that the key may get purged before this timestamp if the total limit of keys per provider is crossed.

Link copied to clipboard

Immutable. Public half of the asymmetric key.

Link copied to clipboard

The resource name of the key.

Link copied to clipboard

The state of the key.

Link copied to clipboard
val use: String

The purpose of the key.