pub async fn explain_policy(
__arg0: State<AppState>,
headers: HeaderMap,
__arg2: Json<PolicyExplainRequest>,
) -> impl IntoResponseExpand description
POST /policy/explain: dry-run policy evaluation without executing.
pub async fn explain_policy(
__arg0: State<AppState>,
headers: HeaderMap,
__arg2: Json<PolicyExplainRequest>,
) -> impl IntoResponsePOST /policy/explain: dry-run policy evaluation without executing.