region property

String? region
getter/setter pair

For Cloud IAM: The location of the Policy.

Must be empty or "global" for Policies owned by global IAM. Must name a region from prodspec/cloud-iam-cloudspec for Regional IAM Policies, see go/iam-faq#where-is-iam-currently-deployed. For Local IAM: This field should be set to "local".

Implementation

core.String? region;