Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SourceUpdatedActor.md
2025-01-28 13:29:29 -05:00

1.1 KiB

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-source-updated-actor SourceUpdatedActor SourceUpdatedActor SourceUpdatedActor powershellsdk
powershell
PowerShell
sdk
SourceUpdatedActor
V2024SourceUpdatedActor
/tools/sdk/powershell/v2024/models/source-updated-actor
SDK
Software Development Kit
SourceUpdatedActor
V2024SourceUpdatedActor

SourceUpdatedActor

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] DTO type of identity who updated the source. [required]
Id Pointer to String ID of identity who updated the source. [optional]
Name String Display name of identity who updated the source. [required]

Examples

  • Prepare the resource
$SourceUpdatedActor = Initialize-PSSailpoint.V2024SourceUpdatedActor  -Type IDENTITY `
 -Id 2c7180a46faadee4016fb4e018c20648 `
 -Name William Wilson
  • Convert the resource to JSON
$SourceUpdatedActor | ConvertTo-JSON

[Back to top]