effective_iam_policies
Creates, updates, deletes, gets or lists a effective_iam_policies
resource.
Overview
Name | effective_iam_policies |
Type | Resource |
Id | google.cloudasset.effective_iam_policies |
Fields
Name | Datatype | Description |
---|---|---|
policyResults | array | 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. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
batch_get | SELECT | scope | Gets effective IAM policies for a batch of resources. |
SELECT
examples
Gets effective IAM policies for a batch of resources.
SELECT
policyResults
FROM google.cloudasset.effective_iam_policies
WHERE scope = '{{ scope }}';