mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
947 B
947 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-scheduled-search-name | ScheduledSearchName | ScheduledSearchName | ScheduledSearchName | pythonsdk |
|
/tools/sdk/python/v2024/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.v2024.models.scheduled_search_name import ScheduledSearchName
scheduled_search_name = ScheduledSearchName(
name='Daily disabled accounts',
description='Daily disabled accounts'
)