public sealed class CommitServicePerimetersResponse : IMessage<CommitServicePerimetersResponse>, IEquatable<CommitServicePerimetersResponse>, IDeepCloneable<CommitServicePerimetersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class CommitServicePerimetersResponse.
A response to CommitServicePerimetersRequest. This will be put inside of
Operation.response field.
public RepeatedField<ServicePerimeter> ServicePerimeters { get; }
List of all the [Service Perimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] instances in
the [Access Policy]
[google.identity.accesscontextmanager.v1.AccessPolicy].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `CommitServicePerimetersResponse` class within the Google Identity Access Context Manager v1 API, specifically version 2.3.0."],["`CommitServicePerimetersResponse` is a response type for `CommitServicePerimetersRequest`, residing in the `Google.Identity.AccessContextManager.V1` namespace."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a property called `ServicePerimeters`, which is a `RepeatedField` that contains a list of `ServicePerimeter` instances within the `AccessPolicy`."],["There are multiple versions of this class available, with version 2.5.0 being the latest, and versions ranging from 1.2.0 up to 2.5.0 are documented and accessible."]]],[]]