Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/EventActor.md
2025-04-01 09:23:12 -04:00

777 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
v2025-event-actor EventActor EventActor EventActor powershellsdk
powershell
PowerShell
sdk
EventActor
V2025EventActor
/tools/sdk/powershell/v2025/models/event-actor
SDK
Software Development Kit
EventActor
V2025EventActor

EventActor

Properties

Name Type Description Notes
Name String Name of the actor that generated the event. [optional]

Examples

  • Prepare the resource
$EventActor = Initialize-PSSailpoint.V2025EventActor  -Name System
  • Convert the resource to JSON
$EventActor | ConvertTo-JSON

[Back to top]