AuthUserLevelsIdentityCount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The unique identifier of the user level. | [optional] |
| count | int | Number of identities having this user level. | [optional] |
| } |
Example
from sailpoint.v2025.models.auth_user_levels_identity_count import AuthUserLevelsIdentityCount
auth_user_levels_identity_count = AuthUserLevelsIdentityCount(
id='idn:access-request-administrator',
count=10
)