Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/RoleMiningPotentialRoleSummaryCreatedBy.md
2025-02-20 12:59:19 -05:00

1.2 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-summary-created-by RoleMiningPotentialRoleSummaryCreatedBy RoleMiningPotentialRoleSummaryCreatedBy RoleMiningPotentialRoleSummaryCreatedBy pythonsdk
python
Python
sdk
RoleMiningPotentialRoleSummaryCreatedBy
BetaRoleMiningPotentialRoleSummaryCreatedBy
/tools/sdk/python/beta/models/role-mining-potential-role-summary-created-by
SDK
Software Development Kit
RoleMiningPotentialRoleSummaryCreatedBy
BetaRoleMiningPotentialRoleSummaryCreatedBy

RoleMiningPotentialRoleSummaryCreatedBy

The potential role created by details

Properties

Name Type Description Notes
id str ID of the creator [optional]
display_name str The display name of the creator [optional]
}

Example

from sailpoint.beta.models.role_mining_potential_role_summary_created_by import RoleMiningPotentialRoleSummaryCreatedBy

role_mining_potential_role_summary_created_by = RoleMiningPotentialRoleSummaryCreatedBy(
id='2c918090761a5aac0176215c46a62d58',
display_name='Ashley.Pierce'
)

[Back to top]