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.iai_role_mining.models.roleminingpotentialrolesourceusage import Roleminingpotentialrolesourceusage

roleminingpotentialrolesourceusage = Roleminingpotentialrolesourceusage(
id='2c918089762475180176267f894b54dc',
display_name='Kirk Koepp',
email='kirk.koepp@testmail.identitynow.com',
usage_count=25
)

[Back to top]