Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/EventActor.md
2025-04-01 09:23:12 -04:00

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
python
Python
sdk
EventActor
V2025EventActor
/tools/sdk/python/v2025/models/event-actor
SDK
Software Development Kit
EventActor
V2025EventActor

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'
)

[Back to top]