public sealed class ReplaceServicePerimetersResponse : IMessage<ReplaceServicePerimetersResponse>, IEquatable<ReplaceServicePerimetersResponse>, IDeepCloneable<ReplaceServicePerimetersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class ReplaceServicePerimetersResponse.
A response to ReplaceServicePerimetersRequest. This will be put inside of
Operation.response field.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `ReplaceServicePerimetersResponse` class within the Identity Access Context Manager v1 API, covering versions from 1.2.0 to the latest 2.5.0."],["The `ReplaceServicePerimetersResponse` class is a response type for the `ReplaceServicePerimetersRequest` operation, designed to be included in the `Operation.response` field."],["It inherits from the base `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `ServicePerimeters` property, which is a `RepeatedField` of `ServicePerimeter` instances, representing a list of service perimeters."],["Constructors for the `ReplaceServicePerimetersResponse` class include a default constructor and one that accepts another `ReplaceServicePerimetersResponse` object for creating copies."]]],[]]