Clarity.Vertex.Ash.Policy (Clarity v0.4.0)

View Source

Vertex implementation for Ash resource policies.

Represents a policy definition in an Ash resource that controls authorization.

Summary

Types

t()

@type t() :: %Clarity.Vertex.Ash.Policy{
  policy: Ash.Policy.Policy.t(),
  resource: Ash.Resource.t()
}