View Source GoogleApi.IAM.V1.Model.QueryTestablePermissionsResponse (google_api_iam v0.44.2)
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, setQueryTestableRolesRequest.page_tokento 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
Unwrap a decoded JSON object into its complex fields.