Skip to main content

EventTarget

Properties

NameTypeDescriptionNotes
NameStringName of the target, or recipient, of the event.[optional]

Examples

  • Prepare the resource
$EventTarget = Initialize-PSSailpoint.V2024EventTarget  -Name Carol.Adams
  • Convert the resource to JSON
$EventTarget | ConvertTo-JSON

[Back to top]