Access Context Manager V1 Client - Class PerimeterType (0.5.5)

Reference documentation and code samples for the Access Context Manager V1 Client class 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.

Protobuf type google.identity.accesscontextmanager.v1.ServicePerimeter.PerimeterType

Namespace

Google \ Identity \ AccessContextManager \ V1 \ ServicePerimeter

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PERIMETER_TYPE_REGULAR

Value: 0

Regular Perimeter.

Generated from protobuf enum PERIMETER_TYPE_REGULAR = 0;

PERIMETER_TYPE_BRIDGE

Value: 1

Perimeter Bridge.

Generated from protobuf enum PERIMETER_TYPE_BRIDGE = 1;