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