mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
686 B
686 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-event-actor | EventActor | EventActor | EventActor | pythonsdk |
|
/tools/sdk/python/v2025/models/event-actor |
|
EventActor
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Name of the actor that generated the event. | [optional] |
| } |
Example
from sailpoint.v2025.models.event_actor import EventActor
event_actor = EventActor(
name='System'
)