SavedSearchName
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| name | str | The name of the saved search. | [optional] | 
| description | str | The description of the saved search. | [optional] | 
| } | 
Example
from sailpoint.v2025.models.saved_search_name import SavedSearchName
saved_search_name = SavedSearchName(
name='Disabled accounts',
description='Disabled accounts'
)