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.v3.models.saved_search_name import SavedSearchName
saved_search_name = SavedSearchName(
name='Disabled accounts',
description='Disabled accounts'
)