Application management boundary.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "type": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the boundary. Format: "projects/{project}/locations/{location}/boundary" |
createTime |
Output only. Create time. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Update time. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
type |
Output only. Boundary type. |
Union field scope. The scope defining the boundary. scope can be only one of the following: |
|
crmNode |
Optional. The resource name of the CRM node being attached to the boundary. Format: |
Type
Boundary management type.
| Enums | |
|---|---|
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. |