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-03-21 UTC."],[[["This document provides reference information for the `ReplaceAccessLevelsResponse` class within the Google Identity Access Context Manager v1 API, specifically version 2.4.0."],["The `ReplaceAccessLevelsResponse` class is a response type for the `ReplaceAccessLevelsRequest` and is contained within the `Operation.response` field, representing a set of access levels."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that can be instantiated with or without another `ReplaceAccessLevelsResponse` object as a parameter, and it has a property named `AccessLevels` that contains a list of `AccessLevel` instances."],["There are several previous versions available of the API, ranging from 1.2.0 to 2.5.0, in which 2.5.0 is the latest."]]],[]]