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."],[[["The `CommitServicePerimetersResponse` class is a response type for the `CommitServicePerimetersRequest` and is designed to be included within the `Operation.response` field."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for data handling and manipulation."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It provides two constructors for creating instances, either empty or by copying another `CommitServicePerimetersResponse`."],["The `ServicePerimeters` property, a `RepeatedField\u003cServicePerimeter\u003e`, contains a list of all `ServicePerimeter` instances in the `Access Policy`."]]],[]]