Skip to main content

EntityCreatedByDTO

Properties

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

Example

from sailpoint.v2024.models.entity_created_by_dto import EntityCreatedByDTO

entity_created_by_dto = EntityCreatedByDTO(
id='2c918090761a5aac0176215c46a62d58',
display_name='Ashley.Pierce'
)

[Back to top]