Skip to main content

Entitycreatedbydto

Properties

NameTypeDescriptionNotes
idstrID of the creator[optional]
display_namestrThe display name of the creator[optional]
}

Example

from sailpoint.iai_role_mining.models.entitycreatedbydto import Entitycreatedbydto

entitycreatedbydto = Entitycreatedbydto(
id='2c918090761a5aac0176215c46a62d58',
display_name='Ashley.Pierce'
)

[Back to top]