Application management boundary.
| JSON representation |
|---|
{ "name" : string , "createTime" : string , "updateTime" : string , "type" : enum ( |
name
string
Identifier. The resource name of the boundary. Format: "projects/{project}/locations/{location}/boundary"
createTime
string (
Timestamp
format)
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: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
updateTime
string (
Timestamp
format)
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: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
type
enum (
Type
)
Output only. Boundary type.
scope
. The scope defining the boundary. scope
can be only one of the following:crmNode
string
Optional. The resource name of the CRM node being attached to the boundary. Format: projects/{project-number}
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. |

