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"]],[["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 `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."]]],[]]