ownershipScope property
Possible string values are:
- "OWNERSHIP_SCOPE_UNSPECIFIED" : Unspecified ownership scope, same as ALL_USERS.
- "ALL_USERS" : Both billing account-level users and project-level users have full access to the budget, if the users have the required IAM permissions.
- "BILLING_ACCOUNT" : Only billing account-level users have full access to the budget. Project-level users have read-only access, even if they have the required IAM permissions.
Implementation
core.String? ownershipScope;