public sealed class DeleteAccessPolicyRequest : IMessage<DeleteAccessPolicyRequest>, IEquatable<DeleteAccessPolicyRequest>, IDeepCloneable<DeleteAccessPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class DeleteAccessPolicyRequest.
[[["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-09 UTC."],[[["This document provides reference documentation for the `DeleteAccessPolicyRequest` class within the Identity Access Context Manager v1 API."],["`DeleteAccessPolicyRequest` is used to request the deletion of an `AccessPolicy`."],["The latest version of the API class is 2.5.0, with multiple previous versions also documented, ranging back to 1.2.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with protocol buffer and .NET functionalities."],["Key properties of the class include `AccessPolicyName` and `Name`, with `Name` being the resource name for the access policy to be deleted, adhering to the format `accessPolicies/{policy_id}`."]]],[]]