public sealed class CommitServicePerimetersResponse : IMessage<CommitServicePerimetersResponse>, IEquatable<CommitServicePerimetersResponse>, IDeepCloneable<CommitServicePerimetersResponse>, IBufferMessage, IMessage
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"]],[["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-04-02 UTC."],[[["This webpage provides documentation for the `CommitServicePerimetersResponse` class within the `Google.Identity.AccessContextManager.V1` namespace, specifically for version 2.0.0 and later versions of this package up to 2.5.0."],["`CommitServicePerimetersResponse` serves as the response to a `CommitServicePerimetersRequest` and is encapsulated within the `Operation.response` field."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that takes another `CommitServicePerimetersResponse` instance as a parameter to be used for its creation."],["A key property of this response is `ServicePerimeters`, which is a list of `ServicePerimeter` instances within the `AccessPolicy` of type `RepeatedField`."]]],[]]