Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/EventActor.md
2025-02-18 21:09:13 +00: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
v2024-event-actor EventActor EventActor EventActor powershellsdk
powershell
PowerShell
sdk
EventActor
V2024EventActor
/tools/sdk/powershell/v2024/models/event-actor
SDK
Software Development Kit
EventActor
V2024EventActor

EventActor

Properties

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

Examples

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

[Back to top]