Skip to main content

ScheduledsearchAllOfOwner

The owner of the scheduled search

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY' ]The type of object being referenced[required]
idstrThe ID of the referenced object[required]
}

Example

from sailpoint.scheduled_search.models.scheduledsearch_all_of_owner import ScheduledsearchAllOfOwner

scheduledsearch_all_of_owner = ScheduledsearchAllOfOwner(
type='IDENTITY',
id='2c9180867624cbd7017642d8c8c81f67'
)

[Back to top]