Expand description
Data models for the policy domain.
Structsยง
- Enforced
Policy ๐ - A per-organization enforcement decision for a single policy type.
- Enforced
Policy Erased - The FFI-facing counterpart of the native
EnforcedPolicy, with its strongly-typeddataerased toPolicyDataTypeso it can cross the binding boundary. - Organization
User Policy Context - A minimal set of data for a user in an organization. This provides the context needed to evaluate the policies that are applied to the user.
- Policy
View - An organization policy in the raw data format that is sent over the FFI.
- Resolved
Policy ๐View - A
PolicyViewresolved against the concretePolicythat handles it.