AshDiagram.Data.Policy (AshDiagram v0.2.1)
View SourceProvides functions to create Policy Flow Chart diagrams for Ash applications.
This module generates Mermaid flowcharts that visualize policy authorization logic for Ash resources, showing the flow of conditions, checks, and final authorization decisions.
Summary
Functions
Creates a policy flow chart diagram for a single resource.
Types
Functions
@spec for_resource(resource :: module(), options :: options()) :: AshDiagram.Flowchart.t()
Creates a policy flow chart diagram for a single resource.