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 `UpdateAccessLevelRequest` class is part of the Google Identity Access Context Manager v1 API and is used to request updates to an `AccessLevel`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling message updates and data structures."],["It features two constructors, a default and one that copies from another `UpdateAccessLevelRequest` instance."],["The class requires two properties to function: `AccessLevel`, representing the new state of the Access Level, and `UpdateMask`, which defines the specific fields to be updated."],["The documentation shows a list of available versions ranging from 1.2.0 to the latest 2.5.0 for the `UpdateAccessLevelRequest` class."]]],[]]