Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/EntityCreatedByDTO.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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

[Back to top]