Skip to main content

effective_iam_policies

Creates, updates, deletes, gets or lists a effective_iam_policies resource.

Overview

Nameeffective_iam_policies
TypeResource
Idgoogle.cloudasset.effective_iam_policies

Fields

NameDatatypeDescription
policyResultsarrayThe 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

NameAccessible byRequired ParamsDescription
batch_getSELECTscopeGets 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 }}';