type property
Boundary type.
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : Unspecified type.
- "AUTOMATIC" : The Boundary automatically includes all descendants of the CRM node.
- "MANUAL" : The list of projects within the Boundary is managed by the user.
- "MANAGED_AUTOMATIC" : The Boundary automatically includes all descendants of the CRM node, which is set via App Management folder capability.
Implementation
core.String? type;