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

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

EventActor

Properties

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

Examples

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

[Back to top]