Cloud Asset V1 API - Module Google::Identity::AccessContextManager::V1::ServicePerimeter::PerimeterType (v0.20.1)

Reference documentation and code samples for the Cloud Asset V1 API module Google::Identity::AccessContextManager::V1::ServicePerimeter::PerimeterType.

Specifies the type of the Perimeter. There are two types: regular and bridge. Regular Service Perimeter contains resources, access levels, and restricted services. Every resource can be in at most ONE regular Service Perimeter.

In addition to being in a regular service perimeter, a resource can also be in zero or more perimeter bridges. A perimeter bridge only contains resources. Cross project operations are permitted if all effected resources share some perimeter (whether bridge or regular). Perimeter Bridge does not contain access levels or services: those are governed entirely by the regular perimeter that resource is in.

Perimeter Bridges are typically useful when building more complex toplogies with many independent perimeters that need to share some data with a common perimeter, but should not be able to share data among themselves.

Constants

PERIMETER_TYPE_REGULAR

value: 0
Regular Perimeter.

PERIMETER_TYPE_BRIDGE

value: 1
Perimeter Bridge.