GoogleApi.IAM.V1.Model.ListWorkloadIdentityPoolNamespacesResponse (google_api_iam v0.45.0)
View SourceResponse message for ListWorkloadIdentityPoolNamespaces.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
workloadIdentityPoolNamespaces(type:list(GoogleApi.IAM.V1.Model.WorkloadIdentityPoolNamespace.t), default:nil) - A list of namespaces.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAM.V1.Model.ListWorkloadIdentityPoolNamespacesResponse{ nextPageToken: String.t() | nil, workloadIdentityPoolNamespaces: [GoogleApi.IAM.V1.Model.WorkloadIdentityPoolNamespace.t()] | nil }