GoogleApi.CloudAsset.V1.Model.SearchAllIamPoliciesResponse (google_api_cloud_asset v0.22.1) View Source
Search 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 IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.SearchAllIamPoliciesResponse{
nextPageToken: String.t() | nil,
results: [GoogleApi.CloudAsset.V1.Model.IamPolicySearchResult.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.