GoogleApi.IAM.V1.Model.ListWorkloadIdentityPoolManagedIdentitiesResponse (google_api_iam v0.45.0)

View Source

Response message for ListWorkloadIdentityPoolManagedIdentities.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • workloadIdentityPoolManagedIdentities (type: list(GoogleApi.IAM.V1.Model.WorkloadIdentityPoolManagedIdentity.t), default: nil) - A list of managed identities.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.IAM.V1.Model.ListWorkloadIdentityPoolManagedIdentitiesResponse{
    nextPageToken: String.t() | nil,
    workloadIdentityPoolManagedIdentities:
      [GoogleApi.IAM.V1.Model.WorkloadIdentityPoolManagedIdentity.t()] | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.