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 documentation page covers the `CommitServicePerimetersResponse` class within the Google Identity Access Context Manager v1 API, specifically version 2.1.0."],["The `CommitServicePerimetersResponse` class is a response type for the `CommitServicePerimetersRequest`, encapsulating the result of committing service perimeter changes, as shown by it being in the `Operation.response` field."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `ServicePerimeters` property, a `RepeatedField` of `ServicePerimeter`, within the class provides a list of `ServicePerimeter` instances within the given `AccessPolicy`."],["There are multiple previous versions of the API available, ranging from 1.2.0 up to the latest 2.5.0."]]],[]]