Reference documentation and code samples for the Identity Access Context Manager v1 API enum ServicePerimeter.Types.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content provides reference documentation for the `PerimeterType` enum within the Google Identity Access Context Manager v1 API, specifically for .NET."],["`PerimeterType` can be either `Regular` or `Bridge`, with a `Regular` perimeter containing resources, access levels, and restricted services, while a `Bridge` only contains resources."],["A resource can belong to one regular service perimeter and zero or more perimeter bridges, but all resources affected by a cross-project operation must share at least one common perimeter."],["The documentation includes links to different versions of the API, ranging from version 1.2.0 to the latest version 2.5.0, allowing for version-specific information retrieval."],["The fields in the enum `PerimeterType` include `Bridge`, described as \"Perimeter Bridge\", and `Regular`, described as \"Regular Perimeter\"."]]],[]]