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.v3.models.scheduled_search_all_of_owner import ScheduledSearchAllOfOwner

scheduled_search_all_of_owner = ScheduledSearchAllOfOwner(
type='IDENTITY',
id='2c9180867624cbd7017642d8c8c81f67'
)

[Back to top]