GoogleApi.IAM.V1.Model.WorkloadIdentityPoolManagedIdentity (google_api_iam v0.45.0)
View SourceRepresents a managed identity for a workload identity pool namespace.
Attributes
-
description
(type:String.t
, default:nil
) - A description of the managed identity. Cannot exceed 256 characters. -
disabled
(type:boolean()
, default:nil
) - Whether the managed identity is disabled. If disabled, credentials may no longer be issued for the identity, however existing credentials will still be accepted until they expire. -
expireTime
(type:DateTime.t
, default:nil
) - Output only. Time after which the managed identity will be permanently purged and cannot be recovered. -
name
(type:String.t
, default:nil
) - Output only. The resource name of the managed identity. -
state
(type:String.t
, default:nil
) - Output only. The state of the managed identity.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAM.V1.Model.WorkloadIdentityPoolManagedIdentity{ description: String.t() | nil, disabled: boolean() | nil, expireTime: DateTime.t() | nil, name: String.t() | nil, state: String.t() | nil }