mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| scheduled-search-all-of-owner | ScheduledSearchAllOfOwner | ScheduledSearchAllOfOwner | ScheduledSearchAllOfOwner | pythonsdk |
|
/tools/sdk/python/v3/models/scheduled-search-all-of-owner |
|
ScheduledSearchAllOfOwner
The owner of the scheduled search
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | The type of object being referenced | [required] |
| id | str | The 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'
)