Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V3/Models/EventActor.md
2025-03-10 11:34:32 -04:00

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

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

[Back to top]