Configure RBAC and ABAC access controls.
Define roles and assign them to users or groups:
Use user attributes for fine-grained access:
{
"condition": "user.department == 'Engineering' AND asset.sensitivity != 'Confidential'",
"effect": "allow"
}User attributes are synced from your identity provider via SCIM.