mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
763 B
763 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-target | EventTarget | EventTarget | EventTarget | powershellsdk |
|
/tools/sdk/powershell/v3/models/event-target |
|
EventTarget
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | Name of the target, or recipient, of the event. | [optional] |
Examples
- Prepare the resource
$EventTarget = Initialize-EventTarget -Name Carol.Adams
- Convert the resource to JSON
$EventTarget | ConvertTo-JSON