mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
902 B
902 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-entity-created-by-dto | EntityCreatedByDTO | EntityCreatedByDTO | EntityCreatedByDTO | pythonsdk |
|
/tools/sdk/python/beta/models/entity-created-by-dto |
|
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.beta.models.entity_created_by_dto import EntityCreatedByDTO
entity_created_by_dto = EntityCreatedByDTO(
id='2c918090761a5aac0176215c46a62d58',
display_name='Ashley.Pierce'
)