public sealed class UpdateAccessLevelRequest : IMessage<UpdateAccessLevelRequest>, IEquatable<UpdateAccessLevelRequest>, IDeepCloneable<UpdateAccessLevelRequest>, IBufferMessage, IMessage
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-01 UTC."],[[["The `UpdateAccessLevelRequest` class is used to request an update to an `AccessLevel` within the Google Identity Access Context Manager V1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison within the system."],["The class contains properties such as `AccessLevel` and `UpdateMask`, which are used to define the updated access level and the specific fields that should be changed, respectively, with both properties being required."],["The latest version of the document reference is 2.5.0, but the current page covers version 1.5.0 of the UpdateAccessLevelRequest documentation, with multiple version available ranging from 1.2.0 to 2.5.0."]]],[]]