public sealed class ReplaceAccessLevelsResponse : IMessage<ReplaceAccessLevelsResponse>, IEquatable<ReplaceAccessLevelsResponse>, IDeepCloneable<ReplaceAccessLevelsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class ReplaceAccessLevelsResponse.
A response to ReplaceAccessLevelsRequest. 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-04-09 UTC."],[[["This document provides reference documentation for the `ReplaceAccessLevelsResponse` class within the Identity Access Context Manager v1 API, specifically for version 2.3.0."],["`ReplaceAccessLevelsResponse` serves as a response to a `ReplaceAccessLevelsRequest` and is used within the `Operation.response` field in this version."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET framework."],["The class is located within the `Google.Identity.AccessContextManager.V1` namespace, and is included in the `Google.Identity.AccessContextManager.V1.dll` assembly."],["It contains a property, `AccessLevels`, which is of type `RepeatedField\u003cAccessLevel\u003e` and it lists the Access Level instances."]]],[]]