public sealed class UpdateAccessLevelRequest : IMessage<UpdateAccessLevelRequest>, IEquatable<UpdateAccessLevelRequest>, IDeepCloneable<UpdateAccessLevelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class UpdateAccessLevelRequest.
Required. The updated [Access Level]
[google.identity.accesscontextmanager.v1.AccessLevel]. Syntactic
correctness of the [Access Level]
[google.identity.accesscontextmanager.v1.AccessLevel] is a
precondition for creation.
[[["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 latest version available for the `UpdateAccessLevelRequest` class is 2.5.0, and the documentation provides access to previous versions down to 1.2.0."],["`UpdateAccessLevelRequest` is part of the Google Identity Access Context Manager v1 API and is used to request the update of an AccessLevel."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UpdateAccessLevelRequest` class includes two constructors and two properties, `AccessLevel`, which represents the updated Access Level, and `UpdateMask`, which is used to specify which fields to update."],["The `AccessLevel` property is of type `AccessLevel` while the `UpdateMask` property is of type `FieldMask`."]]],[]]