Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/EntityCreatedByDTO.md
2025-05-07 14:37:48 +00:00

971 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
powershell
PowerShell
sdk
EntityCreatedByDTO
BetaEntityCreatedByDTO
/tools/sdk/powershell/beta/models/entity-created-by-dto
SDK
Software Development Kit
EntityCreatedByDTO
BetaEntityCreatedByDTO

EntityCreatedByDTO

Properties

Name Type Description Notes
Id String ID of the creator [optional]
DisplayName String The display name of the creator [optional]

Examples

  • Prepare the resource
$EntityCreatedByDTO = Initialize-BetaEntityCreatedByDTO  -Id 2c918090761a5aac0176215c46a62d58 `
 -DisplayName Ashley.Pierce
  • Convert the resource to JSON
$EntityCreatedByDTO | ConvertTo-JSON

[Back to top]