Skip to main content

EventActor

Properties

NameTypeDescriptionNotes
NameStringName 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]