PermissionUsageDto
Example
JSON
{ "permission_id": "string", "role_count": 0, "identity_count": 0, "roles": [ { "id": "string", "name": "string", "description": "string", "is_system_role": false, "is_active": false, "member_count": 0 } ] }
Properties
Distinct identities that hold this permission through any granting role. Lower than the sum of `member_count` when an identity holds more than one granting role.
Tell us how we can improve this guide.