mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-role-mining-potential-role-source-usage | RoleMiningPotentialRoleSourceUsage | RoleMiningPotentialRoleSourceUsage | RoleMiningPotentialRoleSourceUsage | pythonsdk |
|
/tools/sdk/python/beta/models/role-mining-potential-role-source-usage |
|
RoleMiningPotentialRoleSourceUsage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The identity ID | [optional] |
| display_name | str | Display name for the identity | [optional] |
| str | Email address for the identity | [optional] | |
| usage_count | int | The number of days there has been usage of the source by the identity. | [optional] |
| } |
Example
from sailpoint.beta.models.role_mining_potential_role_source_usage import RoleMiningPotentialRoleSourceUsage
role_mining_potential_role_source_usage = RoleMiningPotentialRoleSourceUsage(
id='2c918089762475180176267f894b54dc',
display_name='Kirk Koepp',
email='kirk.koepp@testmail.identitynow.com',
usage_count=25
)