Policy Management

Loading secure policies...
Policy Enforcement Trends

Policy Overview

Total Policies
0
Active
0
Pending Review
0
Enforcements
0
Active Policy (Rego)
UDF
package ai.governance
// AI model access control policy
allow {
input.model.risk_score < 0.7
input.data.pii == false
input.user.role == "data_scientist"
}
Enforced via Snowflake UDF

Recent Changes

No recent changes