public sealed class DeleteAccessLevelRequest : IMessage<DeleteAccessLevelRequest>, IEquatable<DeleteAccessLevelRequest>, IDeepCloneable<DeleteAccessLevelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class DeleteAccessLevelRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `DeleteAccessLevelRequest` class within the Google Identity Access Context Manager v1 API, specifically for version 2.4.0."],["`DeleteAccessLevelRequest` is used to request the deletion of an `AccessLevel` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `DeleteAccessLevelRequest` object for cloning."],["The class contains the `AccessLevelName` property, which is a typed view over the `Name` property, and the `Name` property, which represents the resource name of the `AccessLevel` to be deleted, following a specific format."],["The documentation also lists all available versions of the `DeleteAccessLevelRequest` class, ranging from 1.2.0 up to 2.5.0, with 2.5.0 being the latest version."]]],[]]