mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
925 B
925 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| scheduled-search-name | ScheduledSearchName | ScheduledSearchName | ScheduledSearchName | pythonsdk |
|
/tools/sdk/python/v3/models/scheduled-search-name |
|
ScheduledSearchName
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The name of the scheduled search. | [optional] |
| description | str | The description of the scheduled search. | [optional] |
| } |
Example
from sailpoint.v3.models.scheduled_search_name import ScheduledSearchName
scheduled_search_name = ScheduledSearchName(
name='Daily disabled accounts',
description='Daily disabled accounts'
)