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 document provides reference information for the `CommitServicePerimetersResponse` class within the Google Identity Access Context Manager v1 API, specifically for version 2.2.0."],["The `CommitServicePerimetersResponse` class represents a response to a `CommitServicePerimetersRequest`, and it is designed to be placed inside an `Operation.response` field."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ServicePerimeters` property within this class is of type `RepeatedField\u003cServicePerimeter\u003e` and is used to list all Service Perimeter instances in the Access Policy."],["The documentation shows the range of previous versions available, from version 1.2.0 to the latest 2.5.0."]]],[]]