Skip to main content

AuthUserLevelsIdentityCount

Properties

NameTypeDescriptionNotes
idstrThe unique identifier of the user level.[optional]
countintNumber 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
)

[Back to top]