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."],[[["The `DeleteAccessLevelRequest` class is part of the Identity Access Context Manager v1 API and is used to request the deletion of an `AccessLevel`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with protocol buffers and providing functionalities for deep cloning and equality comparison."],["The `DeleteAccessLevelRequest` class includes two constructors, a default one and another that accepts a `DeleteAccessLevelRequest` object for cloning purposes."],["The `DeleteAccessLevelRequest` class has a `Name` property, a string that holds the resource name for the Access Level to delete, formatted as `accessPolicies/{policy_id}/accessLevels/{access_level_id}`, as well as a property called `AccessLevelName` which is the name but under an AccessLevelName type."],["This documentation covers multiple versions of the API, ranging from version 1.2.0 up to the latest, 2.5.0, each with its own associated documentation page."]]],[]]