View Source GoogleApi.IAM.V1.Model.QueryTestablePermissionsResponse (google_api_iam v0.42.0)

The response containing permissions which can be tested on a resource.

Attributes

  • nextPageToken (type: String.t, default: nil) - To retrieve the next page of results, set QueryTestableRolesRequest.page_token to this value.
  • permissions (type: list(GoogleApi.IAM.V1.Model.Permission.t), default: nil) - The Permissions testable on the requested resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.QueryTestablePermissionsResponse{
  nextPageToken: String.t() | nil,
  permissions: [GoogleApi.IAM.V1.Model.Permission.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.