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-03-21 UTC."],[[["This page provides reference documentation for the `UpdateAccessLevelRequest` class within the Identity Access Context Manager v1 API."],["The latest version of the `UpdateAccessLevelRequest` class is 2.5.0, with versions ranging back to 1.2.0 also documented."],["`UpdateAccessLevelRequest` is used to update an `AccessLevel`, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `AccessLevel`, which is required and represents the updated Access Level, and `UpdateMask`, which is also required and controls which fields are updated."],["The `UpdateAccessLevelRequest` class includes two constructors to create new instances, one being parameterless, and another accepting an instance of `UpdateAccessLevelRequest` as a parameter."]]],[]]