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

907 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-entity-created-by-dto EntityCreatedByDTO EntityCreatedByDTO EntityCreatedByDTO pythonsdk
python
Python
sdk
EntityCreatedByDTO
V2024EntityCreatedByDTO
/tools/sdk/python/v2024/models/entity-created-by-dto
SDK
Software Development Kit
EntityCreatedByDTO
V2024EntityCreatedByDTO

EntityCreatedByDTO

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.v2024.models.entity_created_by_dto import EntityCreatedByDTO

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

[Back to top]