View Source Ash.Policy.Policy (ash v2.21.12)

Represents a policy on an Ash.Resource

Summary

Types

@type t() :: %Ash.Policy.Policy{
  access_type: term(),
  bypass?: term(),
  checks: term(),
  condition: term(),
  description: term(),
  policies: term()
}

Functions

Link to this function

at_least_one_policy_expression(policies, authorizer)

View Source
Link to this function

fetch_or_strict_check_fact(authorizer, arg2)

View Source