public sealed class DenyRuleExplanation.Types.AnnotatedPermissionMatching : IMessage<DenyRuleExplanation.Types.AnnotatedPermissionMatching>, IEquatable<DenyRuleExplanation.Types.AnnotatedPermissionMatching>, IDeepCloneable<DenyRuleExplanation.Types.AnnotatedPermissionMatching>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Troubleshooter v3 API class DenyRuleExplanation.Types.AnnotatedPermissionMatching.
Details about whether the permission in the request is denied by the
deny rule.
[[["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 document provides reference documentation for the `DenyRuleExplanation.Types.AnnotatedPermissionMatching` class, part of the Policy Troubleshooter v3 API, detailing how to determine if a permission is denied by a specific deny rule."],["The `AnnotatedPermissionMatching` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `object` class."],["Constructors are available for creating new instances of `AnnotatedPermissionMatching`, including one that accepts another `AnnotatedPermissionMatching` object for copying."],["The class includes two key properties: `PermissionMatchingState`, which indicates whether the permission in a request is denied, and `Relevance`, which describes the significance of the permission status in the rule determination."],["The current documentation covers versions 1.0.0, 1.1.0, and the latest 1.2.0 of the API, showing the class structure, inheritance, implementations, constructors, and property details."]]],[]]