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