mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
709 B
709 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 | pythonsdk |
|
/tools/sdk/python/v2024/models/event-target |
|
EventTarget
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Name of the target, or recipient, of the event. | [optional] |
| } |
Example
from sailpoint.v2024.models.event_target import EventTarget
event_target = EventTarget(
name='Carol.Adams'
)