Skip to main content

RoleMiningPotentialRoleSourceUsage

Properties

NameTypeDescriptionNotes
idstrThe identity ID[optional]
display_namestrDisplay name for the identity[optional]
emailstrEmail address for the identity[optional]
usage_countintThe number of days there has been usage of the source by the identity.[optional]
}

Example

from sailpoint.v2024.models.role_mining_potential_role_source_usage import RoleMiningPotentialRoleSourceUsage

role_mining_potential_role_source_usage = RoleMiningPotentialRoleSourceUsage(
id='2c918089762475180176267f894b54dc',
display_name='Kirk Koepp',
email='[email protected]',
usage_count=25
)

[Back to top]