GoogleApi.CloudAsset.V1.Model.SearchAllIamPoliciesResponse (google_api_cloud_asset v0.42.0)
View SourceSearch all IAM policies response.
Attributes
-
nextPageToken(type:String.t, default:nil) - Set if there are more results than those appearing in this response; to get the next set of results, call this method again, using this value as thepage_token. -
results(type:list(GoogleApi.CloudAsset.V1.Model.IamPolicySearchResult.t), default:nil) - A list of IAM policies that match the search query. Related information such as the associated resource is returned along with the policy.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.SearchAllIamPoliciesResponse{ nextPageToken: String.t() | nil, results: [GoogleApi.CloudAsset.V1.Model.IamPolicySearchResult.t()] | nil }