Skip to main content

RoleMiningPotentialRoleSummaryCreatedBy

The potential role created by details

Properties

NameTypeDescriptionNotes
idstrID of the creator[optional]
display_namestrThe 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]