Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/EventActor.md
2025-02-18 21:09:13 +00:00

755 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-PSSailpoint.V3EventActor  -Name System
  • Convert the resource to JSON
$EventActor | ConvertTo-JSON

[Back to top]