mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
787 B
787 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-target | EventTarget | EventTarget | EventTarget | powershellsdk |
|
/tools/sdk/powershell/v2024/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-V2024EventTarget -Name Carol.Adams
- Convert the resource to JSON
$EventTarget | ConvertTo-JSON