iamPolicy property

Policy? iamPolicy
getter/setter pair

A representation of the IAM policy set on a Google Cloud resource.

There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

Implementation

Policy? iamPolicy;