View Source GoogleApi.CloudAsset.V1.Model.BatchGetEffectiveIamPoliciesResponse (google_api_cloud_asset v0.35.0)

A response message for AssetService.BatchGetEffectiveIamPolicies.

Attributes

  • policyResults (type: list(GoogleApi.CloudAsset.V1.Model.EffectiveIamPolicy.t), default: nil) - The effective policies for a batch of resources. Note that the results order is the same as the order of BatchGetEffectiveIamPoliciesRequest.names. When a resource does not have any effective IAM policies, its corresponding policy_result will contain empty EffectiveIamPolicy.policies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.BatchGetEffectiveIamPoliciesResponse{
  policyResults: [GoogleApi.CloudAsset.V1.Model.EffectiveIamPolicy.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.