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"]],[["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-01 UTC."],[[["The latest version of the `CommitServicePerimetersResponse` class is 2.5.0, and it is part of the `Google.Identity.AccessContextManager.V1` namespace."],["This class is a response to `CommitServicePerimetersRequest` and is included within the `Operation.response` field, acting as the response object."],["`CommitServicePerimetersResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `ServicePerimeters` property, which is a list containing all the `ServicePerimeter` instances in the `Access Policy`."],["The webpage contains the class's versions from 1.2.0 to the latest version 2.5.0."]]],[]]