mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1007 B
1007 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 | powershellsdk |
|
/tools/sdk/powershell/beta/models/entity-created-by-dto |
|
EntityCreatedByDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | ID of the creator | [optional] |
| DisplayName | Pointer to String | The display name of the creator | [optional] |
Examples
- Prepare the resource
$EntityCreatedByDTO = Initialize-PSSailpoint.BetaEntityCreatedByDTO -Id 2c918090761a5aac0176215c46a62d58 `
-DisplayName Ashley.Pierce
- Convert the resource to JSON
$EntityCreatedByDTO | ConvertTo-JSON