diff --git a/.github/workflows/build_pr.yaml b/.github/workflows/build_pr.yaml index 884fc990f..af83972fc 100644 --- a/.github/workflows/build_pr.yaml +++ b/.github/workflows/build_pr.yaml @@ -32,7 +32,11 @@ jobs: uses: actions/setup-node@v3 with: node-version: "16" - + + - name: Download OpenAPI Generator + run: | + wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.11.0/openapi-generator-cli-7.11.0.jar -O openapi-generator-cli.jar + - name: Set up Python uses: actions/setup-python@v4 with: diff --git a/.gitignore b/.gitignore index 8a3cb09aa..5d7691597 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +#generator jar +openapi-generator-cli.jar + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/requirements.txt b/requirements.txt index e11444ec9..5ab8de1fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -python_dateutil >= 2.5.3 +python_dateutil >= 2.8.2 setuptools >= 21.0.0 -urllib3 >= 1.25.3, < 2.1.0 +urllib3 >= 1.25.3, < 3.0.0 pydantic >= 2 aenum >= 3.1.11 mypy>=1.4.1 diff --git a/sailpoint/beta/api/access_model_metadata_api.py b/sailpoint/beta/api/access_model_metadata_api.py index 03ea815ba..f8e68f04e 100644 --- a/sailpoint/beta/api/access_model_metadata_api.py +++ b/sailpoint/beta/api/access_model_metadata_api.py @@ -270,7 +270,9 @@ def _get_access_model_metadata_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -558,7 +560,9 @@ def _get_access_model_metadata_attribute_value_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -835,7 +839,9 @@ def _list_access_model_metadata_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1112,7 +1118,9 @@ def _list_access_model_metadata_attribute_value_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/access_profiles_api.py b/sailpoint/beta/api/access_profiles_api.py index 265be493a..b09507d47 100644 --- a/sailpoint/beta/api/access_profiles_api.py +++ b/sailpoint/beta/api/access_profiles_api.py @@ -275,7 +275,9 @@ def _create_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -841,7 +845,9 @@ def _delete_access_profiles_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1130,7 +1136,9 @@ def _get_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1471,7 +1479,9 @@ def _get_access_profile_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1858,7 +1868,9 @@ def _list_access_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2177,7 +2189,9 @@ def _patch_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2471,7 +2485,9 @@ def _update_access_profiles_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/access_request_approvals_api.py b/sailpoint/beta/api/access_request_approvals_api.py index f26596e93..7508748b7 100644 --- a/sailpoint/beta/api/access_request_approvals_api.py +++ b/sailpoint/beta/api/access_request_approvals_api.py @@ -289,7 +289,9 @@ def _approve_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -595,7 +597,9 @@ def _forward_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -898,7 +902,9 @@ def _get_access_request_approval_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1241,7 +1247,9 @@ def _list_completed_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1600,7 +1608,9 @@ def _list_pending_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1913,7 +1923,9 @@ def _reject_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/access_request_identity_metrics_api.py b/sailpoint/beta/api/access_request_identity_metrics_api.py index 702d56b87..e9a8b4b14 100644 --- a/sailpoint/beta/api/access_request_identity_metrics_api.py +++ b/sailpoint/beta/api/access_request_identity_metrics_api.py @@ -294,7 +294,9 @@ def _get_access_request_identity_metrics_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/access_requests_api.py b/sailpoint/beta/api/access_requests_api.py index 250238e81..7a8ee768d 100644 --- a/sailpoint/beta/api/access_requests_api.py +++ b/sailpoint/beta/api/access_requests_api.py @@ -277,7 +277,9 @@ def _cancel_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -565,7 +567,9 @@ def _close_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -853,7 +857,9 @@ def _create_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1128,7 +1134,9 @@ def _get_access_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1518,7 +1526,9 @@ def _list_access_request_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1831,7 +1841,9 @@ def _set_access_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/account_activities_api.py b/sailpoint/beta/api/account_activities_api.py index a0654cc0c..9c4fd1ae7 100644 --- a/sailpoint/beta/api/account_activities_api.py +++ b/sailpoint/beta/api/account_activities_api.py @@ -272,7 +272,9 @@ def _get_account_activity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -651,7 +653,9 @@ def _list_account_activities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/account_aggregations_api.py b/sailpoint/beta/api/account_aggregations_api.py index 75713bab2..6806b190d 100644 --- a/sailpoint/beta/api/account_aggregations_api.py +++ b/sailpoint/beta/api/account_aggregations_api.py @@ -268,7 +268,9 @@ def _get_account_aggregation_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/account_usages_api.py b/sailpoint/beta/api/account_usages_api.py index bc7d0575e..0a0147717 100644 --- a/sailpoint/beta/api/account_usages_api.py +++ b/sailpoint/beta/api/account_usages_api.py @@ -321,7 +321,9 @@ def _get_usages_by_account_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/accounts_api.py b/sailpoint/beta/api/accounts_api.py index 46adf049d..d1cc7d923 100644 --- a/sailpoint/beta/api/accounts_api.py +++ b/sailpoint/beta/api/accounts_api.py @@ -278,7 +278,9 @@ def _create_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -569,7 +571,9 @@ def _delete_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -844,7 +848,9 @@ def _delete_account_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1135,7 +1141,9 @@ def _disable_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1428,7 +1436,9 @@ def _disable_account_for_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1703,7 +1713,9 @@ def _disable_accounts_for_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2007,7 +2019,9 @@ def _enable_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2300,7 +2314,9 @@ def _enable_account_for_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2575,7 +2591,9 @@ def _enable_accounts_for_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2866,7 +2884,9 @@ def _get_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3183,7 +3203,9 @@ def _get_account_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3535,7 +3557,9 @@ def _list_accounts_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3848,7 +3872,9 @@ def _put_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4141,7 +4167,9 @@ def _submit_reload_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4432,7 +4460,9 @@ def _unlock_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4739,7 +4769,9 @@ def _update_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/application_discovery_api.py b/sailpoint/beta/api/application_discovery_api.py index b98613349..03797064a 100644 --- a/sailpoint/beta/api/application_discovery_api.py +++ b/sailpoint/beta/api/application_discovery_api.py @@ -271,7 +271,9 @@ def _get_discovered_application_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -598,7 +600,9 @@ def _get_discovered_applications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -878,7 +882,9 @@ def _get_manual_discover_applications_csv_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1166,7 +1172,9 @@ def _patch_discovered_application_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1456,7 +1464,9 @@ def _send_manual_discover_applications_csv_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/approvals_api.py b/sailpoint/beta/api/approvals_api.py index e18176d48..0a56d7015 100644 --- a/sailpoint/beta/api/approvals_api.py +++ b/sailpoint/beta/api/approvals_api.py @@ -269,7 +269,9 @@ def _get_approval_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -570,7 +572,9 @@ def _get_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/apps_api.py b/sailpoint/beta/api/apps_api.py index bcc53f941..ff21c4d04 100644 --- a/sailpoint/beta/api/apps_api.py +++ b/sailpoint/beta/api/apps_api.py @@ -276,7 +276,9 @@ def _create_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -591,7 +593,9 @@ def _delete_access_profiles_from_source_app_by_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -885,7 +889,9 @@ def _delete_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1163,7 +1169,9 @@ def _get_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1477,7 +1485,9 @@ def _list_access_profiles_for_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1816,7 +1826,9 @@ def _list_all_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2148,7 +2160,9 @@ def _list_all_user_apps_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2489,7 +2503,9 @@ def _list_assigned_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2821,7 +2837,9 @@ def _list_available_accounts_for_user_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3160,7 +3178,9 @@ def _list_available_source_apps_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3492,7 +3512,9 @@ def _list_owned_user_apps_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3798,7 +3820,9 @@ def _patch_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4105,7 +4129,9 @@ def _patch_user_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4398,7 +4424,9 @@ def _update_source_apps_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/auth_profile_api.py b/sailpoint/beta/api/auth_profile_api.py index 2376cc9cd..80b272eb7 100644 --- a/sailpoint/beta/api/auth_profile_api.py +++ b/sailpoint/beta/api/auth_profile_api.py @@ -274,7 +274,9 @@ def _get_profile_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -536,7 +538,9 @@ def _get_profile_config_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -823,7 +827,9 @@ def _patch_profile_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/certification_campaigns_api.py b/sailpoint/beta/api/certification_campaigns_api.py index 98d34d9e8..729db4906 100644 --- a/sailpoint/beta/api/certification_campaigns_api.py +++ b/sailpoint/beta/api/certification_campaigns_api.py @@ -302,7 +302,9 @@ def _complete_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -595,7 +597,9 @@ def _create_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -886,7 +890,9 @@ def _create_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1180,7 +1186,9 @@ def _delete_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1461,7 +1469,9 @@ def _delete_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1742,7 +1752,9 @@ def _delete_campaigns_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2098,7 +2110,9 @@ def _get_active_campaigns_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2401,7 +2415,9 @@ def _get_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2682,7 +2698,9 @@ def _get_campaign_reports_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2947,7 +2965,9 @@ def _get_campaign_reports_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3226,7 +3246,9 @@ def _get_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3507,7 +3529,9 @@ def _get_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3837,7 +3861,9 @@ def _get_campaign_templates_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4149,7 +4175,9 @@ def _move_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4459,7 +4487,9 @@ def _patch_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4752,7 +4782,9 @@ def _set_campaign_reports_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5059,7 +5091,9 @@ def _set_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5368,7 +5402,9 @@ def _start_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5664,7 +5700,9 @@ def _start_campaign_remediation_scan_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5958,7 +5996,9 @@ def _start_campaign_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6238,7 +6278,9 @@ def _start_generate_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6533,7 +6575,9 @@ def _update_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/certifications_api.py b/sailpoint/beta/api/certifications_api.py index 6693f826e..9b0cd7309 100644 --- a/sailpoint/beta/api/certifications_api.py +++ b/sailpoint/beta/api/certifications_api.py @@ -344,7 +344,9 @@ def _get_identity_certification_item_permissions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -640,7 +642,9 @@ def _get_identity_certification_pending_tasks_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -931,7 +935,9 @@ def _get_identity_certification_task_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1279,7 +1285,9 @@ def _list_certification_reviewers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1955,7 +1963,9 @@ def _submit_reassign_certs_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/connector_rule_management_api.py b/sailpoint/beta/api/connector_rule_management_api.py index 948267f83..155412bca 100644 --- a/sailpoint/beta/api/connector_rule_management_api.py +++ b/sailpoint/beta/api/connector_rule_management_api.py @@ -273,7 +273,9 @@ def _create_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -842,7 +846,9 @@ def _get_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1104,7 +1110,9 @@ def _get_connector_rule_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1393,7 +1401,9 @@ def _update_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1683,7 +1693,9 @@ def _validate_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/connectors_api.py b/sailpoint/beta/api/connectors_api.py index faf1f87b4..f1d38d3d7 100644 --- a/sailpoint/beta/api/connectors_api.py +++ b/sailpoint/beta/api/connectors_api.py @@ -324,7 +324,9 @@ def _get_connector_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/custom_forms_api.py b/sailpoint/beta/api/custom_forms_api.py index 1a6c6d798..d81eb15c8 100644 --- a/sailpoint/beta/api/custom_forms_api.py +++ b/sailpoint/beta/api/custom_forms_api.py @@ -280,7 +280,9 @@ def _create_form_definition_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -565,7 +567,9 @@ def _create_form_definition_by_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -853,7 +857,9 @@ def _create_form_definition_dynamic_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1166,7 +1172,9 @@ def _create_form_definition_file_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1453,7 +1461,9 @@ def _create_form_instance_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1744,7 +1754,9 @@ def _delete_form_definition_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2058,7 +2070,9 @@ def _export_form_definitions_by_tenant_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2363,7 +2377,9 @@ def _get_file_from_s3_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2646,7 +2662,9 @@ def _get_form_definition_by_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2924,7 +2942,9 @@ def _get_form_instance_by_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3215,7 +3235,9 @@ def _get_form_instance_file_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3493,7 +3515,9 @@ def _import_form_definitions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3798,7 +3822,9 @@ def _patch_form_definition_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4108,7 +4134,9 @@ def _patch_form_instance_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4437,7 +4465,9 @@ def _search_form_definitions_by_tenant_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4781,7 +4811,9 @@ def _search_form_element_data_by_element_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5057,7 +5089,9 @@ def _search_form_instances_by_tenant_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5317,7 +5351,9 @@ def _search_pre_defined_select_options_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5642,7 +5678,9 @@ def _show_preview_data_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/custom_password_instructions_api.py b/sailpoint/beta/api/custom_password_instructions_api.py index 75b76773d..dfc6b0e76 100644 --- a/sailpoint/beta/api/custom_password_instructions_api.py +++ b/sailpoint/beta/api/custom_password_instructions_api.py @@ -263,7 +263,9 @@ def _create_custom_password_instructions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -561,7 +563,9 @@ def _delete_custom_password_instructions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -850,7 +854,9 @@ def _get_custom_password_instructions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/entitlements_api.py b/sailpoint/beta/api/entitlements_api.py index 64bb91f8c..f5ec1e9bd 100644 --- a/sailpoint/beta/api/entitlements_api.py +++ b/sailpoint/beta/api/entitlements_api.py @@ -300,7 +300,9 @@ def _create_access_model_metadata_for_entitlement_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -605,7 +607,9 @@ def _delete_access_model_metadata_from_entitlement_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -887,7 +891,9 @@ def _get_entitlement_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1165,7 +1171,9 @@ def _get_entitlement_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1456,7 +1464,9 @@ def _import_entitlements_by_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1814,7 +1824,9 @@ def _list_entitlement_children_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2177,7 +2189,9 @@ def _list_entitlement_parents_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2576,7 +2590,9 @@ def _list_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2902,7 +2918,9 @@ def _patch_entitlement_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3208,7 +3226,9 @@ def _put_entitlement_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3498,7 +3518,9 @@ def _reset_source_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3773,7 +3795,9 @@ def _update_entitlements_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/governance_groups_api.py b/sailpoint/beta/api/governance_groups_api.py index ec952e7e6..83ee63f34 100644 --- a/sailpoint/beta/api/governance_groups_api.py +++ b/sailpoint/beta/api/governance_groups_api.py @@ -277,7 +277,9 @@ def _create_workgroup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -565,7 +567,9 @@ def _delete_workgroup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -854,7 +858,9 @@ def _delete_workgroup_members_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1144,7 +1150,9 @@ def _delete_workgroups_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1432,7 +1440,9 @@ def _get_workgroup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1759,7 +1769,9 @@ def _list_connections_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2102,7 +2114,9 @@ def _list_workgroup_members_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2445,7 +2459,9 @@ def _list_workgroups_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2752,7 +2768,9 @@ def _patch_workgroup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3056,7 +3074,9 @@ def _update_workgroup_members_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/iai_access_request_recommendations_api.py b/sailpoint/beta/api/iai_access_request_recommendations_api.py index 0010df774..986f41016 100644 --- a/sailpoint/beta/api/iai_access_request_recommendations_api.py +++ b/sailpoint/beta/api/iai_access_request_recommendations_api.py @@ -271,7 +271,9 @@ def _add_access_request_recommendations_ignored_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -559,7 +561,9 @@ def _add_access_request_recommendations_requested_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -847,7 +851,9 @@ def _add_access_request_recommendations_viewed_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1136,7 +1142,9 @@ def _add_access_request_recommendations_viewed_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1502,7 +1510,9 @@ def _get_access_request_recommendations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1855,7 +1865,9 @@ def _get_access_request_recommendations_ignored_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2200,7 +2212,9 @@ def _get_access_request_recommendations_requested_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2545,7 +2559,9 @@ def _get_access_request_recommendations_viewed_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/iai_common_access_api.py b/sailpoint/beta/api/iai_common_access_api.py index 049de219c..544ef73f8 100644 --- a/sailpoint/beta/api/iai_common_access_api.py +++ b/sailpoint/beta/api/iai_common_access_api.py @@ -272,7 +272,9 @@ def _create_common_access_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -609,7 +611,9 @@ def _get_common_access_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -903,7 +907,9 @@ def _update_common_access_status_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/iai_message_catalogs_api.py b/sailpoint/beta/api/iai_message_catalogs_api.py index b9005bd10..9c3f89bcc 100644 --- a/sailpoint/beta/api/iai_message_catalogs_api.py +++ b/sailpoint/beta/api/iai_message_catalogs_api.py @@ -269,7 +269,9 @@ def _get_message_catalogs_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/iai_outliers_api.py b/sailpoint/beta/api/iai_outliers_api.py index 8e570096f..2e782d396 100644 --- a/sailpoint/beta/api/iai_outliers_api.py +++ b/sailpoint/beta/api/iai_outliers_api.py @@ -274,7 +274,9 @@ def _export_outliers_zip_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -608,7 +610,9 @@ def _get_identity_outlier_snapshots_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -967,7 +971,9 @@ def _get_identity_outliers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1268,7 +1274,9 @@ def _get_latest_identity_outlier_snapshots_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1549,7 +1557,9 @@ def _get_outlier_contributing_feature_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1893,7 +1903,9 @@ def _get_peer_group_outliers_contributing_features_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2190,7 +2202,9 @@ def _ignore_identity_outliers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2560,7 +2574,9 @@ def _list_outliers_contributing_feature_access_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2859,7 +2875,9 @@ def _un_ignore_identity_outliers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/iai_peer_group_strategies_api.py b/sailpoint/beta/api/iai_peer_group_strategies_api.py index cb76167c8..7977e8a00 100644 --- a/sailpoint/beta/api/iai_peer_group_strategies_api.py +++ b/sailpoint/beta/api/iai_peer_group_strategies_api.py @@ -311,7 +311,9 @@ def _get_peer_group_outliers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/iai_recommendations_api.py b/sailpoint/beta/api/iai_recommendations_api.py index 236d9abc5..c66f89505 100644 --- a/sailpoint/beta/api/iai_recommendations_api.py +++ b/sailpoint/beta/api/iai_recommendations_api.py @@ -268,7 +268,9 @@ def _get_recommendations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -540,7 +542,9 @@ def _get_recommendations_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -810,7 +814,9 @@ def _update_recommendations_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/iai_role_mining_api.py b/sailpoint/beta/api/iai_role_mining_api.py index 76f6b5d9c..16ff71762 100644 --- a/sailpoint/beta/api/iai_role_mining_api.py +++ b/sailpoint/beta/api/iai_role_mining_api.py @@ -337,7 +337,9 @@ def _create_potential_role_provision_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -637,7 +639,9 @@ def _create_role_mining_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -948,7 +952,9 @@ def _download_role_mining_potential_role_zip_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1238,7 +1244,9 @@ def _export_role_mining_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1539,7 +1547,9 @@ def _export_role_mining_potential_role_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1854,7 +1864,9 @@ def _export_role_mining_potential_role_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2185,7 +2197,9 @@ def _get_all_potential_role_summaries_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2501,7 +2515,9 @@ def _get_entitlement_distribution_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2873,7 +2889,9 @@ def _get_entitlements_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3249,7 +3267,9 @@ def _get_excluded_entitlements_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3621,7 +3641,9 @@ def _get_identities_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3931,7 +3953,9 @@ def _get_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4273,7 +4297,9 @@ def _get_potential_role_applications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4631,7 +4657,9 @@ def _get_potential_role_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4989,7 +5017,9 @@ def _get_potential_role_source_identity_usage_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5347,7 +5377,9 @@ def _get_potential_role_summaries_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5642,7 +5674,9 @@ def _get_role_mining_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5920,7 +5954,9 @@ def _get_role_mining_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6192,7 +6228,9 @@ def _get_role_mining_session_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6519,7 +6557,9 @@ def _get_role_mining_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6851,7 +6891,9 @@ def _get_saved_potential_roles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7170,7 +7212,9 @@ def _patch_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7479,7 +7523,9 @@ def _patch_role_mining_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7786,7 +7832,9 @@ def _patch_role_mining_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8099,7 +8147,9 @@ def _update_entitlements_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/icons_api.py b/sailpoint/beta/api/icons_api.py index 2bd637cef..5963ebccb 100644 --- a/sailpoint/beta/api/icons_api.py +++ b/sailpoint/beta/api/icons_api.py @@ -285,7 +285,9 @@ def _delete_icon_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -591,7 +593,9 @@ def _set_icon_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/identities_api.py b/sailpoint/beta/api/identities_api.py index 6dfc91bd4..acbf660bd 100644 --- a/sailpoint/beta/api/identities_api.py +++ b/sailpoint/beta/api/identities_api.py @@ -281,7 +281,9 @@ def _delete_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -559,7 +561,9 @@ def _get_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -837,7 +841,9 @@ def _get_identity_ownership_details_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1125,7 +1131,9 @@ def _get_role_assignment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1431,7 +1439,9 @@ def _get_role_assignments_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1779,7 +1789,9 @@ def _list_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2079,7 +2091,9 @@ def _reset_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2370,7 +2384,9 @@ def _send_identity_verification_account_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2663,7 +2679,9 @@ def _start_identities_invite_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2954,7 +2972,9 @@ def _start_identity_processing_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3245,7 +3265,9 @@ def _synchronize_attributes_for_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/identity_attributes_api.py b/sailpoint/beta/api/identity_attributes_api.py index c8e8ae42f..777ed9549 100644 --- a/sailpoint/beta/api/identity_attributes_api.py +++ b/sailpoint/beta/api/identity_attributes_api.py @@ -273,7 +273,9 @@ def _create_identity_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_identity_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -842,7 +846,9 @@ def _delete_identity_attributes_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1133,7 +1139,9 @@ def _get_identity_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1447,7 +1455,9 @@ def _list_identity_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1752,7 +1762,9 @@ def _put_identity_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/identity_history_api.py b/sailpoint/beta/api/identity_history_api.py index 1ae03c395..b16ef99f6 100644 --- a/sailpoint/beta/api/identity_history_api.py +++ b/sailpoint/beta/api/identity_history_api.py @@ -355,7 +355,9 @@ def _compare_identity_snapshots_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -745,7 +747,9 @@ def _compare_identity_snapshots_access_type_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1046,7 +1050,9 @@ def _get_historical_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1404,7 +1410,9 @@ def _get_historical_identity_events_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1716,7 +1724,9 @@ def _get_identity_snapshot_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2071,7 +2081,9 @@ def _get_identity_snapshot_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2370,7 +2382,9 @@ def _get_identity_start_date_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2697,7 +2711,9 @@ def _list_historical_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3084,7 +3100,9 @@ def _list_identity_access_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3416,7 +3434,9 @@ def _list_identity_snapshot_access_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3762,7 +3782,9 @@ def _list_identity_snapshots_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/identity_profiles_api.py b/sailpoint/beta/api/identity_profiles_api.py index f9c861fde..1ce450ccd 100644 --- a/sailpoint/beta/api/identity_profiles_api.py +++ b/sailpoint/beta/api/identity_profiles_api.py @@ -276,7 +276,9 @@ def _create_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -567,7 +569,9 @@ def _delete_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -843,7 +847,9 @@ def _delete_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1186,7 +1192,9 @@ def _export_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1482,7 +1490,9 @@ def _get_default_identity_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1760,7 +1770,9 @@ def _get_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2036,7 +2048,9 @@ def _import_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2376,7 +2390,9 @@ def _list_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2669,7 +2685,9 @@ def _show_generate_identity_preview_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2960,7 +2978,9 @@ def _sync_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3252,7 +3272,9 @@ def _update_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/launchers_api.py b/sailpoint/beta/api/launchers_api.py index 493d1682b..4e2fbdd7c 100644 --- a/sailpoint/beta/api/launchers_api.py +++ b/sailpoint/beta/api/launchers_api.py @@ -275,7 +275,9 @@ def _create_launcher_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -566,7 +568,9 @@ def _delete_launcher_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -844,7 +848,9 @@ def _get_launcher_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1148,7 +1154,9 @@ def _get_launchers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1449,7 +1457,9 @@ def _put_launcher_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1742,7 +1752,9 @@ def _start_launcher_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/lifecycle_states_api.py b/sailpoint/beta/api/lifecycle_states_api.py index 805b8d27f..ea2b8ed65 100644 --- a/sailpoint/beta/api/lifecycle_states_api.py +++ b/sailpoint/beta/api/lifecycle_states_api.py @@ -283,7 +283,9 @@ def _get_lifecycle_states_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -587,7 +589,9 @@ def _update_lifecycle_states_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/managed_clients_api.py b/sailpoint/beta/api/managed_clients_api.py index bcf636347..4f34161b0 100644 --- a/sailpoint/beta/api/managed_clients_api.py +++ b/sailpoint/beta/api/managed_clients_api.py @@ -289,7 +289,9 @@ def _get_managed_client_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -587,7 +589,9 @@ def _update_managed_client_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/managed_clusters_api.py b/sailpoint/beta/api/managed_clusters_api.py index 178184f1f..56fcc227e 100644 --- a/sailpoint/beta/api/managed_clusters_api.py +++ b/sailpoint/beta/api/managed_clusters_api.py @@ -276,7 +276,9 @@ def _get_client_log_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -557,7 +559,9 @@ def _get_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -874,7 +878,9 @@ def _get_managed_clusters_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1182,7 +1188,9 @@ def _put_client_log_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/mfa_configuration_api.py b/sailpoint/beta/api/mfa_configuration_api.py index 322fec6a2..b4661c5ea 100644 --- a/sailpoint/beta/api/mfa_configuration_api.py +++ b/sailpoint/beta/api/mfa_configuration_api.py @@ -274,7 +274,9 @@ def _delete_mfa_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -536,7 +538,9 @@ def _get_mfa_duo_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -809,7 +813,9 @@ def _get_mfa_kba_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1073,7 +1079,9 @@ def _get_mfa_okta_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1346,7 +1354,9 @@ def _set_mfa_duo_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1634,7 +1644,9 @@ def _set_mfa_okta_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1923,7 +1935,9 @@ def _set_mfakba_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2211,7 +2225,9 @@ def _test_mfa_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/mfa_controller_api.py b/sailpoint/beta/api/mfa_controller_api.py index 085c5a81b..8641224e7 100644 --- a/sailpoint/beta/api/mfa_controller_api.py +++ b/sailpoint/beta/api/mfa_controller_api.py @@ -278,7 +278,9 @@ def _create_send_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -579,7 +581,9 @@ def _ping_verification_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -869,7 +873,9 @@ def _send_duo_verify_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1158,7 +1164,9 @@ def _send_kba_answers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1446,7 +1454,9 @@ def _send_okta_verify_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1734,7 +1744,9 @@ def _send_token_auth_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/multi_host_integration_api.py b/sailpoint/beta/api/multi_host_integration_api.py index f83647437..ace9aa115 100644 --- a/sailpoint/beta/api/multi_host_integration_api.py +++ b/sailpoint/beta/api/multi_host_integration_api.py @@ -280,7 +280,9 @@ def _create_multi_host_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -585,7 +587,9 @@ def _create_sources_within_multi_host_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -878,7 +882,9 @@ def _delete_multi_host_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1156,7 +1162,9 @@ def _get_acct_aggregation_groups_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1434,7 +1442,9 @@ def _get_entitlement_aggregation_groups_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1712,7 +1722,9 @@ def _get_multi_host_integrations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2055,7 +2067,9 @@ def _get_multi_host_integrations_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2355,7 +2369,9 @@ def _get_multi_host_source_creation_errors_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2620,7 +2636,9 @@ def _get_multihost_integration_types_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2961,7 +2979,9 @@ def _get_sources_within_multi_host_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3259,7 +3279,9 @@ def _test_connection_multi_host_sources_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3550,7 +3572,9 @@ def _test_source_connection_multihost_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3844,7 +3868,9 @@ def _update_multi_host_sources_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/non_employee_lifecycle_management_api.py b/sailpoint/beta/api/non_employee_lifecycle_management_api.py index ea5bab48d..ccc823914 100644 --- a/sailpoint/beta/api/non_employee_lifecycle_management_api.py +++ b/sailpoint/beta/api/non_employee_lifecycle_management_api.py @@ -300,7 +300,9 @@ def _approve_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -590,7 +592,9 @@ def _create_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -878,7 +882,9 @@ def _create_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1166,7 +1172,9 @@ def _create_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1467,7 +1475,9 @@ def _create_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1757,7 +1767,9 @@ def _delete_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2032,7 +2044,9 @@ def _delete_non_employee_record_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2323,7 +2337,9 @@ def _delete_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2611,7 +2627,9 @@ def _delete_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2888,7 +2906,9 @@ def _delete_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3163,7 +3183,9 @@ def _delete_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3441,7 +3463,9 @@ def _export_non_employee_records_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3720,7 +3744,9 @@ def _export_non_employee_source_schema_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4009,7 +4035,9 @@ def _get_non_employee_approval_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4288,7 +4316,9 @@ def _get_non_employee_approval_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4563,7 +4593,9 @@ def _get_non_employee_bulk_upload_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4838,7 +4870,9 @@ def _get_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5116,7 +5150,9 @@ def _get_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5391,7 +5427,9 @@ def _get_non_employee_request_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5679,7 +5717,9 @@ def _get_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5956,7 +5996,9 @@ def _get_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6234,7 +6276,9 @@ def _get_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6525,7 +6569,9 @@ def _import_non_employee_records_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6880,7 +6926,9 @@ def _list_non_employee_approval_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7229,7 +7277,9 @@ def _list_non_employee_records_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7587,7 +7637,9 @@ def _list_non_employee_requests_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7949,7 +8001,9 @@ def _list_non_employee_sources_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8263,7 +8317,9 @@ def _patch_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8583,7 +8639,9 @@ def _patch_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8889,7 +8947,9 @@ def _patch_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9192,7 +9252,9 @@ def _reject_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9498,7 +9560,9 @@ def _update_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/notifications_api.py b/sailpoint/beta/api/notifications_api.py index ee3ae3548..ab4bbfe8d 100644 --- a/sailpoint/beta/api/notifications_api.py +++ b/sailpoint/beta/api/notifications_api.py @@ -283,7 +283,9 @@ def _create_domain_dkim_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -571,7 +573,9 @@ def _create_notification_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -859,7 +863,9 @@ def _create_verified_from_address_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1148,7 +1154,9 @@ def _delete_notification_templates_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1439,7 +1447,9 @@ def _delete_verified_from_address_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1701,7 +1711,9 @@ def _get_dkim_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1974,7 +1986,9 @@ def _get_mail_from_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2249,7 +2263,9 @@ def _get_notification_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2511,7 +2527,9 @@ def _get_notifications_template_context_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2833,7 +2851,9 @@ def _list_from_addresses_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3129,7 +3149,9 @@ def _list_notification_preferences_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3430,7 +3452,9 @@ def _list_notification_template_defaults_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3741,7 +3765,9 @@ def _list_notification_templates_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4026,7 +4052,9 @@ def _put_mail_from_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4317,7 +4345,9 @@ def _send_test_notification_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/o_auth_clients_api.py b/sailpoint/beta/api/o_auth_clients_api.py index 1db91479e..bcac21620 100644 --- a/sailpoint/beta/api/o_auth_clients_api.py +++ b/sailpoint/beta/api/o_auth_clients_api.py @@ -272,7 +272,9 @@ def _create_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -841,7 +845,9 @@ def _get_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1116,7 +1122,9 @@ def _list_oauth_clients_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1410,7 +1418,9 @@ def _patch_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/org_config_api.py b/sailpoint/beta/api/org_config_api.py index e41cacd73..ee17ba7e8 100644 --- a/sailpoint/beta/api/org_config_api.py +++ b/sailpoint/beta/api/org_config_api.py @@ -260,7 +260,9 @@ def _get_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -520,7 +522,9 @@ def _get_valid_time_zones_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -797,7 +801,9 @@ def _patch_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/password_configuration_api.py b/sailpoint/beta/api/password_configuration_api.py index 00b8ccee5..2c802b986 100644 --- a/sailpoint/beta/api/password_configuration_api.py +++ b/sailpoint/beta/api/password_configuration_api.py @@ -266,7 +266,9 @@ def _create_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -541,7 +543,9 @@ def _get_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -814,7 +818,9 @@ def _put_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/password_dictionary_api.py b/sailpoint/beta/api/password_dictionary_api.py index 855083fc8..5df2205da 100644 --- a/sailpoint/beta/api/password_dictionary_api.py +++ b/sailpoint/beta/api/password_dictionary_api.py @@ -257,7 +257,9 @@ def _get_password_dictionary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -537,7 +539,9 @@ def _put_password_dictionary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/password_management_api.py b/sailpoint/beta/api/password_management_api.py index 878f3ae9b..dca5d5ac1 100644 --- a/sailpoint/beta/api/password_management_api.py +++ b/sailpoint/beta/api/password_management_api.py @@ -273,7 +273,9 @@ def _create_digit_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -561,7 +563,9 @@ def _get_identity_password_change_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -836,7 +840,9 @@ def _query_password_info_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1124,7 +1130,9 @@ def _set_identity_password_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/password_policies_api.py b/sailpoint/beta/api/password_policies_api.py index e55bc23bf..dc8517e95 100644 --- a/sailpoint/beta/api/password_policies_api.py +++ b/sailpoint/beta/api/password_policies_api.py @@ -272,7 +272,9 @@ def _create_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -841,7 +845,9 @@ def _get_password_policy_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1142,7 +1148,9 @@ def _list_password_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1443,7 +1451,9 @@ def _set_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/password_sync_groups_api.py b/sailpoint/beta/api/password_sync_groups_api.py index 3a51b482c..e958e58d7 100644 --- a/sailpoint/beta/api/password_sync_groups_api.py +++ b/sailpoint/beta/api/password_sync_groups_api.py @@ -269,7 +269,9 @@ def _create_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -557,7 +559,9 @@ def _delete_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -835,7 +839,9 @@ def _get_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1136,7 +1142,9 @@ def _get_password_sync_groups_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1437,7 +1445,9 @@ def _update_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/personal_access_tokens_api.py b/sailpoint/beta/api/personal_access_tokens_api.py index 2204acdd5..324e7cae2 100644 --- a/sailpoint/beta/api/personal_access_tokens_api.py +++ b/sailpoint/beta/api/personal_access_tokens_api.py @@ -272,7 +272,9 @@ def _create_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -851,7 +855,9 @@ def _list_personal_access_tokens_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1149,7 +1155,9 @@ def _patch_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/public_identities_config_api.py b/sailpoint/beta/api/public_identities_config_api.py index 304f94e23..e89fb5410 100644 --- a/sailpoint/beta/api/public_identities_config_api.py +++ b/sailpoint/beta/api/public_identities_config_api.py @@ -253,7 +253,9 @@ def _get_public_identity_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -526,7 +528,9 @@ def _update_public_identity_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/requestable_objects_api.py b/sailpoint/beta/api/requestable_objects_api.py index 82b843a2a..232dbf843 100644 --- a/sailpoint/beta/api/requestable_objects_api.py +++ b/sailpoint/beta/api/requestable_objects_api.py @@ -377,7 +377,9 @@ def _list_requestable_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/role_insights_api.py b/sailpoint/beta/api/role_insights_api.py index b8621f92e..cbccc9851 100644 --- a/sailpoint/beta/api/role_insights_api.py +++ b/sailpoint/beta/api/role_insights_api.py @@ -264,7 +264,9 @@ def _create_role_insight_requests_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -560,7 +562,9 @@ def _download_role_insights_entitlements_changes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -932,7 +936,9 @@ def _get_entitlement_changes_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1230,7 +1236,9 @@ def _get_role_insight_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1554,7 +1562,9 @@ def _get_role_insights_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1857,7 +1867,9 @@ def _get_role_insights_current_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2159,7 +2171,9 @@ def _get_role_insights_entitlements_changes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2445,7 +2459,9 @@ def _get_role_insights_requests_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2704,7 +2720,9 @@ def _get_role_insights_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/roles_api.py b/sailpoint/beta/api/roles_api.py index 673a62246..4662f12cf 100644 --- a/sailpoint/beta/api/roles_api.py +++ b/sailpoint/beta/api/roles_api.py @@ -274,7 +274,9 @@ def _create_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_bulk_roles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -850,7 +854,9 @@ def _delete_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1125,7 +1131,9 @@ def _get_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1462,7 +1470,9 @@ def _get_role_assigned_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1822,7 +1832,9 @@ def _get_role_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2208,7 +2220,9 @@ def _list_roles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2527,7 +2541,9 @@ def _patch_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/search_attribute_configuration_api.py b/sailpoint/beta/api/search_attribute_configuration_api.py index 951049e9a..a9bb69f74 100644 --- a/sailpoint/beta/api/search_attribute_configuration_api.py +++ b/sailpoint/beta/api/search_attribute_configuration_api.py @@ -273,7 +273,9 @@ def _create_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -561,7 +563,9 @@ def _delete_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -820,7 +824,9 @@ def _get_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1096,7 +1102,9 @@ def _get_single_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1388,7 +1396,9 @@ def _patch_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/segments_api.py b/sailpoint/beta/api/segments_api.py index 69e86d8b6..74184c9b8 100644 --- a/sailpoint/beta/api/segments_api.py +++ b/sailpoint/beta/api/segments_api.py @@ -269,7 +269,9 @@ def _create_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -560,7 +562,9 @@ def _delete_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -838,7 +842,9 @@ def _get_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1139,7 +1145,9 @@ def _list_segments_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1441,7 +1449,9 @@ def _patch_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/service_desk_integration_api.py b/sailpoint/beta/api/service_desk_integration_api.py index bfbbeadad..f37025261 100644 --- a/sailpoint/beta/api/service_desk_integration_api.py +++ b/sailpoint/beta/api/service_desk_integration_api.py @@ -276,7 +276,9 @@ def _create_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -567,7 +569,9 @@ def _delete_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -845,7 +849,9 @@ def _get_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1175,7 +1181,9 @@ def _get_service_desk_integration_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1471,7 +1479,9 @@ def _get_service_desk_integration_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1736,7 +1746,9 @@ def _get_service_desk_integration_types_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1999,7 +2011,9 @@ def _get_status_check_details_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2288,7 +2302,9 @@ def _patch_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2594,7 +2610,9 @@ def _put_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2887,7 +2905,9 @@ def _update_status_check_details_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/sim_integrations_api.py b/sailpoint/beta/api/sim_integrations_api.py index 713e3ccc5..6088abdb3 100644 --- a/sailpoint/beta/api/sim_integrations_api.py +++ b/sailpoint/beta/api/sim_integrations_api.py @@ -273,7 +273,9 @@ def _create_sim_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_sim_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -842,7 +846,9 @@ def _get_sim_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1107,7 +1113,9 @@ def _get_sim_integrations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1396,7 +1404,9 @@ def _patch_before_provisioning_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1702,7 +1712,9 @@ def _patch_sim_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2008,7 +2020,9 @@ def _put_sim_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/sod_policies_api.py b/sailpoint/beta/api/sod_policies_api.py index 851ce2f44..e7835f0f7 100644 --- a/sailpoint/beta/api/sod_policies_api.py +++ b/sailpoint/beta/api/sod_policies_api.py @@ -275,7 +275,9 @@ def _create_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -582,7 +584,9 @@ def _delete_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -867,7 +871,9 @@ def _delete_sod_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1161,7 +1167,9 @@ def _get_custom_violation_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1445,7 +1453,9 @@ def _get_default_violation_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1711,7 +1721,9 @@ def _get_sod_all_report_run_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1990,7 +2002,9 @@ def _get_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2268,7 +2282,9 @@ def _get_sod_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2549,7 +2565,9 @@ def _get_sod_violation_report_run_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2830,7 +2848,9 @@ def _get_sod_violation_report_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3160,7 +3180,9 @@ def _list_sod_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3473,7 +3495,9 @@ def _patch_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3779,7 +3803,9 @@ def _put_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4088,7 +4114,9 @@ def _put_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4381,7 +4409,9 @@ def _start_sod_all_policies_for_org_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4675,7 +4705,9 @@ def _start_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/sod_violations_api.py b/sailpoint/beta/api/sod_violations_api.py index 34a1a1e26..5c84754a7 100644 --- a/sailpoint/beta/api/sod_violations_api.py +++ b/sailpoint/beta/api/sod_violations_api.py @@ -273,7 +273,9 @@ def _start_predict_sod_violations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/source_usages_api.py b/sailpoint/beta/api/source_usages_api.py index e3f200467..9b94f6c84 100644 --- a/sailpoint/beta/api/source_usages_api.py +++ b/sailpoint/beta/api/source_usages_api.py @@ -270,7 +270,9 @@ def _get_status_by_source_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -597,7 +599,9 @@ def _get_usages_by_source_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/sources_api.py b/sailpoint/beta/api/sources_api.py index 078eed2c9..4cbc17898 100644 --- a/sailpoint/beta/api/sources_api.py +++ b/sailpoint/beta/api/sources_api.py @@ -303,7 +303,9 @@ def _create_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -606,7 +608,9 @@ def _create_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -911,7 +915,9 @@ def _create_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1204,7 +1210,9 @@ def _delete_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1479,7 +1487,9 @@ def _delete_accounts_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1757,7 +1767,9 @@ def _delete_native_change_detection_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2048,7 +2060,9 @@ def _delete_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2339,7 +2353,9 @@ def _delete_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2619,7 +2635,9 @@ def _get_correlation_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2897,7 +2915,9 @@ def _get_native_change_detection_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3188,7 +3208,9 @@ def _get_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3469,7 +3491,9 @@ def _get_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3744,7 +3768,9 @@ def _get_source_accounts_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4023,7 +4049,9 @@ def _get_source_attr_sync_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4311,7 +4339,9 @@ def _get_source_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4590,7 +4620,9 @@ def _get_source_entitlement_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4878,7 +4910,9 @@ def _get_source_entitlements_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5174,7 +5208,9 @@ def _get_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5480,7 +5516,9 @@ def _get_source_schemas_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5789,7 +5827,9 @@ def _import_accounts_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6095,7 +6135,9 @@ def _import_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6398,7 +6440,9 @@ def _import_source_accounts_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6701,7 +6745,9 @@ def _import_source_connector_file_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7017,7 +7063,9 @@ def _import_source_entitlements_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7324,7 +7372,9 @@ def _import_uncorrelated_accounts_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7617,7 +7667,9 @@ def _list_provisioning_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7974,7 +8026,9 @@ def _list_sources_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8291,7 +8345,9 @@ def _peek_resource_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8584,7 +8640,9 @@ def _ping_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8875,7 +8933,9 @@ def _put_correlation_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9181,7 +9241,9 @@ def _put_native_change_detection_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9500,7 +9562,9 @@ def _put_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9809,7 +9873,9 @@ def _put_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -10115,7 +10181,9 @@ def _put_source_attr_sync_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -10434,7 +10502,9 @@ def _put_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -10729,7 +10799,9 @@ def _sync_attributes_for_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -11007,7 +11079,9 @@ def _test_source_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -11285,7 +11359,9 @@ def _test_source_connection_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -11577,7 +11653,9 @@ def _update_provisioning_policies_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -11898,7 +11976,9 @@ def _update_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -12208,7 +12288,9 @@ def _update_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -12511,7 +12593,9 @@ def _update_source_entitlement_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -12831,7 +12915,9 @@ def _update_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/sp_config_api.py b/sailpoint/beta/api/sp_config_api.py index 2f3f63f9e..881888d11 100644 --- a/sailpoint/beta/api/sp_config_api.py +++ b/sailpoint/beta/api/sp_config_api.py @@ -280,7 +280,9 @@ def _export_sp_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -571,7 +573,9 @@ def _get_sp_config_export_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -849,7 +853,9 @@ def _get_sp_config_export_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1127,7 +1133,9 @@ def _get_sp_config_import_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1405,7 +1413,9 @@ def _get_sp_config_import_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1709,7 +1719,9 @@ def _import_sp_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1993,7 +2005,9 @@ def _list_sp_config_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/suggested_entitlement_description_api.py b/sailpoint/beta/api/suggested_entitlement_description_api.py index 01fe030e3..4cfcbaebb 100644 --- a/sailpoint/beta/api/suggested_entitlement_description_api.py +++ b/sailpoint/beta/api/suggested_entitlement_description_api.py @@ -281,7 +281,9 @@ def _get_sed_batch_stats_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -546,7 +548,9 @@ def _get_sed_batches_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -900,7 +904,9 @@ def _list_seds_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1218,7 +1224,9 @@ def _patch_sed_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1512,7 +1520,9 @@ def _submit_sed_approval_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1803,7 +1813,9 @@ def _submit_sed_assignment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2094,7 +2106,9 @@ def _submit_sed_batch_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/tagged_objects_api.py b/sailpoint/beta/api/tagged_objects_api.py index f65479a58..032252f01 100644 --- a/sailpoint/beta/api/tagged_objects_api.py +++ b/sailpoint/beta/api/tagged_objects_api.py @@ -283,7 +283,9 @@ def _delete_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -560,7 +562,9 @@ def _delete_tags_to_many_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -861,7 +865,9 @@ def _get_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1177,7 +1183,9 @@ def _list_tagged_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1518,7 +1526,9 @@ def _list_tagged_objects_by_type_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1835,7 +1845,9 @@ def _put_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2127,7 +2139,9 @@ def _set_tag_to_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2415,7 +2429,9 @@ def _set_tags_to_many_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/tags_api.py b/sailpoint/beta/api/tags_api.py index a5dc0a5b5..ddeca6c5a 100644 --- a/sailpoint/beta/api/tags_api.py +++ b/sailpoint/beta/api/tags_api.py @@ -269,7 +269,9 @@ def _create_tag_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -560,7 +562,9 @@ def _delete_tag_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -838,7 +842,9 @@ def _get_tag_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1165,7 +1171,9 @@ def _list_tags_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/task_management_api.py b/sailpoint/beta/api/task_management_api.py index edc6a62f2..00a5de1a4 100644 --- a/sailpoint/beta/api/task_management_api.py +++ b/sailpoint/beta/api/task_management_api.py @@ -299,7 +299,9 @@ def _get_pending_task_headers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -614,7 +616,9 @@ def _get_pending_tasks_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -903,7 +907,9 @@ def _get_task_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1234,7 +1240,9 @@ def _get_task_status_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1545,7 +1553,9 @@ def _update_task_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/tenant_api.py b/sailpoint/beta/api/tenant_api.py index 4f0d163f4..abe9e6a12 100644 --- a/sailpoint/beta/api/tenant_api.py +++ b/sailpoint/beta/api/tenant_api.py @@ -256,7 +256,9 @@ def _get_tenant_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/transforms_api.py b/sailpoint/beta/api/transforms_api.py index 7eced55c7..2fb2eda0d 100644 --- a/sailpoint/beta/api/transforms_api.py +++ b/sailpoint/beta/api/transforms_api.py @@ -273,7 +273,9 @@ def _create_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -842,7 +846,9 @@ def _get_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1172,7 +1178,9 @@ def _list_transforms_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1481,7 +1489,9 @@ def _update_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/triggers_api.py b/sailpoint/beta/api/triggers_api.py index 06011fdc2..27e679822 100644 --- a/sailpoint/beta/api/triggers_api.py +++ b/sailpoint/beta/api/triggers_api.py @@ -292,7 +292,9 @@ def _complete_trigger_invocation_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -582,7 +584,9 @@ def _create_subscription_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -873,7 +877,9 @@ def _delete_subscription_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1200,7 +1206,9 @@ def _list_subscriptions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1545,7 +1553,9 @@ def _list_trigger_invocation_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1890,7 +1900,9 @@ def _list_triggers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2200,7 +2212,9 @@ def _patch_subscription_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2493,7 +2507,9 @@ def _start_test_trigger_invocation_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2781,7 +2797,9 @@ def _test_subscription_filter_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3085,7 +3103,9 @@ def _update_subscription_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/ui_metadata_api.py b/sailpoint/beta/api/ui_metadata_api.py index a6f9f309a..7dc99f7e2 100644 --- a/sailpoint/beta/api/ui_metadata_api.py +++ b/sailpoint/beta/api/ui_metadata_api.py @@ -257,7 +257,9 @@ def _get_tenant_ui_metadata_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -533,7 +535,9 @@ def _set_tenant_ui_metadata_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/vendor_connector_mappings_api.py b/sailpoint/beta/api/vendor_connector_mappings_api.py index ff00c0d43..3cbbe853b 100644 --- a/sailpoint/beta/api/vendor_connector_mappings_api.py +++ b/sailpoint/beta/api/vendor_connector_mappings_api.py @@ -271,7 +271,9 @@ def _create_vendor_connector_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_vendor_connector_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -840,7 +844,9 @@ def _get_vendor_connector_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/work_items_api.py b/sailpoint/beta/api/work_items_api.py index 9eb36462e..4a6f8e0d1 100644 --- a/sailpoint/beta/api/work_items_api.py +++ b/sailpoint/beta/api/work_items_api.py @@ -279,7 +279,9 @@ def _approve_approval_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -550,7 +552,9 @@ def _approve_approval_items_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -819,7 +823,9 @@ def _complete_work_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1107,7 +1113,9 @@ def _forward_work_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1430,7 +1438,9 @@ def _get_completed_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1713,7 +1723,9 @@ def _get_count_completed_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1984,7 +1996,9 @@ def _get_count_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2268,7 +2282,9 @@ def _get_work_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2541,7 +2557,9 @@ def _get_work_items_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2851,7 +2869,9 @@ def _list_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3147,7 +3167,9 @@ def _reject_approval_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3418,7 +3440,9 @@ def _reject_approval_items_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3700,7 +3724,9 @@ def _submit_account_selection_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/work_reassignment_api.py b/sailpoint/beta/api/work_reassignment_api.py index eb8f464fb..f9921db6c 100644 --- a/sailpoint/beta/api/work_reassignment_api.py +++ b/sailpoint/beta/api/work_reassignment_api.py @@ -276,7 +276,9 @@ def _create_reassignment_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -577,7 +579,9 @@ def _delete_reassignment_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -881,7 +885,9 @@ def _get_evaluate_reassignment_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1149,7 +1155,9 @@ def _get_reassignment_config_types_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1425,7 +1433,9 @@ def _get_reassignment_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1690,7 +1700,9 @@ def _get_tenant_config_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1953,7 +1965,9 @@ def _list_reassignment_configurations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2239,7 +2253,9 @@ def _put_reassignment_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2529,7 +2545,9 @@ def _put_tenant_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api/workflows_api.py b/sailpoint/beta/api/workflows_api.py index db1403089..783ddfa1f 100644 --- a/sailpoint/beta/api/workflows_api.py +++ b/sailpoint/beta/api/workflows_api.py @@ -288,7 +288,9 @@ def _cancel_workflow_execution_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _create_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -851,7 +855,9 @@ def _delete_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1126,7 +1132,9 @@ def _get_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1404,7 +1412,9 @@ def _get_workflow_execution_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1682,7 +1692,9 @@ def _get_workflow_execution_history_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2012,7 +2024,9 @@ def _get_workflow_executions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2316,7 +2330,9 @@ def _list_complete_workflow_library_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2623,7 +2639,9 @@ def _list_workflow_library_actions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2895,7 +2913,9 @@ def _list_workflow_library_operators_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3194,7 +3214,9 @@ def _list_workflow_library_triggers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3466,7 +3488,9 @@ def _list_workflows_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3753,7 +3777,9 @@ def _patch_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4056,7 +4082,9 @@ def _post_external_execute_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4346,7 +4374,9 @@ def _post_workflow_external_trigger_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4634,7 +4664,9 @@ def _test_external_execute_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4937,7 +4969,9 @@ def _test_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5240,7 +5274,9 @@ def _update_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/beta/api_client.py b/sailpoint/beta/api_client.py index d3e71b064..025ee420e 100644 --- a/sailpoint/beta/api_client.py +++ b/sailpoint/beta/api_client.py @@ -538,7 +538,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, str(value)) for value in v) + new_params.extend((k, quote(str(value))) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -556,7 +556,10 @@ def parameters_to_url_query(self, params, collection_formats): return "&".join(["=".join(map(str, item)) for item in new_params]) - def files_parameters(self, files: Dict[str, Union[str, bytes]]): + def files_parameters( + self, + files: Dict[str, Union[str, bytes, List[str], List[bytes], Tuple[str, bytes]]], + ): """Builds form parameters. :param files: File parameters. @@ -571,6 +574,12 @@ def files_parameters(self, files: Dict[str, Union[str, bytes]]): elif isinstance(v, bytes): filename = k filedata = v + elif isinstance(v, tuple): + filename, filedata = v + elif isinstance(v, list): + for file_param in v: + params.extend(self.files_parameters({k: file_param})) + continue else: raise ValueError("Unsupported file value") mimetype = ( diff --git a/sailpoint/beta/configuration.py b/sailpoint/beta/configuration.py index df9809beb..bd9707392 100644 --- a/sailpoint/beta/configuration.py +++ b/sailpoint/beta/configuration.py @@ -13,14 +13,16 @@ import copy +import http.client as httplib import logging from logging import FileHandler import multiprocessing import sys -from typing import Optional +from typing import Any, ClassVar, Dict, List, Literal, Optional, TypedDict +from typing_extensions import NotRequired, Self + import urllib3 -import http.client as httplib JSON_SCHEMA_VALIDATION_KEYWORDS = { 'multipleOf', 'maximum', 'exclusiveMaximum', @@ -28,6 +30,109 @@ 'minLength', 'pattern', 'maxItems', 'minItems' } +ServerVariablesT = Dict[str, str] + +GenericAuthSetting = TypedDict( + "GenericAuthSetting", + { + "type": str, + "in": str, + "key": str, + "value": str, + }, +) + + +OAuth2AuthSetting = TypedDict( + "OAuth2AuthSetting", + { + "type": Literal["oauth2"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +APIKeyAuthSetting = TypedDict( + "APIKeyAuthSetting", + { + "type": Literal["api_key"], + "in": str, + "key": str, + "value": Optional[str], + }, +) + + +BasicAuthSetting = TypedDict( + "BasicAuthSetting", + { + "type": Literal["basic"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": Optional[str], + }, +) + + +BearerFormatAuthSetting = TypedDict( + "BearerFormatAuthSetting", + { + "type": Literal["bearer"], + "in": Literal["header"], + "format": Literal["JWT"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +BearerAuthSetting = TypedDict( + "BearerAuthSetting", + { + "type": Literal["bearer"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +HTTPSignatureAuthSetting = TypedDict( + "HTTPSignatureAuthSetting", + { + "type": Literal["http-signature"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": None, + }, +) + + +AuthSettings = TypedDict( + "AuthSettings", + { + "userAuth": OAuth2AuthSetting, + "userAuth": OAuth2AuthSetting, + "applicationAuth": OAuth2AuthSetting, + }, + total=False, +) + + +class HostSettingVariable(TypedDict): + description: str + default_value: str + enum_values: List[str] + + +class HostSetting(TypedDict): + url: str + description: str + variables: NotRequired[Dict[str, HostSettingVariable]] + + class Configuration: """This class contains various settings of the API client. @@ -62,20 +167,26 @@ class Configuration: :Example: """ - _default = None - - def __init__(self, host=None, - api_key=None, api_key_prefix=None, - username=None, password=None, - access_token=None, - server_index=None, server_variables=None, - server_operation_index=None, server_operation_variables=None, - ignore_operation_servers=False, - ssl_ca_cert=None, - retries=None, - *, - debug: Optional[bool] = None - ) -> None: + _default: ClassVar[Optional[Self]] = None + + def __init__( + self, + host: Optional[str]=None, + api_key: Optional[Dict[str, str]]=None, + api_key_prefix: Optional[Dict[str, str]]=None, + username: Optional[str]=None, + password: Optional[str]=None, + access_token: Optional[str]=None, + server_index: Optional[int]=None, + server_variables: Optional[ServerVariablesT]=None, + server_operation_index: Optional[Dict[int, int]]=None, + server_operation_variables: Optional[Dict[int, ServerVariablesT]]=None, + ignore_operation_servers: bool=False, + ssl_ca_cert: Optional[str]=None, + retries: Optional[int] = None, + *, + debug: Optional[bool] = None, + ) -> None: """Constructor """ self._base_path = "https://sailpoint.api.identitynow.com/beta" if host is None else host @@ -199,7 +310,7 @@ def __init__(self, host=None, """date format """ - def __deepcopy__(self, memo): + def __deepcopy__(self, memo: Dict[int, Any]) -> Self: cls = self.__class__ result = cls.__new__(cls) memo[id(self)] = result @@ -213,11 +324,11 @@ def __deepcopy__(self, memo): result.debug = self.debug return result - def __setattr__(self, name, value): + def __setattr__(self, name: str, value: Any) -> None: object.__setattr__(self, name, value) @classmethod - def set_default(cls, default): + def set_default(cls, default: Optional[Self]) -> None: """Set default instance of configuration. It stores default configuration, which can be @@ -228,7 +339,7 @@ def set_default(cls, default): cls._default = default @classmethod - def get_default_copy(cls): + def get_default_copy(cls) -> Self: """Deprecated. Please use `get_default` instead. Deprecated. Please use `get_default` instead. @@ -238,7 +349,7 @@ def get_default_copy(cls): return cls.get_default() @classmethod - def get_default(cls): + def get_default(cls) -> Self: """Return the default configuration. This method returns newly created, based on default constructor, @@ -248,11 +359,11 @@ def get_default(cls): :return: The configuration object. """ if cls._default is None: - cls._default = Configuration() + cls._default = cls() return cls._default @property - def logger_file(self): + def logger_file(self) -> Optional[str]: """The logger file. If the logger_file is None, then add stream handler and remove file @@ -264,7 +375,7 @@ def logger_file(self): return self.__logger_file @logger_file.setter - def logger_file(self, value): + def logger_file(self, value: Optional[str]) -> None: """The logger file. If the logger_file is None, then add stream handler and remove file @@ -283,7 +394,7 @@ def logger_file(self, value): logger.addHandler(self.logger_file_handler) @property - def debug(self): + def debug(self) -> bool: """Debug status :param value: The debug status, True or False. @@ -292,7 +403,7 @@ def debug(self): return self.__debug @debug.setter - def debug(self, value): + def debug(self, value: bool) -> None: """Debug status :param value: The debug status, True or False. @@ -314,7 +425,7 @@ def debug(self, value): httplib.HTTPConnection.debuglevel = 0 @property - def logger_format(self): + def logger_format(self) -> str: """The logger format. The logger_formatter will be updated when sets logger_format. @@ -325,7 +436,7 @@ def logger_format(self): return self.__logger_format @logger_format.setter - def logger_format(self, value): + def logger_format(self, value: str) -> None: """The logger format. The logger_formatter will be updated when sets logger_format. @@ -336,7 +447,7 @@ def logger_format(self, value): self.__logger_format = value self.logger_formatter = logging.Formatter(self.__logger_format) - def get_api_key_with_prefix(self, identifier, alias=None): + def get_api_key_with_prefix(self, identifier: str, alias: Optional[str]=None) -> Optional[str]: """Gets API key (with prefix if set). :param identifier: The identifier of apiKey. @@ -353,7 +464,9 @@ def get_api_key_with_prefix(self, identifier, alias=None): else: return key - def get_basic_auth_token(self): + return None + + def get_basic_auth_token(self) -> Optional[str]: """Gets HTTP basic authentication header (string). :return: The token for basic HTTP authentication. @@ -368,12 +481,12 @@ def get_basic_auth_token(self): basic_auth=username + ':' + password ).get('authorization') - def auth_settings(self): + def auth_settings(self)-> AuthSettings: """Gets Auth Settings dict for api client. :return: The Auth Settings information dict. """ - auth = {} + auth: AuthSettings = {} if self.access_token is not None: auth['userAuth'] = { 'type': 'oauth2', @@ -397,7 +510,7 @@ def auth_settings(self): } return auth - def to_debug_report(self): + def to_debug_report(self) -> str: """Gets the essential information for debugging. :return: The report for debugging. @@ -409,7 +522,7 @@ def to_debug_report(self): "SDK Package Version: 1.2.5".\ format(env=sys.platform, pyversion=sys.version) - def get_host_settings(self): + def get_host_settings(self) -> List[HostSetting]: """Gets an array of host settings :return: An array of host settings @@ -437,7 +550,12 @@ def get_host_settings(self): } ] - def get_host_from_settings(self, index, variables=None, servers=None): + def get_host_from_settings( + self, + index: Optional[int], + variables: Optional[ServerVariablesT]=None, + servers: Optional[List[HostSetting]]=None, + ) -> str: """Gets host URL based on the index and variables :param index: array index of the host settings :param variables: hash of variable and the corresponding value @@ -477,12 +595,12 @@ def get_host_from_settings(self, index, variables=None, servers=None): return url @property - def host(self): + def host(self) -> str: """Return generated host.""" return self.get_host_from_settings(self.server_index, variables=self.server_variables) @host.setter - def host(self, value): + def host(self, value: str) -> None: """Fix base path.""" self._base_path = value self.server_index = None diff --git a/sailpoint/beta/exceptions.py b/sailpoint/beta/exceptions.py index c65484593..b22dec23b 100644 --- a/sailpoint/beta/exceptions.py +++ b/sailpoint/beta/exceptions.py @@ -150,6 +150,13 @@ def from_response( if http_resp.status == 404: raise NotFoundException(http_resp=http_resp, body=body, data=data) + # Added new conditions for 409 and 422 + if http_resp.status == 409: + raise ConflictException(http_resp=http_resp, body=body, data=data) + + if http_resp.status == 422: + raise UnprocessableEntityException(http_resp=http_resp, body=body, data=data) + if 500 <= http_resp.status <= 599: raise ServiceException(http_resp=http_resp, body=body, data=data) raise ApiException(http_resp=http_resp, body=body, data=data) @@ -188,6 +195,16 @@ class ServiceException(ApiException): pass +class ConflictException(ApiException): + """Exception for HTTP 409 Conflict.""" + pass + + +class UnprocessableEntityException(ApiException): + """Exception for HTTP 422 Unprocessable Entity.""" + pass + + def render_path(path_to_item): """Returns a string representation of a path""" result = "" diff --git a/sailpoint/beta/models/access_constraint.py b/sailpoint/beta/models/access_constraint.py index 382e5bd99..446f24bf1 100644 --- a/sailpoint/beta/models/access_constraint.py +++ b/sailpoint/beta/models/access_constraint.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_criteria.py b/sailpoint/beta/models/access_criteria.py index 3371ffe5c..fe4f889c5 100644 --- a/sailpoint/beta/models/access_criteria.py +++ b/sailpoint/beta/models/access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_criteria_criteria_list_inner.py b/sailpoint/beta/models/access_criteria_criteria_list_inner.py index ea0e18142..99ea6464c 100644 --- a/sailpoint/beta/models/access_criteria_criteria_list_inner.py +++ b/sailpoint/beta/models/access_criteria_criteria_list_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_access_profile_response.py b/sailpoint/beta/models/access_item_access_profile_response.py index 9c35b7a14..a2cf96ee0 100644 --- a/sailpoint/beta/models/access_item_access_profile_response.py +++ b/sailpoint/beta/models/access_item_access_profile_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_account_response.py b/sailpoint/beta/models/access_item_account_response.py index d8e007daa..6a32b9a2f 100644 --- a/sailpoint/beta/models/access_item_account_response.py +++ b/sailpoint/beta/models/access_item_account_response.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_app_response.py b/sailpoint/beta/models/access_item_app_response.py index 8c9970cd8..e1a8a2d33 100644 --- a/sailpoint/beta/models/access_item_app_response.py +++ b/sailpoint/beta/models/access_item_app_response.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_approver_dto.py b/sailpoint/beta/models/access_item_approver_dto.py index 6c79d2dab..9f08124be 100644 --- a/sailpoint/beta/models/access_item_approver_dto.py +++ b/sailpoint/beta/models/access_item_approver_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_associated.py b/sailpoint/beta/models/access_item_associated.py index cd4ae1c0a..3a34624e5 100644 --- a/sailpoint/beta/models/access_item_associated.py +++ b/sailpoint/beta/models/access_item_associated.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_diff.py b/sailpoint/beta/models/access_item_diff.py index 8f81d6e9a..e2855bdd0 100644 --- a/sailpoint/beta/models/access_item_diff.py +++ b/sailpoint/beta/models/access_item_diff.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_entitlement_response.py b/sailpoint/beta/models/access_item_entitlement_response.py index b97e918b7..881619d54 100644 --- a/sailpoint/beta/models/access_item_entitlement_response.py +++ b/sailpoint/beta/models/access_item_entitlement_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_owner_dto.py b/sailpoint/beta/models/access_item_owner_dto.py index cbc1dacd6..2fc3119ff 100644 --- a/sailpoint/beta/models/access_item_owner_dto.py +++ b/sailpoint/beta/models/access_item_owner_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_ref.py b/sailpoint/beta/models/access_item_ref.py index 2fd1cf0fd..1ebfdb915 100644 --- a/sailpoint/beta/models/access_item_ref.py +++ b/sailpoint/beta/models/access_item_ref.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_removed.py b/sailpoint/beta/models/access_item_removed.py index 436790b6b..5881e9191 100644 --- a/sailpoint/beta/models/access_item_removed.py +++ b/sailpoint/beta/models/access_item_removed.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_requested_for_dto.py b/sailpoint/beta/models/access_item_requested_for_dto.py index ded0e90af..80d05d437 100644 --- a/sailpoint/beta/models/access_item_requested_for_dto.py +++ b/sailpoint/beta/models/access_item_requested_for_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_requester.py b/sailpoint/beta/models/access_item_requester.py index cbe956f82..24e95ca9f 100644 --- a/sailpoint/beta/models/access_item_requester.py +++ b/sailpoint/beta/models/access_item_requester.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_requester_dto.py b/sailpoint/beta/models/access_item_requester_dto.py index f0e812943..ee06442cd 100644 --- a/sailpoint/beta/models/access_item_requester_dto.py +++ b/sailpoint/beta/models/access_item_requester_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_reviewed_by.py b/sailpoint/beta/models/access_item_reviewed_by.py index 26a157598..59cf74250 100644 --- a/sailpoint/beta/models/access_item_reviewed_by.py +++ b/sailpoint/beta/models/access_item_reviewed_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_item_role_response.py b/sailpoint/beta/models/access_item_role_response.py index 3d6b50cd7..31a688109 100644 --- a/sailpoint/beta/models/access_item_role_response.py +++ b/sailpoint/beta/models/access_item_role_response.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile.py b/sailpoint/beta/models/access_profile.py index aafb94353..39927f9ea 100644 --- a/sailpoint/beta/models/access_profile.py +++ b/sailpoint/beta/models/access_profile.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_approval_scheme.py b/sailpoint/beta/models/access_profile_approval_scheme.py index 99be4f203..77672be32 100644 --- a/sailpoint/beta/models/access_profile_approval_scheme.py +++ b/sailpoint/beta/models/access_profile_approval_scheme.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_bulk_delete_request.py b/sailpoint/beta/models/access_profile_bulk_delete_request.py index 30a4c4786..4b3e78ac6 100644 --- a/sailpoint/beta/models/access_profile_bulk_delete_request.py +++ b/sailpoint/beta/models/access_profile_bulk_delete_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_bulk_delete_response.py b/sailpoint/beta/models/access_profile_bulk_delete_response.py index dea04b9ec..55539ff7a 100644 --- a/sailpoint/beta/models/access_profile_bulk_delete_response.py +++ b/sailpoint/beta/models/access_profile_bulk_delete_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_bulk_update_request_inner.py b/sailpoint/beta/models/access_profile_bulk_update_request_inner.py index eb2c237c0..e20192146 100644 --- a/sailpoint/beta/models/access_profile_bulk_update_request_inner.py +++ b/sailpoint/beta/models/access_profile_bulk_update_request_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_details.py b/sailpoint/beta/models/access_profile_details.py index 408497da1..b6cbf0e33 100644 --- a/sailpoint/beta/models/access_profile_details.py +++ b/sailpoint/beta/models/access_profile_details.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_details_account_selector.py b/sailpoint/beta/models/access_profile_details_account_selector.py index e899f0c72..97fdc9db8 100644 --- a/sailpoint/beta/models/access_profile_details_account_selector.py +++ b/sailpoint/beta/models/access_profile_details_account_selector.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_ref.py b/sailpoint/beta/models/access_profile_ref.py index 92fe4a97e..d0e356944 100644 --- a/sailpoint/beta/models/access_profile_ref.py +++ b/sailpoint/beta/models/access_profile_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_source_ref.py b/sailpoint/beta/models/access_profile_source_ref.py index c20de00f5..9143f5817 100644 --- a/sailpoint/beta/models/access_profile_source_ref.py +++ b/sailpoint/beta/models/access_profile_source_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_update_item.py b/sailpoint/beta/models/access_profile_update_item.py index 5499eea2e..5228cc681 100644 --- a/sailpoint/beta/models/access_profile_update_item.py +++ b/sailpoint/beta/models/access_profile_update_item.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_usage.py b/sailpoint/beta/models/access_profile_usage.py index dd90d5c61..1cdb3c9fc 100644 --- a/sailpoint/beta/models/access_profile_usage.py +++ b/sailpoint/beta/models/access_profile_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_profile_usage_used_by_inner.py b/sailpoint/beta/models/access_profile_usage_used_by_inner.py index bad95fdaf..43a480082 100644 --- a/sailpoint/beta/models/access_profile_usage_used_by_inner.py +++ b/sailpoint/beta/models/access_profile_usage_used_by_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_recommendation_message.py b/sailpoint/beta/models/access_recommendation_message.py index d80deab53..de33c9337 100644 --- a/sailpoint/beta/models/access_recommendation_message.py +++ b/sailpoint/beta/models/access_recommendation_message.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request.py b/sailpoint/beta/models/access_request.py index b6941e1bf..b1e194946 100644 --- a/sailpoint/beta/models/access_request.py +++ b/sailpoint/beta/models/access_request.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_config.py b/sailpoint/beta/models/access_request_config.py index f9eb687d5..5a9302c49 100644 --- a/sailpoint/beta/models/access_request_config.py +++ b/sailpoint/beta/models/access_request_config.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_context.py b/sailpoint/beta/models/access_request_context.py index 2abf18470..4a599ebdc 100644 --- a/sailpoint/beta/models/access_request_context.py +++ b/sailpoint/beta/models/access_request_context.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_dynamic_approver.py b/sailpoint/beta/models/access_request_dynamic_approver.py index 7d3f1a2bf..9e62bd22c 100644 --- a/sailpoint/beta/models/access_request_dynamic_approver.py +++ b/sailpoint/beta/models/access_request_dynamic_approver.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_dynamic_approver1.py b/sailpoint/beta/models/access_request_dynamic_approver1.py index e10000f24..2a93c11b5 100644 --- a/sailpoint/beta/models/access_request_dynamic_approver1.py +++ b/sailpoint/beta/models/access_request_dynamic_approver1.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_dynamic_approver_requested_items_inner.py b/sailpoint/beta/models/access_request_dynamic_approver_requested_items_inner.py index 0883d7f4e..274ae1c34 100644 --- a/sailpoint/beta/models/access_request_dynamic_approver_requested_items_inner.py +++ b/sailpoint/beta/models/access_request_dynamic_approver_requested_items_inner.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_item.py b/sailpoint/beta/models/access_request_item.py index e07481b17..3c2a578f2 100644 --- a/sailpoint/beta/models/access_request_item.py +++ b/sailpoint/beta/models/access_request_item.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_item_response.py b/sailpoint/beta/models/access_request_item_response.py index 9152be037..16a4dd1c7 100644 --- a/sailpoint/beta/models/access_request_item_response.py +++ b/sailpoint/beta/models/access_request_item_response.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_phases.py b/sailpoint/beta/models/access_request_phases.py index f8153574d..15f61f755 100644 --- a/sailpoint/beta/models/access_request_phases.py +++ b/sailpoint/beta/models/access_request_phases.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_post_approval.py b/sailpoint/beta/models/access_request_post_approval.py index 23de6638a..ca4c4383c 100644 --- a/sailpoint/beta/models/access_request_post_approval.py +++ b/sailpoint/beta/models/access_request_post_approval.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner.py b/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner.py index b841ae26a..c8a60dcb6 100644 --- a/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner.py +++ b/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner_approval_info_inner.py b/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner_approval_info_inner.py index 9bfebe021..1a47a3a21 100644 --- a/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner_approval_info_inner.py +++ b/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner_approval_info_inner.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.py b/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.py index cc4449e05..bbc2c4165 100644 --- a/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.py +++ b/sailpoint/beta/models/access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_pre_approval.py b/sailpoint/beta/models/access_request_pre_approval.py index 9d83f4570..3aed00b80 100644 --- a/sailpoint/beta/models/access_request_pre_approval.py +++ b/sailpoint/beta/models/access_request_pre_approval.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_pre_approval1.py b/sailpoint/beta/models/access_request_pre_approval1.py index 2de77b770..f412f067d 100644 --- a/sailpoint/beta/models/access_request_pre_approval1.py +++ b/sailpoint/beta/models/access_request_pre_approval1.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_pre_approval_requested_items_inner.py b/sailpoint/beta/models/access_request_pre_approval_requested_items_inner.py index 790424339..321c4c625 100644 --- a/sailpoint/beta/models/access_request_pre_approval_requested_items_inner.py +++ b/sailpoint/beta/models/access_request_pre_approval_requested_items_inner.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_recommendation_action_item_dto.py b/sailpoint/beta/models/access_request_recommendation_action_item_dto.py index 0e21a173a..94d3c849f 100644 --- a/sailpoint/beta/models/access_request_recommendation_action_item_dto.py +++ b/sailpoint/beta/models/access_request_recommendation_action_item_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_recommendation_action_item_response_dto.py b/sailpoint/beta/models/access_request_recommendation_action_item_response_dto.py index 7f240e2b9..0037b5303 100644 --- a/sailpoint/beta/models/access_request_recommendation_action_item_response_dto.py +++ b/sailpoint/beta/models/access_request_recommendation_action_item_response_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_recommendation_item.py b/sailpoint/beta/models/access_request_recommendation_item.py index c8033a95a..26da4fd2e 100644 --- a/sailpoint/beta/models/access_request_recommendation_item.py +++ b/sailpoint/beta/models/access_request_recommendation_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_recommendation_item_detail.py b/sailpoint/beta/models/access_request_recommendation_item_detail.py index c83f14572..ad523ef46 100644 --- a/sailpoint/beta/models/access_request_recommendation_item_detail.py +++ b/sailpoint/beta/models/access_request_recommendation_item_detail.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_recommendation_item_detail_access.py b/sailpoint/beta/models/access_request_recommendation_item_detail_access.py index c0f2f0791..3dcddc01a 100644 --- a/sailpoint/beta/models/access_request_recommendation_item_detail_access.py +++ b/sailpoint/beta/models/access_request_recommendation_item_detail_access.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_response.py b/sailpoint/beta/models/access_request_response.py index 69ff57202..13cd129ed 100644 --- a/sailpoint/beta/models/access_request_response.py +++ b/sailpoint/beta/models/access_request_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_response1.py b/sailpoint/beta/models/access_request_response1.py index a94db2d60..72b213ca1 100644 --- a/sailpoint/beta/models/access_request_response1.py +++ b/sailpoint/beta/models/access_request_response1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_request_tracking.py b/sailpoint/beta/models/access_request_tracking.py index d40901fc2..0124b2500 100644 --- a/sailpoint/beta/models/access_request_tracking.py +++ b/sailpoint/beta/models/access_request_tracking.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/access_requested.py b/sailpoint/beta/models/access_requested.py index 99a08997f..0b238f26f 100644 --- a/sailpoint/beta/models/access_requested.py +++ b/sailpoint/beta/models/access_requested.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account.py b/sailpoint/beta/models/account.py index 29595bcc2..819fabb81 100644 --- a/sailpoint/beta/models/account.py +++ b/sailpoint/beta/models/account.py @@ -82,8 +82,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_action.py b/sailpoint/beta/models/account_action.py index 703c1027e..17898890f 100644 --- a/sailpoint/beta/models/account_action.py +++ b/sailpoint/beta/models/account_action.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_activity_item.py b/sailpoint/beta/models/account_activity_item.py index 15ccfc978..897de378d 100644 --- a/sailpoint/beta/models/account_activity_item.py +++ b/sailpoint/beta/models/account_activity_item.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_aggregation.py b/sailpoint/beta/models/account_aggregation.py index 488f69d5a..da223d2f3 100644 --- a/sailpoint/beta/models/account_aggregation.py +++ b/sailpoint/beta/models/account_aggregation.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_aggregation_completed.py b/sailpoint/beta/models/account_aggregation_completed.py index 064105788..228dccb39 100644 --- a/sailpoint/beta/models/account_aggregation_completed.py +++ b/sailpoint/beta/models/account_aggregation_completed.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_aggregation_completed_source.py b/sailpoint/beta/models/account_aggregation_completed_source.py index 799f9b5cc..4c7e4c379 100644 --- a/sailpoint/beta/models/account_aggregation_completed_source.py +++ b/sailpoint/beta/models/account_aggregation_completed_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_aggregation_completed_stats.py b/sailpoint/beta/models/account_aggregation_completed_stats.py index 0b38d0efe..4994b825b 100644 --- a/sailpoint/beta/models/account_aggregation_completed_stats.py +++ b/sailpoint/beta/models/account_aggregation_completed_stats.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_aggregation_status.py b/sailpoint/beta/models/account_aggregation_status.py index 455032e07..7570db0db 100644 --- a/sailpoint/beta/models/account_aggregation_status.py +++ b/sailpoint/beta/models/account_aggregation_status.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_attributes.py b/sailpoint/beta/models/account_attributes.py index 185d14de2..5c173dac5 100644 --- a/sailpoint/beta/models/account_attributes.py +++ b/sailpoint/beta/models/account_attributes.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_attributes_changed.py b/sailpoint/beta/models/account_attributes_changed.py index c058579ae..1da85d7cb 100644 --- a/sailpoint/beta/models/account_attributes_changed.py +++ b/sailpoint/beta/models/account_attributes_changed.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_attributes_changed_account.py b/sailpoint/beta/models/account_attributes_changed_account.py index b6230fc7a..a5837309c 100644 --- a/sailpoint/beta/models/account_attributes_changed_account.py +++ b/sailpoint/beta/models/account_attributes_changed_account.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_attributes_changed_changes_inner.py b/sailpoint/beta/models/account_attributes_changed_changes_inner.py index 3a9625ebb..a37ded2a9 100644 --- a/sailpoint/beta/models/account_attributes_changed_changes_inner.py +++ b/sailpoint/beta/models/account_attributes_changed_changes_inner.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_attributes_changed_identity.py b/sailpoint/beta/models/account_attributes_changed_identity.py index 2643f33f1..0345f230f 100644 --- a/sailpoint/beta/models/account_attributes_changed_identity.py +++ b/sailpoint/beta/models/account_attributes_changed_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_attributes_changed_source.py b/sailpoint/beta/models/account_attributes_changed_source.py index 0f68023d0..e075486d8 100644 --- a/sailpoint/beta/models/account_attributes_changed_source.py +++ b/sailpoint/beta/models/account_attributes_changed_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_attributes_create.py b/sailpoint/beta/models/account_attributes_create.py index b073f7608..49c50cf13 100644 --- a/sailpoint/beta/models/account_attributes_create.py +++ b/sailpoint/beta/models/account_attributes_create.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_attributes_create_attributes.py b/sailpoint/beta/models/account_attributes_create_attributes.py index 1d3b3008e..d3dd851da 100644 --- a/sailpoint/beta/models/account_attributes_create_attributes.py +++ b/sailpoint/beta/models/account_attributes_create_attributes.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_correlated.py b/sailpoint/beta/models/account_correlated.py index e5e55f0ec..62138a580 100644 --- a/sailpoint/beta/models/account_correlated.py +++ b/sailpoint/beta/models/account_correlated.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_correlated_account.py b/sailpoint/beta/models/account_correlated_account.py index 5caf2e2aa..e36c1d276 100644 --- a/sailpoint/beta/models/account_correlated_account.py +++ b/sailpoint/beta/models/account_correlated_account.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_correlated_identity.py b/sailpoint/beta/models/account_correlated_identity.py index 1922094ea..c09bc8679 100644 --- a/sailpoint/beta/models/account_correlated_identity.py +++ b/sailpoint/beta/models/account_correlated_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_correlated_source.py b/sailpoint/beta/models/account_correlated_source.py index d381bb1cd..bd3972224 100644 --- a/sailpoint/beta/models/account_correlated_source.py +++ b/sailpoint/beta/models/account_correlated_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_info_dto.py b/sailpoint/beta/models/account_info_dto.py index cafe934bb..238820c0e 100644 --- a/sailpoint/beta/models/account_info_dto.py +++ b/sailpoint/beta/models/account_info_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_request_info.py b/sailpoint/beta/models/account_request_info.py index aa1952356..7eaac767c 100644 --- a/sailpoint/beta/models/account_request_info.py +++ b/sailpoint/beta/models/account_request_info.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_status_changed.py b/sailpoint/beta/models/account_status_changed.py index 296cc99fa..825349c3f 100644 --- a/sailpoint/beta/models/account_status_changed.py +++ b/sailpoint/beta/models/account_status_changed.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_status_changed_account.py b/sailpoint/beta/models/account_status_changed_account.py index f07d03c41..563d0887c 100644 --- a/sailpoint/beta/models/account_status_changed_account.py +++ b/sailpoint/beta/models/account_status_changed_account.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_status_changed_status_change.py b/sailpoint/beta/models/account_status_changed_status_change.py index 73c5b70e9..bfdb02317 100644 --- a/sailpoint/beta/models/account_status_changed_status_change.py +++ b/sailpoint/beta/models/account_status_changed_status_change.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_toggle_request.py b/sailpoint/beta/models/account_toggle_request.py index 26b4a61f1..3de24ca5f 100644 --- a/sailpoint/beta/models/account_toggle_request.py +++ b/sailpoint/beta/models/account_toggle_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_uncorrelated.py b/sailpoint/beta/models/account_uncorrelated.py index a990aa41f..67e996eba 100644 --- a/sailpoint/beta/models/account_uncorrelated.py +++ b/sailpoint/beta/models/account_uncorrelated.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_uncorrelated_account.py b/sailpoint/beta/models/account_uncorrelated_account.py index f1af2c2f5..0515dcce3 100644 --- a/sailpoint/beta/models/account_uncorrelated_account.py +++ b/sailpoint/beta/models/account_uncorrelated_account.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_uncorrelated_identity.py b/sailpoint/beta/models/account_uncorrelated_identity.py index 1a7b31d3f..3aaeaf0c5 100644 --- a/sailpoint/beta/models/account_uncorrelated_identity.py +++ b/sailpoint/beta/models/account_uncorrelated_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_uncorrelated_source.py b/sailpoint/beta/models/account_uncorrelated_source.py index 503c80687..9481f5de8 100644 --- a/sailpoint/beta/models/account_uncorrelated_source.py +++ b/sailpoint/beta/models/account_uncorrelated_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_unlock_request.py b/sailpoint/beta/models/account_unlock_request.py index a8009f202..1829533f6 100644 --- a/sailpoint/beta/models/account_unlock_request.py +++ b/sailpoint/beta/models/account_unlock_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/account_usage.py b/sailpoint/beta/models/account_usage.py index 311848f34..6f7b66155 100644 --- a/sailpoint/beta/models/account_usage.py +++ b/sailpoint/beta/models/account_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/accounts_async_result.py b/sailpoint/beta/models/accounts_async_result.py index 848def294..d6ea2bc53 100644 --- a/sailpoint/beta/models/accounts_async_result.py +++ b/sailpoint/beta/models/accounts_async_result.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/accounts_collected_for_aggregation.py b/sailpoint/beta/models/accounts_collected_for_aggregation.py index ccd43d0e6..8643dd605 100644 --- a/sailpoint/beta/models/accounts_collected_for_aggregation.py +++ b/sailpoint/beta/models/accounts_collected_for_aggregation.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/accounts_collected_for_aggregation_source.py b/sailpoint/beta/models/accounts_collected_for_aggregation_source.py index 4ad867f0c..d38c70a7a 100644 --- a/sailpoint/beta/models/accounts_collected_for_aggregation_source.py +++ b/sailpoint/beta/models/accounts_collected_for_aggregation_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/accounts_collected_for_aggregation_stats.py b/sailpoint/beta/models/accounts_collected_for_aggregation_stats.py index 0bf1a605d..8e0775570 100644 --- a/sailpoint/beta/models/accounts_collected_for_aggregation_stats.py +++ b/sailpoint/beta/models/accounts_collected_for_aggregation_stats.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/activate_campaign_options.py b/sailpoint/beta/models/activate_campaign_options.py index 7fd0b066b..64ff2ceb8 100644 --- a/sailpoint/beta/models/activate_campaign_options.py +++ b/sailpoint/beta/models/activate_campaign_options.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/admin_review_reassign.py b/sailpoint/beta/models/admin_review_reassign.py index 3c2fdf67b..d7ae5992c 100644 --- a/sailpoint/beta/models/admin_review_reassign.py +++ b/sailpoint/beta/models/admin_review_reassign.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/admin_review_reassign_reassign_to.py b/sailpoint/beta/models/admin_review_reassign_reassign_to.py index c06f04666..1715a2b8c 100644 --- a/sailpoint/beta/models/admin_review_reassign_reassign_to.py +++ b/sailpoint/beta/models/admin_review_reassign_reassign_to.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/app_account_details.py b/sailpoint/beta/models/app_account_details.py index 9e0a78afa..ebc3cd40b 100644 --- a/sailpoint/beta/models/app_account_details.py +++ b/sailpoint/beta/models/app_account_details.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/app_account_details_source_account.py b/sailpoint/beta/models/app_account_details_source_account.py index 33e11edad..c5ed8b24e 100644 --- a/sailpoint/beta/models/app_account_details_source_account.py +++ b/sailpoint/beta/models/app_account_details_source_account.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval.py b/sailpoint/beta/models/approval.py index 488a36a1e..3f7fd3236 100644 --- a/sailpoint/beta/models/approval.py +++ b/sailpoint/beta/models/approval.py @@ -93,8 +93,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_batch.py b/sailpoint/beta/models/approval_batch.py index 497a2d3a4..157c73d59 100644 --- a/sailpoint/beta/models/approval_batch.py +++ b/sailpoint/beta/models/approval_batch.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_comment.py b/sailpoint/beta/models/approval_comment.py index 6b807d222..baba7073e 100644 --- a/sailpoint/beta/models/approval_comment.py +++ b/sailpoint/beta/models/approval_comment.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_description.py b/sailpoint/beta/models/approval_description.py index 95a742f7a..c05d2c1e4 100644 --- a/sailpoint/beta/models/approval_description.py +++ b/sailpoint/beta/models/approval_description.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_forward_history.py b/sailpoint/beta/models/approval_forward_history.py index ff612c200..95029466c 100644 --- a/sailpoint/beta/models/approval_forward_history.py +++ b/sailpoint/beta/models/approval_forward_history.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_identity.py b/sailpoint/beta/models/approval_identity.py index c3b259a1d..d68bf1de1 100644 --- a/sailpoint/beta/models/approval_identity.py +++ b/sailpoint/beta/models/approval_identity.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_info_response.py b/sailpoint/beta/models/approval_info_response.py index 6c211795f..53c62b4b0 100644 --- a/sailpoint/beta/models/approval_info_response.py +++ b/sailpoint/beta/models/approval_info_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_item_details.py b/sailpoint/beta/models/approval_item_details.py index 03b612bde..9ed95120a 100644 --- a/sailpoint/beta/models/approval_item_details.py +++ b/sailpoint/beta/models/approval_item_details.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_items.py b/sailpoint/beta/models/approval_items.py index 37d3c96d4..e8a6deefb 100644 --- a/sailpoint/beta/models/approval_items.py +++ b/sailpoint/beta/models/approval_items.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_name.py b/sailpoint/beta/models/approval_name.py index 043c1e57b..27e02e3da 100644 --- a/sailpoint/beta/models/approval_name.py +++ b/sailpoint/beta/models/approval_name.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_reference.py b/sailpoint/beta/models/approval_reference.py index 8cd5b60de..e71af3acb 100644 --- a/sailpoint/beta/models/approval_reference.py +++ b/sailpoint/beta/models/approval_reference.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_reminder_and_escalation_config.py b/sailpoint/beta/models/approval_reminder_and_escalation_config.py index 95a9d590a..1294564c9 100644 --- a/sailpoint/beta/models/approval_reminder_and_escalation_config.py +++ b/sailpoint/beta/models/approval_reminder_and_escalation_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_scheme_for_role.py b/sailpoint/beta/models/approval_scheme_for_role.py index b7f53a5d7..a591dcf2e 100644 --- a/sailpoint/beta/models/approval_scheme_for_role.py +++ b/sailpoint/beta/models/approval_scheme_for_role.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_status_dto.py b/sailpoint/beta/models/approval_status_dto.py index eb10e4bf5..aa865e803 100644 --- a/sailpoint/beta/models/approval_status_dto.py +++ b/sailpoint/beta/models/approval_status_dto.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_status_dto_current_owner.py b/sailpoint/beta/models/approval_status_dto_current_owner.py index 4cf92b624..10fcaf9ff 100644 --- a/sailpoint/beta/models/approval_status_dto_current_owner.py +++ b/sailpoint/beta/models/approval_status_dto_current_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_status_dto_original_owner.py b/sailpoint/beta/models/approval_status_dto_original_owner.py index 8138b42a2..f27fb7f9a 100644 --- a/sailpoint/beta/models/approval_status_dto_original_owner.py +++ b/sailpoint/beta/models/approval_status_dto_original_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/approval_summary.py b/sailpoint/beta/models/approval_summary.py index 6cc45f4c6..5fbe4b08c 100644 --- a/sailpoint/beta/models/approval_summary.py +++ b/sailpoint/beta/models/approval_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/argument.py b/sailpoint/beta/models/argument.py index 2c8519bac..1a0e60f2c 100644 --- a/sailpoint/beta/models/argument.py +++ b/sailpoint/beta/models/argument.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/assignment_context_dto.py b/sailpoint/beta/models/assignment_context_dto.py index c2aeab67b..2cdcc5ced 100644 --- a/sailpoint/beta/models/assignment_context_dto.py +++ b/sailpoint/beta/models/assignment_context_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attr_sync_source.py b/sailpoint/beta/models/attr_sync_source.py index 18673ba8a..51e150f3e 100644 --- a/sailpoint/beta/models/attr_sync_source.py +++ b/sailpoint/beta/models/attr_sync_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attr_sync_source_attribute_config.py b/sailpoint/beta/models/attr_sync_source_attribute_config.py index e636b4c82..45f66e7e5 100644 --- a/sailpoint/beta/models/attr_sync_source_attribute_config.py +++ b/sailpoint/beta/models/attr_sync_source_attribute_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attr_sync_source_config.py b/sailpoint/beta/models/attr_sync_source_config.py index 93d928de1..a8d7d6bf5 100644 --- a/sailpoint/beta/models/attr_sync_source_config.py +++ b/sailpoint/beta/models/attr_sync_source_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attribute_change.py b/sailpoint/beta/models/attribute_change.py index 15cbfd578..630755ec9 100644 --- a/sailpoint/beta/models/attribute_change.py +++ b/sailpoint/beta/models/attribute_change.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attribute_definition.py b/sailpoint/beta/models/attribute_definition.py index 1dfaf5eb4..c6bc1efc9 100644 --- a/sailpoint/beta/models/attribute_definition.py +++ b/sailpoint/beta/models/attribute_definition.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attribute_definition_schema.py b/sailpoint/beta/models/attribute_definition_schema.py index 26cdad782..f90f647d1 100644 --- a/sailpoint/beta/models/attribute_definition_schema.py +++ b/sailpoint/beta/models/attribute_definition_schema.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attribute_dto.py b/sailpoint/beta/models/attribute_dto.py index c5234c387..370bc04fa 100644 --- a/sailpoint/beta/models/attribute_dto.py +++ b/sailpoint/beta/models/attribute_dto.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attribute_dto_list.py b/sailpoint/beta/models/attribute_dto_list.py index 9a78d5b52..ea7b153d3 100644 --- a/sailpoint/beta/models/attribute_dto_list.py +++ b/sailpoint/beta/models/attribute_dto_list.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attribute_value_dto.py b/sailpoint/beta/models/attribute_value_dto.py index e5227a03d..00b93c301 100644 --- a/sailpoint/beta/models/attribute_value_dto.py +++ b/sailpoint/beta/models/attribute_value_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/attributes_changed.py b/sailpoint/beta/models/attributes_changed.py index cf86ae3ee..ee60ad92d 100644 --- a/sailpoint/beta/models/attributes_changed.py +++ b/sailpoint/beta/models/attributes_changed.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/audit_details.py b/sailpoint/beta/models/audit_details.py index f9dcd8c61..5f8efe06a 100644 --- a/sailpoint/beta/models/audit_details.py +++ b/sailpoint/beta/models/audit_details.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/auth_profile.py b/sailpoint/beta/models/auth_profile.py index 4a975d75e..ed861c3c7 100644 --- a/sailpoint/beta/models/auth_profile.py +++ b/sailpoint/beta/models/auth_profile.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/auth_profile_summary.py b/sailpoint/beta/models/auth_profile_summary.py index a98fb1da3..c607ec708 100644 --- a/sailpoint/beta/models/auth_profile_summary.py +++ b/sailpoint/beta/models/auth_profile_summary.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/base_common_dto.py b/sailpoint/beta/models/base_common_dto.py index 1e571244f..245182d66 100644 --- a/sailpoint/beta/models/base_common_dto.py +++ b/sailpoint/beta/models/base_common_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/base_common_dto1.py b/sailpoint/beta/models/base_common_dto1.py index 07aa570a5..fcf0c0e49 100644 --- a/sailpoint/beta/models/base_common_dto1.py +++ b/sailpoint/beta/models/base_common_dto1.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/base_reference_dto.py b/sailpoint/beta/models/base_reference_dto.py index d2f44043b..d1349be9f 100644 --- a/sailpoint/beta/models/base_reference_dto.py +++ b/sailpoint/beta/models/base_reference_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/base_reference_dto1.py b/sailpoint/beta/models/base_reference_dto1.py index 810fc6ee2..3a3540b71 100644 --- a/sailpoint/beta/models/base_reference_dto1.py +++ b/sailpoint/beta/models/base_reference_dto1.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/basic_auth_config.py b/sailpoint/beta/models/basic_auth_config.py index 4684eda17..9b245726c 100644 --- a/sailpoint/beta/models/basic_auth_config.py +++ b/sailpoint/beta/models/basic_auth_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/bearer_token_auth_config.py b/sailpoint/beta/models/bearer_token_auth_config.py index 4eaf30c12..f826a9e46 100644 --- a/sailpoint/beta/models/bearer_token_auth_config.py +++ b/sailpoint/beta/models/bearer_token_auth_config.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/before_provisioning_rule_dto.py b/sailpoint/beta/models/before_provisioning_rule_dto.py index 47af5dc55..144c9624a 100644 --- a/sailpoint/beta/models/before_provisioning_rule_dto.py +++ b/sailpoint/beta/models/before_provisioning_rule_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/bulk_identities_accounts_response.py b/sailpoint/beta/models/bulk_identities_accounts_response.py index 91ccb8dea..7b3e78f0b 100644 --- a/sailpoint/beta/models/bulk_identities_accounts_response.py +++ b/sailpoint/beta/models/bulk_identities_accounts_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/bulk_tagged_object.py b/sailpoint/beta/models/bulk_tagged_object.py index 9b63d59e0..db1aad2b9 100644 --- a/sailpoint/beta/models/bulk_tagged_object.py +++ b/sailpoint/beta/models/bulk_tagged_object.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/bulk_workgroup_members_request_inner.py b/sailpoint/beta/models/bulk_workgroup_members_request_inner.py index 067173f2e..4da119354 100644 --- a/sailpoint/beta/models/bulk_workgroup_members_request_inner.py +++ b/sailpoint/beta/models/bulk_workgroup_members_request_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign.py b/sailpoint/beta/models/campaign.py index 82ef3bf2a..e99659340 100644 --- a/sailpoint/beta/models/campaign.py +++ b/sailpoint/beta/models/campaign.py @@ -109,8 +109,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_activated.py b/sailpoint/beta/models/campaign_activated.py index ce505b487..f8c5fbd79 100644 --- a/sailpoint/beta/models/campaign_activated.py +++ b/sailpoint/beta/models/campaign_activated.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_activated_campaign.py b/sailpoint/beta/models/campaign_activated_campaign.py index 0a1c8540d..ab09bfb1f 100644 --- a/sailpoint/beta/models/campaign_activated_campaign.py +++ b/sailpoint/beta/models/campaign_activated_campaign.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_activated_campaign_campaign_owner.py b/sailpoint/beta/models/campaign_activated_campaign_campaign_owner.py index dcfed069a..5a050f4ef 100644 --- a/sailpoint/beta/models/campaign_activated_campaign_campaign_owner.py +++ b/sailpoint/beta/models/campaign_activated_campaign_campaign_owner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_alert.py b/sailpoint/beta/models/campaign_alert.py index 0813e83b2..2f3aa4023 100644 --- a/sailpoint/beta/models/campaign_alert.py +++ b/sailpoint/beta/models/campaign_alert.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_ended.py b/sailpoint/beta/models/campaign_ended.py index 7a843b58c..ecac4ed3c 100644 --- a/sailpoint/beta/models/campaign_ended.py +++ b/sailpoint/beta/models/campaign_ended.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_ended_campaign.py b/sailpoint/beta/models/campaign_ended_campaign.py index 6bf61ca2b..3218ce020 100644 --- a/sailpoint/beta/models/campaign_ended_campaign.py +++ b/sailpoint/beta/models/campaign_ended_campaign.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_generated.py b/sailpoint/beta/models/campaign_generated.py index f0fe20ace..ce086b620 100644 --- a/sailpoint/beta/models/campaign_generated.py +++ b/sailpoint/beta/models/campaign_generated.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_generated_campaign.py b/sailpoint/beta/models/campaign_generated_campaign.py index 940141065..94238b22b 100644 --- a/sailpoint/beta/models/campaign_generated_campaign.py +++ b/sailpoint/beta/models/campaign_generated_campaign.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_generated_campaign_campaign_owner.py b/sailpoint/beta/models/campaign_generated_campaign_campaign_owner.py index c401579b4..be7bdb8c5 100644 --- a/sailpoint/beta/models/campaign_generated_campaign_campaign_owner.py +++ b/sailpoint/beta/models/campaign_generated_campaign_campaign_owner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_reference.py b/sailpoint/beta/models/campaign_reference.py index 52249dfc4..7da4446ca 100644 --- a/sailpoint/beta/models/campaign_reference.py +++ b/sailpoint/beta/models/campaign_reference.py @@ -76,8 +76,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_report.py b/sailpoint/beta/models/campaign_report.py index 16932bb15..00e5ff452 100644 --- a/sailpoint/beta/models/campaign_report.py +++ b/sailpoint/beta/models/campaign_report.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_reports_config.py b/sailpoint/beta/models/campaign_reports_config.py index fb2524306..a64483de1 100644 --- a/sailpoint/beta/models/campaign_reports_config.py +++ b/sailpoint/beta/models/campaign_reports_config.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_template.py b/sailpoint/beta/models/campaign_template.py index 49002cfec..0a72fcc3d 100644 --- a/sailpoint/beta/models/campaign_template.py +++ b/sailpoint/beta/models/campaign_template.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/campaign_template_owner_ref.py b/sailpoint/beta/models/campaign_template_owner_ref.py index 494df3f2b..efaacfd9d 100644 --- a/sailpoint/beta/models/campaign_template_owner_ref.py +++ b/sailpoint/beta/models/campaign_template_owner_ref.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/cancel_access_request.py b/sailpoint/beta/models/cancel_access_request.py index be4f8443e..37aeb0a38 100644 --- a/sailpoint/beta/models/cancel_access_request.py +++ b/sailpoint/beta/models/cancel_access_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/cancelable_account_activity.py b/sailpoint/beta/models/cancelable_account_activity.py index 5c66e1916..c8b6038dd 100644 --- a/sailpoint/beta/models/cancelable_account_activity.py +++ b/sailpoint/beta/models/cancelable_account_activity.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/cancelled_request_details.py b/sailpoint/beta/models/cancelled_request_details.py index 082b8b736..a3decd011 100644 --- a/sailpoint/beta/models/cancelled_request_details.py +++ b/sailpoint/beta/models/cancelled_request_details.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/certification_dto.py b/sailpoint/beta/models/certification_dto.py index 368bde80c..fe46f539e 100644 --- a/sailpoint/beta/models/certification_dto.py +++ b/sailpoint/beta/models/certification_dto.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/certification_reference.py b/sailpoint/beta/models/certification_reference.py index 837177e32..5f0d69b4b 100644 --- a/sailpoint/beta/models/certification_reference.py +++ b/sailpoint/beta/models/certification_reference.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/certification_reference_dto.py b/sailpoint/beta/models/certification_reference_dto.py index 2d44c9814..bd07c1c41 100644 --- a/sailpoint/beta/models/certification_reference_dto.py +++ b/sailpoint/beta/models/certification_reference_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/certification_signed_off.py b/sailpoint/beta/models/certification_signed_off.py index b67f536d5..da16625c1 100644 --- a/sailpoint/beta/models/certification_signed_off.py +++ b/sailpoint/beta/models/certification_signed_off.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/certification_signed_off_certification.py b/sailpoint/beta/models/certification_signed_off_certification.py index 1c2e1f557..34dcc7f88 100644 --- a/sailpoint/beta/models/certification_signed_off_certification.py +++ b/sailpoint/beta/models/certification_signed_off_certification.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/certification_task.py b/sailpoint/beta/models/certification_task.py index 3afcb54f0..c33f01d10 100644 --- a/sailpoint/beta/models/certification_task.py +++ b/sailpoint/beta/models/certification_task.py @@ -80,8 +80,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/certifier_response.py b/sailpoint/beta/models/certifier_response.py index c89778d86..638ec2d1b 100644 --- a/sailpoint/beta/models/certifier_response.py +++ b/sailpoint/beta/models/certifier_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/children.py b/sailpoint/beta/models/children.py index c8b492c64..84343c77a 100644 --- a/sailpoint/beta/models/children.py +++ b/sailpoint/beta/models/children.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/client_log_configuration.py b/sailpoint/beta/models/client_log_configuration.py index 72e4cdabd..fc6220fdb 100644 --- a/sailpoint/beta/models/client_log_configuration.py +++ b/sailpoint/beta/models/client_log_configuration.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: @@ -91,7 +91,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "durationMinutes": obj.get("durationMinutes"), "expiration": obj.get("expiration"), "rootLevel": obj.get("rootLevel"), - "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) + "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) if obj.get("logLevels") is not None else None }) return _obj diff --git a/sailpoint/beta/models/close_access_request.py b/sailpoint/beta/models/close_access_request.py index 16741bc9c..b2f83dd86 100644 --- a/sailpoint/beta/models/close_access_request.py +++ b/sailpoint/beta/models/close_access_request.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/comment.py b/sailpoint/beta/models/comment.py index cc4cd722a..2130ae5f7 100644 --- a/sailpoint/beta/models/comment.py +++ b/sailpoint/beta/models/comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/comment_dto.py b/sailpoint/beta/models/comment_dto.py index 27168058d..f2cd7f380 100644 --- a/sailpoint/beta/models/comment_dto.py +++ b/sailpoint/beta/models/comment_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/comment_dto1.py b/sailpoint/beta/models/comment_dto1.py index c0b0dc8a4..46066c387 100644 --- a/sailpoint/beta/models/comment_dto1.py +++ b/sailpoint/beta/models/comment_dto1.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/comment_dto1_author.py b/sailpoint/beta/models/comment_dto1_author.py index a0f3af726..d29320d1c 100644 --- a/sailpoint/beta/models/comment_dto1_author.py +++ b/sailpoint/beta/models/comment_dto1_author.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/comment_dto_author.py b/sailpoint/beta/models/comment_dto_author.py index 4f8173bfb..1301cdd1a 100644 --- a/sailpoint/beta/models/comment_dto_author.py +++ b/sailpoint/beta/models/comment_dto_author.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/common_access_id_status.py b/sailpoint/beta/models/common_access_id_status.py index 836e602ce..e059faa2b 100644 --- a/sailpoint/beta/models/common_access_id_status.py +++ b/sailpoint/beta/models/common_access_id_status.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/common_access_item_access.py b/sailpoint/beta/models/common_access_item_access.py index 7984cd6fc..efe7cf826 100644 --- a/sailpoint/beta/models/common_access_item_access.py +++ b/sailpoint/beta/models/common_access_item_access.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/common_access_item_request.py b/sailpoint/beta/models/common_access_item_request.py index cd2330324..40f5776c1 100644 --- a/sailpoint/beta/models/common_access_item_request.py +++ b/sailpoint/beta/models/common_access_item_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/common_access_item_response.py b/sailpoint/beta/models/common_access_item_response.py index dd614c7cd..4ef950de5 100644 --- a/sailpoint/beta/models/common_access_item_response.py +++ b/sailpoint/beta/models/common_access_item_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/common_access_response.py b/sailpoint/beta/models/common_access_response.py index 119bc50a5..93373e64c 100644 --- a/sailpoint/beta/models/common_access_response.py +++ b/sailpoint/beta/models/common_access_response.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/complete_campaign_options.py b/sailpoint/beta/models/complete_campaign_options.py index c6d153536..76f0fb5b1 100644 --- a/sailpoint/beta/models/complete_campaign_options.py +++ b/sailpoint/beta/models/complete_campaign_options.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/complete_invocation.py b/sailpoint/beta/models/complete_invocation.py index 82bfb2f2b..836030cf4 100644 --- a/sailpoint/beta/models/complete_invocation.py +++ b/sailpoint/beta/models/complete_invocation.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/complete_invocation_input.py b/sailpoint/beta/models/complete_invocation_input.py index ab13da776..2e33f802f 100644 --- a/sailpoint/beta/models/complete_invocation_input.py +++ b/sailpoint/beta/models/complete_invocation_input.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/completed_approval.py b/sailpoint/beta/models/completed_approval.py index 9e1438a4d..2cd1a3325 100644 --- a/sailpoint/beta/models/completed_approval.py +++ b/sailpoint/beta/models/completed_approval.py @@ -77,8 +77,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/completed_approval_pre_approval_trigger_result.py b/sailpoint/beta/models/completed_approval_pre_approval_trigger_result.py index 150485efc..1d3588b80 100644 --- a/sailpoint/beta/models/completed_approval_pre_approval_trigger_result.py +++ b/sailpoint/beta/models/completed_approval_pre_approval_trigger_result.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/completed_approval_reviewed_by.py b/sailpoint/beta/models/completed_approval_reviewed_by.py index 931394c89..f66b9ffc5 100644 --- a/sailpoint/beta/models/completed_approval_reviewed_by.py +++ b/sailpoint/beta/models/completed_approval_reviewed_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/condition_effect.py b/sailpoint/beta/models/condition_effect.py index f5166a7b3..792d41d4f 100644 --- a/sailpoint/beta/models/condition_effect.py +++ b/sailpoint/beta/models/condition_effect.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/condition_effect_config.py b/sailpoint/beta/models/condition_effect_config.py index 73468da2a..c484f8616 100644 --- a/sailpoint/beta/models/condition_effect_config.py +++ b/sailpoint/beta/models/condition_effect_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/condition_rule.py b/sailpoint/beta/models/condition_rule.py index 748de5172..d2ff6a954 100644 --- a/sailpoint/beta/models/condition_rule.py +++ b/sailpoint/beta/models/condition_rule.py @@ -76,8 +76,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/config_object.py b/sailpoint/beta/models/config_object.py index 3388b6b62..81c6dd4ea 100644 --- a/sailpoint/beta/models/config_object.py +++ b/sailpoint/beta/models/config_object.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/config_type.py b/sailpoint/beta/models/config_type.py index d2d7a1ed0..d786ff77b 100644 --- a/sailpoint/beta/models/config_type.py +++ b/sailpoint/beta/models/config_type.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/configuration_details_response.py b/sailpoint/beta/models/configuration_details_response.py index 43678b43e..863770f3b 100644 --- a/sailpoint/beta/models/configuration_details_response.py +++ b/sailpoint/beta/models/configuration_details_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/configuration_item_request.py b/sailpoint/beta/models/configuration_item_request.py index 220a2968e..15b7ed142 100644 --- a/sailpoint/beta/models/configuration_item_request.py +++ b/sailpoint/beta/models/configuration_item_request.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/configuration_item_response.py b/sailpoint/beta/models/configuration_item_response.py index 76309c7e2..a23a46608 100644 --- a/sailpoint/beta/models/configuration_item_response.py +++ b/sailpoint/beta/models/configuration_item_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/configuration_response.py b/sailpoint/beta/models/configuration_response.py index 1c10b03d6..beb675389 100644 --- a/sailpoint/beta/models/configuration_response.py +++ b/sailpoint/beta/models/configuration_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/conflicting_access_criteria.py b/sailpoint/beta/models/conflicting_access_criteria.py index 465335d54..6ef6cb401 100644 --- a/sailpoint/beta/models/conflicting_access_criteria.py +++ b/sailpoint/beta/models/conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/connected_object.py b/sailpoint/beta/models/connected_object.py index 3200e49a6..2b4264cdc 100644 --- a/sailpoint/beta/models/connected_object.py +++ b/sailpoint/beta/models/connected_object.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/connector_detail.py b/sailpoint/beta/models/connector_detail.py index d60d0c7ab..63a41cd59 100644 --- a/sailpoint/beta/models/connector_detail.py +++ b/sailpoint/beta/models/connector_detail.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/connector_rule_create_request.py b/sailpoint/beta/models/connector_rule_create_request.py index f03b35af3..80a027083 100644 --- a/sailpoint/beta/models/connector_rule_create_request.py +++ b/sailpoint/beta/models/connector_rule_create_request.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/connector_rule_create_request_signature.py b/sailpoint/beta/models/connector_rule_create_request_signature.py index 68887e1db..e34b9cdba 100644 --- a/sailpoint/beta/models/connector_rule_create_request_signature.py +++ b/sailpoint/beta/models/connector_rule_create_request_signature.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/connector_rule_response.py b/sailpoint/beta/models/connector_rule_response.py index 18c8d43ad..1e011980d 100644 --- a/sailpoint/beta/models/connector_rule_response.py +++ b/sailpoint/beta/models/connector_rule_response.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/connector_rule_update_request.py b/sailpoint/beta/models/connector_rule_update_request.py index 108650c98..01aa67882 100644 --- a/sailpoint/beta/models/connector_rule_update_request.py +++ b/sailpoint/beta/models/connector_rule_update_request.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/connector_rule_validation_response.py b/sailpoint/beta/models/connector_rule_validation_response.py index 8c5a3970e..c0703273b 100644 --- a/sailpoint/beta/models/connector_rule_validation_response.py +++ b/sailpoint/beta/models/connector_rule_validation_response.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/connector_rule_validation_response_details_inner.py b/sailpoint/beta/models/connector_rule_validation_response_details_inner.py index d5c74ff87..248776963 100644 --- a/sailpoint/beta/models/connector_rule_validation_response_details_inner.py +++ b/sailpoint/beta/models/connector_rule_validation_response_details_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/context_attribute_dto.py b/sailpoint/beta/models/context_attribute_dto.py index 459566339..32317258d 100644 --- a/sailpoint/beta/models/context_attribute_dto.py +++ b/sailpoint/beta/models/context_attribute_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/correlated_governance_event.py b/sailpoint/beta/models/correlated_governance_event.py index feb74cc92..01f6c490f 100644 --- a/sailpoint/beta/models/correlated_governance_event.py +++ b/sailpoint/beta/models/correlated_governance_event.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/correlation_config.py b/sailpoint/beta/models/correlation_config.py index 9b252d262..c5201a0c1 100644 --- a/sailpoint/beta/models/correlation_config.py +++ b/sailpoint/beta/models/correlation_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/correlation_config_attribute_assignments_inner.py b/sailpoint/beta/models/correlation_config_attribute_assignments_inner.py index c69c2935b..443e9e0e9 100644 --- a/sailpoint/beta/models/correlation_config_attribute_assignments_inner.py +++ b/sailpoint/beta/models/correlation_config_attribute_assignments_inner.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_domain_dkim405_response.py b/sailpoint/beta/models/create_domain_dkim405_response.py index 85ba0ab17..a5a925984 100644 --- a/sailpoint/beta/models/create_domain_dkim405_response.py +++ b/sailpoint/beta/models/create_domain_dkim405_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_form_definition_file_request_request.py b/sailpoint/beta/models/create_form_definition_file_request_request.py index cbc625783..070358e55 100644 --- a/sailpoint/beta/models/create_form_definition_file_request_request.py +++ b/sailpoint/beta/models/create_form_definition_file_request_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_form_definition_request.py b/sailpoint/beta/models/create_form_definition_request.py index 2c940b9fc..7dde5cad8 100644 --- a/sailpoint/beta/models/create_form_definition_request.py +++ b/sailpoint/beta/models/create_form_definition_request.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_form_instance_request.py b/sailpoint/beta/models/create_form_instance_request.py index edd62f01f..15265d957 100644 --- a/sailpoint/beta/models/create_form_instance_request.py +++ b/sailpoint/beta/models/create_form_instance_request.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_o_auth_client_request.py b/sailpoint/beta/models/create_o_auth_client_request.py index a08badf37..5259686b3 100644 --- a/sailpoint/beta/models/create_o_auth_client_request.py +++ b/sailpoint/beta/models/create_o_auth_client_request.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_o_auth_client_response.py b/sailpoint/beta/models/create_o_auth_client_response.py index 2e52bba44..e8c090866 100644 --- a/sailpoint/beta/models/create_o_auth_client_response.py +++ b/sailpoint/beta/models/create_o_auth_client_response.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_personal_access_token_request.py b/sailpoint/beta/models/create_personal_access_token_request.py index 8e9085330..3a7a90b36 100644 --- a/sailpoint/beta/models/create_personal_access_token_request.py +++ b/sailpoint/beta/models/create_personal_access_token_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_personal_access_token_response.py b/sailpoint/beta/models/create_personal_access_token_response.py index 4df70e0d3..6e5b63103 100644 --- a/sailpoint/beta/models/create_personal_access_token_response.py +++ b/sailpoint/beta/models/create_personal_access_token_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/create_workflow_request.py b/sailpoint/beta/models/create_workflow_request.py index fadcd1ecd..6cd8c030f 100644 --- a/sailpoint/beta/models/create_workflow_request.py +++ b/sailpoint/beta/models/create_workflow_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/custom_password_instruction.py b/sailpoint/beta/models/custom_password_instruction.py index 35e5e5763..21345a240 100644 --- a/sailpoint/beta/models/custom_password_instruction.py +++ b/sailpoint/beta/models/custom_password_instruction.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/delete202_response.py b/sailpoint/beta/models/delete202_response.py index 63facda7e..638139303 100644 --- a/sailpoint/beta/models/delete202_response.py +++ b/sailpoint/beta/models/delete202_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/delete_campaigns_request.py b/sailpoint/beta/models/delete_campaigns_request.py index e3685df05..1c513e75d 100644 --- a/sailpoint/beta/models/delete_campaigns_request.py +++ b/sailpoint/beta/models/delete_campaigns_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/delete_non_employee_record_in_bulk_request.py b/sailpoint/beta/models/delete_non_employee_record_in_bulk_request.py index 8022f0b7c..f88fa5cfa 100644 --- a/sailpoint/beta/models/delete_non_employee_record_in_bulk_request.py +++ b/sailpoint/beta/models/delete_non_employee_record_in_bulk_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/delete_vendor_connector_mapping200_response.py b/sailpoint/beta/models/delete_vendor_connector_mapping200_response.py index 5de202504..aeecf58fa 100644 --- a/sailpoint/beta/models/delete_vendor_connector_mapping200_response.py +++ b/sailpoint/beta/models/delete_vendor_connector_mapping200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/dimension_ref.py b/sailpoint/beta/models/dimension_ref.py index 4521d698c..f983046cc 100644 --- a/sailpoint/beta/models/dimension_ref.py +++ b/sailpoint/beta/models/dimension_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/dkim_attributes.py b/sailpoint/beta/models/dkim_attributes.py index fc25aaa8c..6212bc98e 100644 --- a/sailpoint/beta/models/dkim_attributes.py +++ b/sailpoint/beta/models/dkim_attributes.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/domain_address.py b/sailpoint/beta/models/domain_address.py index 0e3ea10f5..8d08bbce7 100644 --- a/sailpoint/beta/models/domain_address.py +++ b/sailpoint/beta/models/domain_address.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/domain_status_dto.py b/sailpoint/beta/models/domain_status_dto.py index 8d58f665b..1b4a55e89 100644 --- a/sailpoint/beta/models/domain_status_dto.py +++ b/sailpoint/beta/models/domain_status_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/duo_verification_request.py b/sailpoint/beta/models/duo_verification_request.py index e4ba5a9ca..6a74a4569 100644 --- a/sailpoint/beta/models/duo_verification_request.py +++ b/sailpoint/beta/models/duo_verification_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/email_notification_option.py b/sailpoint/beta/models/email_notification_option.py index 8568f0307..4438a0b4b 100644 --- a/sailpoint/beta/models/email_notification_option.py +++ b/sailpoint/beta/models/email_notification_option.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/email_status_dto.py b/sailpoint/beta/models/email_status_dto.py index f7f259eea..772d87eae 100644 --- a/sailpoint/beta/models/email_status_dto.py +++ b/sailpoint/beta/models/email_status_dto.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement.py b/sailpoint/beta/models/entitlement.py index a0c70ced5..3d40073b1 100644 --- a/sailpoint/beta/models/entitlement.py +++ b/sailpoint/beta/models/entitlement.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_access_model_metadata.py b/sailpoint/beta/models/entitlement_access_model_metadata.py index cb6fba0ce..53a114f29 100644 --- a/sailpoint/beta/models/entitlement_access_model_metadata.py +++ b/sailpoint/beta/models/entitlement_access_model_metadata.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_access_request_config.py b/sailpoint/beta/models/entitlement_access_request_config.py index e4ba573b9..338be1704 100644 --- a/sailpoint/beta/models/entitlement_access_request_config.py +++ b/sailpoint/beta/models/entitlement_access_request_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_approval_scheme.py b/sailpoint/beta/models/entitlement_approval_scheme.py index e8441299e..64a00882d 100644 --- a/sailpoint/beta/models/entitlement_approval_scheme.py +++ b/sailpoint/beta/models/entitlement_approval_scheme.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_bulk_update_request.py b/sailpoint/beta/models/entitlement_bulk_update_request.py index 0620e5701..ed7531a50 100644 --- a/sailpoint/beta/models/entitlement_bulk_update_request.py +++ b/sailpoint/beta/models/entitlement_bulk_update_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_manually_updated_fields.py b/sailpoint/beta/models/entitlement_manually_updated_fields.py index d4b24aec7..1e48c47bb 100644 --- a/sailpoint/beta/models/entitlement_manually_updated_fields.py +++ b/sailpoint/beta/models/entitlement_manually_updated_fields.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_owner.py b/sailpoint/beta/models/entitlement_owner.py index 104a83d83..3771d7ada 100644 --- a/sailpoint/beta/models/entitlement_owner.py +++ b/sailpoint/beta/models/entitlement_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_ref.py b/sailpoint/beta/models/entitlement_ref.py index 598fa5476..76709a49e 100644 --- a/sailpoint/beta/models/entitlement_ref.py +++ b/sailpoint/beta/models/entitlement_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_request_config.py b/sailpoint/beta/models/entitlement_request_config.py index f7a169452..da8e7342a 100644 --- a/sailpoint/beta/models/entitlement_request_config.py +++ b/sailpoint/beta/models/entitlement_request_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_request_config1.py b/sailpoint/beta/models/entitlement_request_config1.py index c104535b6..7c75a2a3e 100644 --- a/sailpoint/beta/models/entitlement_request_config1.py +++ b/sailpoint/beta/models/entitlement_request_config1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_source.py b/sailpoint/beta/models/entitlement_source.py index a407ff7c4..1a3af7897 100644 --- a/sailpoint/beta/models/entitlement_source.py +++ b/sailpoint/beta/models/entitlement_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entitlement_source_reset_base_reference_dto.py b/sailpoint/beta/models/entitlement_source_reset_base_reference_dto.py index 0a3ca8515..9cdb59f79 100644 --- a/sailpoint/beta/models/entitlement_source_reset_base_reference_dto.py +++ b/sailpoint/beta/models/entitlement_source_reset_base_reference_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/entity_created_by_dto.py b/sailpoint/beta/models/entity_created_by_dto.py index babbec217..c49eb01fc 100644 --- a/sailpoint/beta/models/entity_created_by_dto.py +++ b/sailpoint/beta/models/entity_created_by_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/error.py b/sailpoint/beta/models/error.py index 046837f32..8267c2113 100644 --- a/sailpoint/beta/models/error.py +++ b/sailpoint/beta/models/error.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/error_message.py b/sailpoint/beta/models/error_message.py index b178b3552..804b621b7 100644 --- a/sailpoint/beta/models/error_message.py +++ b/sailpoint/beta/models/error_message.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/error_message_dto.py b/sailpoint/beta/models/error_message_dto.py index 2e3536e10..6d407ab38 100644 --- a/sailpoint/beta/models/error_message_dto.py +++ b/sailpoint/beta/models/error_message_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/error_response_dto.py b/sailpoint/beta/models/error_response_dto.py index 56d3ff955..531a55720 100644 --- a/sailpoint/beta/models/error_response_dto.py +++ b/sailpoint/beta/models/error_response_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/evaluate_response.py b/sailpoint/beta/models/evaluate_response.py index cfca8be84..0793c4e76 100644 --- a/sailpoint/beta/models/evaluate_response.py +++ b/sailpoint/beta/models/evaluate_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/event_attributes.py b/sailpoint/beta/models/event_attributes.py index e73c65d38..41e559fd1 100644 --- a/sailpoint/beta/models/event_attributes.py +++ b/sailpoint/beta/models/event_attributes.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/event_bridge_config.py b/sailpoint/beta/models/event_bridge_config.py index eb18eba6a..cd99f80c4 100644 --- a/sailpoint/beta/models/event_bridge_config.py +++ b/sailpoint/beta/models/event_bridge_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/exception_access_criteria.py b/sailpoint/beta/models/exception_access_criteria.py index cb3096f59..9a80afded 100644 --- a/sailpoint/beta/models/exception_access_criteria.py +++ b/sailpoint/beta/models/exception_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/exception_criteria.py b/sailpoint/beta/models/exception_criteria.py index ee7183b37..4a6bd335f 100644 --- a/sailpoint/beta/models/exception_criteria.py +++ b/sailpoint/beta/models/exception_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/exception_criteria_access.py b/sailpoint/beta/models/exception_criteria_access.py index 38bfa08d3..dbbd17cf8 100644 --- a/sailpoint/beta/models/exception_criteria_access.py +++ b/sailpoint/beta/models/exception_criteria_access.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/exception_criteria_criteria_list_inner.py b/sailpoint/beta/models/exception_criteria_criteria_list_inner.py index ce8b924dc..215d3ccdc 100644 --- a/sailpoint/beta/models/exception_criteria_criteria_list_inner.py +++ b/sailpoint/beta/models/exception_criteria_criteria_list_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/export_form_definitions_by_tenant200_response_inner.py b/sailpoint/beta/models/export_form_definitions_by_tenant200_response_inner.py index 20ff63c3f..8c3a755e3 100644 --- a/sailpoint/beta/models/export_form_definitions_by_tenant200_response_inner.py +++ b/sailpoint/beta/models/export_form_definitions_by_tenant200_response_inner.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/export_options.py b/sailpoint/beta/models/export_options.py index 9fa7f9cf6..777374555 100644 --- a/sailpoint/beta/models/export_options.py +++ b/sailpoint/beta/models/export_options.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/export_payload.py b/sailpoint/beta/models/export_payload.py index dccf21460..00ebf6d7d 100644 --- a/sailpoint/beta/models/export_payload.py +++ b/sailpoint/beta/models/export_payload.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/expression.py b/sailpoint/beta/models/expression.py index 481a36425..9738f7a90 100644 --- a/sailpoint/beta/models/expression.py +++ b/sailpoint/beta/models/expression.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/external_attributes.py b/sailpoint/beta/models/external_attributes.py index 2455e1506..15982e1d8 100644 --- a/sailpoint/beta/models/external_attributes.py +++ b/sailpoint/beta/models/external_attributes.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/feature_value_dto.py b/sailpoint/beta/models/feature_value_dto.py index bceaea6c7..91f9ebced 100644 --- a/sailpoint/beta/models/feature_value_dto.py +++ b/sailpoint/beta/models/feature_value_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/field_details.py b/sailpoint/beta/models/field_details.py index 29309fc35..c8c5886a5 100644 --- a/sailpoint/beta/models/field_details.py +++ b/sailpoint/beta/models/field_details.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/field_details_dto.py b/sailpoint/beta/models/field_details_dto.py index 06a83f235..805003ab6 100644 --- a/sailpoint/beta/models/field_details_dto.py +++ b/sailpoint/beta/models/field_details_dto.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form.py b/sailpoint/beta/models/form.py index 897745c97..19be29ef1 100644 --- a/sailpoint/beta/models/form.py +++ b/sailpoint/beta/models/form.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_condition.py b/sailpoint/beta/models/form_condition.py index b80835dd6..854390469 100644 --- a/sailpoint/beta/models/form_condition.py +++ b/sailpoint/beta/models/form_condition.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_definition_dynamic_schema_request.py b/sailpoint/beta/models/form_definition_dynamic_schema_request.py index 8b1f823e8..3fd4b2c90 100644 --- a/sailpoint/beta/models/form_definition_dynamic_schema_request.py +++ b/sailpoint/beta/models/form_definition_dynamic_schema_request.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_definition_dynamic_schema_request_attributes.py b/sailpoint/beta/models/form_definition_dynamic_schema_request_attributes.py index 241b26164..8077a0d36 100644 --- a/sailpoint/beta/models/form_definition_dynamic_schema_request_attributes.py +++ b/sailpoint/beta/models/form_definition_dynamic_schema_request_attributes.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_definition_dynamic_schema_response.py b/sailpoint/beta/models/form_definition_dynamic_schema_response.py index ee63e9ed0..15d1f7bd0 100644 --- a/sailpoint/beta/models/form_definition_dynamic_schema_response.py +++ b/sailpoint/beta/models/form_definition_dynamic_schema_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_definition_file_upload_response.py b/sailpoint/beta/models/form_definition_file_upload_response.py index f1d10b69e..86b0d1cb9 100644 --- a/sailpoint/beta/models/form_definition_file_upload_response.py +++ b/sailpoint/beta/models/form_definition_file_upload_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_definition_input.py b/sailpoint/beta/models/form_definition_input.py index d14446dfa..983fc9ba2 100644 --- a/sailpoint/beta/models/form_definition_input.py +++ b/sailpoint/beta/models/form_definition_input.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_definition_response.py b/sailpoint/beta/models/form_definition_response.py index d0cdbf29b..a8c30a539 100644 --- a/sailpoint/beta/models/form_definition_response.py +++ b/sailpoint/beta/models/form_definition_response.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_definition_self_import_export_dto.py b/sailpoint/beta/models/form_definition_self_import_export_dto.py index 8a4a0b434..51cd1b40f 100644 --- a/sailpoint/beta/models/form_definition_self_import_export_dto.py +++ b/sailpoint/beta/models/form_definition_self_import_export_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_details.py b/sailpoint/beta/models/form_details.py index bbc6b930c..96a1c9910 100644 --- a/sailpoint/beta/models/form_details.py +++ b/sailpoint/beta/models/form_details.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_element.py b/sailpoint/beta/models/form_element.py index 50f006c74..96a759df3 100644 --- a/sailpoint/beta/models/form_element.py +++ b/sailpoint/beta/models/form_element.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_element_data_source_config_options.py b/sailpoint/beta/models/form_element_data_source_config_options.py index e7dca4630..ad42d62a0 100644 --- a/sailpoint/beta/models/form_element_data_source_config_options.py +++ b/sailpoint/beta/models/form_element_data_source_config_options.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_element_dynamic_data_source.py b/sailpoint/beta/models/form_element_dynamic_data_source.py index cc3a454bd..f54cf9e8c 100644 --- a/sailpoint/beta/models/form_element_dynamic_data_source.py +++ b/sailpoint/beta/models/form_element_dynamic_data_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_element_dynamic_data_source_config.py b/sailpoint/beta/models/form_element_dynamic_data_source_config.py index ebbb87118..129743082 100644 --- a/sailpoint/beta/models/form_element_dynamic_data_source_config.py +++ b/sailpoint/beta/models/form_element_dynamic_data_source_config.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_element_preview_request.py b/sailpoint/beta/models/form_element_preview_request.py index bd72f6a79..5f487802d 100644 --- a/sailpoint/beta/models/form_element_preview_request.py +++ b/sailpoint/beta/models/form_element_preview_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_element_validations_set.py b/sailpoint/beta/models/form_element_validations_set.py index 5bcdf5a1a..e6b7241ef 100644 --- a/sailpoint/beta/models/form_element_validations_set.py +++ b/sailpoint/beta/models/form_element_validations_set.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_error.py b/sailpoint/beta/models/form_error.py index 8cdcdb4b7..9a6fca890 100644 --- a/sailpoint/beta/models/form_error.py +++ b/sailpoint/beta/models/form_error.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_instance_created_by.py b/sailpoint/beta/models/form_instance_created_by.py index b8fe31ad4..1911f5eba 100644 --- a/sailpoint/beta/models/form_instance_created_by.py +++ b/sailpoint/beta/models/form_instance_created_by.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_instance_recipient.py b/sailpoint/beta/models/form_instance_recipient.py index 9eb4979db..52389429a 100644 --- a/sailpoint/beta/models/form_instance_recipient.py +++ b/sailpoint/beta/models/form_instance_recipient.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_instance_response.py b/sailpoint/beta/models/form_instance_response.py index c547907de..1323402a8 100644 --- a/sailpoint/beta/models/form_instance_response.py +++ b/sailpoint/beta/models/form_instance_response.py @@ -72,8 +72,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_item.py b/sailpoint/beta/models/form_item.py index 5ded7c65e..29d999cf0 100644 --- a/sailpoint/beta/models/form_item.py +++ b/sailpoint/beta/models/form_item.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_item_details.py b/sailpoint/beta/models/form_item_details.py index e051abbe1..24786eb2a 100644 --- a/sailpoint/beta/models/form_item_details.py +++ b/sailpoint/beta/models/form_item_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_owner.py b/sailpoint/beta/models/form_owner.py index 8dad73603..3dd7728fe 100644 --- a/sailpoint/beta/models/form_owner.py +++ b/sailpoint/beta/models/form_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/form_used_by.py b/sailpoint/beta/models/form_used_by.py index 8ea54bbe7..8cc8cd792 100644 --- a/sailpoint/beta/models/form_used_by.py +++ b/sailpoint/beta/models/form_used_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/forward_approval_dto.py b/sailpoint/beta/models/forward_approval_dto.py index 78d946804..f045a3113 100644 --- a/sailpoint/beta/models/forward_approval_dto.py +++ b/sailpoint/beta/models/forward_approval_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/full_discovered_applications.py b/sailpoint/beta/models/full_discovered_applications.py index 070d40749..f4aedf478 100644 --- a/sailpoint/beta/models/full_discovered_applications.py +++ b/sailpoint/beta/models/full_discovered_applications.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign.py b/sailpoint/beta/models/fullcampaign.py index 888785180..32eb06e8c 100644 --- a/sailpoint/beta/models/fullcampaign.py +++ b/sailpoint/beta/models/fullcampaign.py @@ -109,8 +109,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign_all_of_filter.py b/sailpoint/beta/models/fullcampaign_all_of_filter.py index df88c2bb3..4fa7d59d3 100644 --- a/sailpoint/beta/models/fullcampaign_all_of_filter.py +++ b/sailpoint/beta/models/fullcampaign_all_of_filter.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign_all_of_machine_account_campaign_info.py b/sailpoint/beta/models/fullcampaign_all_of_machine_account_campaign_info.py index e832b309c..1ae27f179 100644 --- a/sailpoint/beta/models/fullcampaign_all_of_machine_account_campaign_info.py +++ b/sailpoint/beta/models/fullcampaign_all_of_machine_account_campaign_info.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign_all_of_role_composition_campaign_info.py b/sailpoint/beta/models/fullcampaign_all_of_role_composition_campaign_info.py index 24f0c58a1..300b794a9 100644 --- a/sailpoint/beta/models/fullcampaign_all_of_role_composition_campaign_info.py +++ b/sailpoint/beta/models/fullcampaign_all_of_role_composition_campaign_info.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign_all_of_role_composition_campaign_info_remediator_ref.py b/sailpoint/beta/models/fullcampaign_all_of_role_composition_campaign_info_remediator_ref.py index c6f88f91c..c8ba5d1d2 100644 --- a/sailpoint/beta/models/fullcampaign_all_of_role_composition_campaign_info_remediator_ref.py +++ b/sailpoint/beta/models/fullcampaign_all_of_role_composition_campaign_info_remediator_ref.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign_all_of_search_campaign_info.py b/sailpoint/beta/models/fullcampaign_all_of_search_campaign_info.py index e59076340..99bf2fa99 100644 --- a/sailpoint/beta/models/fullcampaign_all_of_search_campaign_info.py +++ b/sailpoint/beta/models/fullcampaign_all_of_search_campaign_info.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign_all_of_search_campaign_info_reviewer.py b/sailpoint/beta/models/fullcampaign_all_of_search_campaign_info_reviewer.py index 5b01afacf..8ff4c3b58 100644 --- a/sailpoint/beta/models/fullcampaign_all_of_search_campaign_info_reviewer.py +++ b/sailpoint/beta/models/fullcampaign_all_of_search_campaign_info_reviewer.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign_all_of_source_owner_campaign_info.py b/sailpoint/beta/models/fullcampaign_all_of_source_owner_campaign_info.py index f29f651f4..3a60a1793 100644 --- a/sailpoint/beta/models/fullcampaign_all_of_source_owner_campaign_info.py +++ b/sailpoint/beta/models/fullcampaign_all_of_source_owner_campaign_info.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/fullcampaign_all_of_sources_with_orphan_entitlements.py b/sailpoint/beta/models/fullcampaign_all_of_sources_with_orphan_entitlements.py index 601e54487..8f6fc3743 100644 --- a/sailpoint/beta/models/fullcampaign_all_of_sources_with_orphan_entitlements.py +++ b/sailpoint/beta/models/fullcampaign_all_of_sources_with_orphan_entitlements.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/get_form_definition_by_key400_response.py b/sailpoint/beta/models/get_form_definition_by_key400_response.py index d1277ab48..49e9526fc 100644 --- a/sailpoint/beta/models/get_form_definition_by_key400_response.py +++ b/sailpoint/beta/models/get_form_definition_by_key400_response.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/get_launchers200_response.py b/sailpoint/beta/models/get_launchers200_response.py index e6d8046db..f7e884fdc 100644 --- a/sailpoint/beta/models/get_launchers200_response.py +++ b/sailpoint/beta/models/get_launchers200_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/get_o_auth_client_response.py b/sailpoint/beta/models/get_o_auth_client_response.py index 507f721dd..51f4d5a47 100644 --- a/sailpoint/beta/models/get_o_auth_client_response.py +++ b/sailpoint/beta/models/get_o_auth_client_response.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/get_personal_access_token_response.py b/sailpoint/beta/models/get_personal_access_token_response.py index 390adc2d8..384da3ad3 100644 --- a/sailpoint/beta/models/get_personal_access_token_response.py +++ b/sailpoint/beta/models/get_personal_access_token_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/http_config.py b/sailpoint/beta/models/http_config.py index 8ba1a3c7a..38992d6b5 100644 --- a/sailpoint/beta/models/http_config.py +++ b/sailpoint/beta/models/http_config.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identities_accounts_bulk_request.py b/sailpoint/beta/models/identities_accounts_bulk_request.py index bdb0b5c91..452138c3c 100644 --- a/sailpoint/beta/models/identities_accounts_bulk_request.py +++ b/sailpoint/beta/models/identities_accounts_bulk_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity.py b/sailpoint/beta/models/identity.py index 83e772ef0..b3eb68d56 100644 --- a/sailpoint/beta/models/identity.py +++ b/sailpoint/beta/models/identity.py @@ -77,8 +77,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity1.py b/sailpoint/beta/models/identity1.py index 0bc1a4ba9..9c37767a1 100644 --- a/sailpoint/beta/models/identity1.py +++ b/sailpoint/beta/models/identity1.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_association_details.py b/sailpoint/beta/models/identity_association_details.py index 0e821af5b..c47269518 100644 --- a/sailpoint/beta/models/identity_association_details.py +++ b/sailpoint/beta/models/identity_association_details.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_association_details_association_details_inner.py b/sailpoint/beta/models/identity_association_details_association_details_inner.py index 73a9ec598..b1d5048d2 100644 --- a/sailpoint/beta/models/identity_association_details_association_details_inner.py +++ b/sailpoint/beta/models/identity_association_details_association_details_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attribute.py b/sailpoint/beta/models/identity_attribute.py index e47643f83..24a8cee81 100644 --- a/sailpoint/beta/models/identity_attribute.py +++ b/sailpoint/beta/models/identity_attribute.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attribute_config.py b/sailpoint/beta/models/identity_attribute_config.py index e42dde9a9..aa5019544 100644 --- a/sailpoint/beta/models/identity_attribute_config.py +++ b/sailpoint/beta/models/identity_attribute_config.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attribute_config1.py b/sailpoint/beta/models/identity_attribute_config1.py index a068ad494..cae2c31fe 100644 --- a/sailpoint/beta/models/identity_attribute_config1.py +++ b/sailpoint/beta/models/identity_attribute_config1.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attribute_names.py b/sailpoint/beta/models/identity_attribute_names.py index e38ad5ec6..6855a4a04 100644 --- a/sailpoint/beta/models/identity_attribute_names.py +++ b/sailpoint/beta/models/identity_attribute_names.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attribute_preview.py b/sailpoint/beta/models/identity_attribute_preview.py index f6181b996..c93975e34 100644 --- a/sailpoint/beta/models/identity_attribute_preview.py +++ b/sailpoint/beta/models/identity_attribute_preview.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attribute_transform.py b/sailpoint/beta/models/identity_attribute_transform.py index 26372837a..95578b524 100644 --- a/sailpoint/beta/models/identity_attribute_transform.py +++ b/sailpoint/beta/models/identity_attribute_transform.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attribute_transform1.py b/sailpoint/beta/models/identity_attribute_transform1.py index 7a5a916ad..137280689 100644 --- a/sailpoint/beta/models/identity_attribute_transform1.py +++ b/sailpoint/beta/models/identity_attribute_transform1.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attributes_changed.py b/sailpoint/beta/models/identity_attributes_changed.py index d8756f41b..b713f830b 100644 --- a/sailpoint/beta/models/identity_attributes_changed.py +++ b/sailpoint/beta/models/identity_attributes_changed.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attributes_changed_changes_inner.py b/sailpoint/beta/models/identity_attributes_changed_changes_inner.py index df9bd9974..99f91e62a 100644 --- a/sailpoint/beta/models/identity_attributes_changed_changes_inner.py +++ b/sailpoint/beta/models/identity_attributes_changed_changes_inner.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_attributes_changed_identity.py b/sailpoint/beta/models/identity_attributes_changed_identity.py index 8a60effb6..9c8c0d669 100644 --- a/sailpoint/beta/models/identity_attributes_changed_identity.py +++ b/sailpoint/beta/models/identity_attributes_changed_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_certification_task.py b/sailpoint/beta/models/identity_certification_task.py index c13870765..372c75db2 100644 --- a/sailpoint/beta/models/identity_certification_task.py +++ b/sailpoint/beta/models/identity_certification_task.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_certified.py b/sailpoint/beta/models/identity_certified.py index b1b44af5c..46a7e61ee 100644 --- a/sailpoint/beta/models/identity_certified.py +++ b/sailpoint/beta/models/identity_certified.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_compare_response.py b/sailpoint/beta/models/identity_compare_response.py index 2ab536160..5f21a349f 100644 --- a/sailpoint/beta/models/identity_compare_response.py +++ b/sailpoint/beta/models/identity_compare_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_created.py b/sailpoint/beta/models/identity_created.py index c82b8c055..9dda3a2e6 100644 --- a/sailpoint/beta/models/identity_created.py +++ b/sailpoint/beta/models/identity_created.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_created_identity.py b/sailpoint/beta/models/identity_created_identity.py index de4a04ca8..eb3d8c724 100644 --- a/sailpoint/beta/models/identity_created_identity.py +++ b/sailpoint/beta/models/identity_created_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_deleted.py b/sailpoint/beta/models/identity_deleted.py index aac339cdd..e50f1ee40 100644 --- a/sailpoint/beta/models/identity_deleted.py +++ b/sailpoint/beta/models/identity_deleted.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_deleted_identity.py b/sailpoint/beta/models/identity_deleted_identity.py index 8b2160ff2..fd9fd4076 100644 --- a/sailpoint/beta/models/identity_deleted_identity.py +++ b/sailpoint/beta/models/identity_deleted_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_entities.py b/sailpoint/beta/models/identity_entities.py index 66396f33b..b1293d645 100644 --- a/sailpoint/beta/models/identity_entities.py +++ b/sailpoint/beta/models/identity_entities.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_entities_identity_entity.py b/sailpoint/beta/models/identity_entities_identity_entity.py index ad3c19af0..30c433f30 100644 --- a/sailpoint/beta/models/identity_entities_identity_entity.py +++ b/sailpoint/beta/models/identity_entities_identity_entity.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_exception_report_reference.py b/sailpoint/beta/models/identity_exception_report_reference.py index eacb38e8e..606280a55 100644 --- a/sailpoint/beta/models/identity_exception_report_reference.py +++ b/sailpoint/beta/models/identity_exception_report_reference.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_exception_report_reference1.py b/sailpoint/beta/models/identity_exception_report_reference1.py index 77525edca..2b1f9e252 100644 --- a/sailpoint/beta/models/identity_exception_report_reference1.py +++ b/sailpoint/beta/models/identity_exception_report_reference1.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_history_response.py b/sailpoint/beta/models/identity_history_response.py index 9d16f3d04..a5ecd8e39 100644 --- a/sailpoint/beta/models/identity_history_response.py +++ b/sailpoint/beta/models/identity_history_response.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_lifecycle_state.py b/sailpoint/beta/models/identity_lifecycle_state.py index c22f85df5..a79a6f62b 100644 --- a/sailpoint/beta/models/identity_lifecycle_state.py +++ b/sailpoint/beta/models/identity_lifecycle_state.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_list_item.py b/sailpoint/beta/models/identity_list_item.py index edeb6853c..f912f3a79 100644 --- a/sailpoint/beta/models/identity_list_item.py +++ b/sailpoint/beta/models/identity_list_item.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_manager_ref.py b/sailpoint/beta/models/identity_manager_ref.py index bd9a55fa2..39fab9a10 100644 --- a/sailpoint/beta/models/identity_manager_ref.py +++ b/sailpoint/beta/models/identity_manager_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_ownership_association_details.py b/sailpoint/beta/models/identity_ownership_association_details.py index bc4026e01..68dabcf4f 100644 --- a/sailpoint/beta/models/identity_ownership_association_details.py +++ b/sailpoint/beta/models/identity_ownership_association_details.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_ownership_association_details_association_details_inner.py b/sailpoint/beta/models/identity_ownership_association_details_association_details_inner.py index ff2064703..7ae8ddb18 100644 --- a/sailpoint/beta/models/identity_ownership_association_details_association_details_inner.py +++ b/sailpoint/beta/models/identity_ownership_association_details_association_details_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_preview_request.py b/sailpoint/beta/models/identity_preview_request.py index fe2d5c7be..275fa9c1f 100644 --- a/sailpoint/beta/models/identity_preview_request.py +++ b/sailpoint/beta/models/identity_preview_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_preview_response.py b/sailpoint/beta/models/identity_preview_response.py index 6e3aeaafc..ea741bc3d 100644 --- a/sailpoint/beta/models/identity_preview_response.py +++ b/sailpoint/beta/models/identity_preview_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_preview_response_identity.py b/sailpoint/beta/models/identity_preview_response_identity.py index 0fa924954..be0251972 100644 --- a/sailpoint/beta/models/identity_preview_response_identity.py +++ b/sailpoint/beta/models/identity_preview_response_identity.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_profile.py b/sailpoint/beta/models/identity_profile.py index 489a972c4..2f58aca3d 100644 --- a/sailpoint/beta/models/identity_profile.py +++ b/sailpoint/beta/models/identity_profile.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_profile1.py b/sailpoint/beta/models/identity_profile1.py index 9a5445898..3073a01ff 100644 --- a/sailpoint/beta/models/identity_profile1.py +++ b/sailpoint/beta/models/identity_profile1.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_profile1_all_of_authoritative_source.py b/sailpoint/beta/models/identity_profile1_all_of_authoritative_source.py index f82012b2f..c443d0b83 100644 --- a/sailpoint/beta/models/identity_profile1_all_of_authoritative_source.py +++ b/sailpoint/beta/models/identity_profile1_all_of_authoritative_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_profile_all_of_authoritative_source.py b/sailpoint/beta/models/identity_profile_all_of_authoritative_source.py index b73c6f2e1..68a7909cd 100644 --- a/sailpoint/beta/models/identity_profile_all_of_authoritative_source.py +++ b/sailpoint/beta/models/identity_profile_all_of_authoritative_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_profile_all_of_owner.py b/sailpoint/beta/models/identity_profile_all_of_owner.py index a98546028..a1d8159a7 100644 --- a/sailpoint/beta/models/identity_profile_all_of_owner.py +++ b/sailpoint/beta/models/identity_profile_all_of_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_profile_exported_object.py b/sailpoint/beta/models/identity_profile_exported_object.py index 81fb3efba..98e2a1a33 100644 --- a/sailpoint/beta/models/identity_profile_exported_object.py +++ b/sailpoint/beta/models/identity_profile_exported_object.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_reference.py b/sailpoint/beta/models/identity_reference.py index fea084bc1..578b26df2 100644 --- a/sailpoint/beta/models/identity_reference.py +++ b/sailpoint/beta/models/identity_reference.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_reference_with_id.py b/sailpoint/beta/models/identity_reference_with_id.py index 300b3fa6b..84ec4a72d 100644 --- a/sailpoint/beta/models/identity_reference_with_id.py +++ b/sailpoint/beta/models/identity_reference_with_id.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_reference_with_name_and_email.py b/sailpoint/beta/models/identity_reference_with_name_and_email.py index 70e03103f..e5ed325fe 100644 --- a/sailpoint/beta/models/identity_reference_with_name_and_email.py +++ b/sailpoint/beta/models/identity_reference_with_name_and_email.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_snapshot_summary_response.py b/sailpoint/beta/models/identity_snapshot_summary_response.py index 72409c205..7750c4c40 100644 --- a/sailpoint/beta/models/identity_snapshot_summary_response.py +++ b/sailpoint/beta/models/identity_snapshot_summary_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_summary.py b/sailpoint/beta/models/identity_summary.py index 20a3e844d..59a9340d5 100644 --- a/sailpoint/beta/models/identity_summary.py +++ b/sailpoint/beta/models/identity_summary.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_sync_job.py b/sailpoint/beta/models/identity_sync_job.py index 0975ad5bd..654409a94 100644 --- a/sailpoint/beta/models/identity_sync_job.py +++ b/sailpoint/beta/models/identity_sync_job.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_sync_payload.py b/sailpoint/beta/models/identity_sync_payload.py index 177bdce69..2a4e57485 100644 --- a/sailpoint/beta/models/identity_sync_payload.py +++ b/sailpoint/beta/models/identity_sync_payload.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_with_new_access.py b/sailpoint/beta/models/identity_with_new_access.py index a433f6bf4..2192aa841 100644 --- a/sailpoint/beta/models/identity_with_new_access.py +++ b/sailpoint/beta/models/identity_with_new_access.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/identity_with_new_access_access_refs_inner.py b/sailpoint/beta/models/identity_with_new_access_access_refs_inner.py index ac69a077d..cd499931f 100644 --- a/sailpoint/beta/models/identity_with_new_access_access_refs_inner.py +++ b/sailpoint/beta/models/identity_with_new_access_access_refs_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_accounts_request.py b/sailpoint/beta/models/import_accounts_request.py index 6a2d49ba4..5309a4d25 100644 --- a/sailpoint/beta/models/import_accounts_request.py +++ b/sailpoint/beta/models/import_accounts_request.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_accounts_request1.py b/sailpoint/beta/models/import_accounts_request1.py index 1aba259a7..c112602ad 100644 --- a/sailpoint/beta/models/import_accounts_request1.py +++ b/sailpoint/beta/models/import_accounts_request1.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_entitlements_by_source_request.py b/sailpoint/beta/models/import_entitlements_by_source_request.py index 1e9a4b76b..207f40d98 100644 --- a/sailpoint/beta/models/import_entitlements_by_source_request.py +++ b/sailpoint/beta/models/import_entitlements_by_source_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_entitlements_request.py b/sailpoint/beta/models/import_entitlements_request.py index 0c8ebcfce..0b7965f78 100644 --- a/sailpoint/beta/models/import_entitlements_request.py +++ b/sailpoint/beta/models/import_entitlements_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_form_definitions202_response.py b/sailpoint/beta/models/import_form_definitions202_response.py index f4c772e71..d5c304035 100644 --- a/sailpoint/beta/models/import_form_definitions202_response.py +++ b/sailpoint/beta/models/import_form_definitions202_response.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_form_definitions202_response_errors_inner.py b/sailpoint/beta/models/import_form_definitions202_response_errors_inner.py index d7b1d5886..83a922093 100644 --- a/sailpoint/beta/models/import_form_definitions202_response_errors_inner.py +++ b/sailpoint/beta/models/import_form_definitions202_response_errors_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_form_definitions_request_inner.py b/sailpoint/beta/models/import_form_definitions_request_inner.py index cb823dd7b..6f523a34b 100644 --- a/sailpoint/beta/models/import_form_definitions_request_inner.py +++ b/sailpoint/beta/models/import_form_definitions_request_inner.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_non_employee_records_in_bulk_request.py b/sailpoint/beta/models/import_non_employee_records_in_bulk_request.py index 0bbd8ea1f..d3e13f60c 100644 --- a/sailpoint/beta/models/import_non_employee_records_in_bulk_request.py +++ b/sailpoint/beta/models/import_non_employee_records_in_bulk_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_object.py b/sailpoint/beta/models/import_object.py index 4a6d685d1..599d95d8d 100644 --- a/sailpoint/beta/models/import_object.py +++ b/sailpoint/beta/models/import_object.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_options.py b/sailpoint/beta/models/import_options.py index 6572f2244..e676f0e59 100644 --- a/sailpoint/beta/models/import_options.py +++ b/sailpoint/beta/models/import_options.py @@ -80,8 +80,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/import_sp_config_request.py b/sailpoint/beta/models/import_sp_config_request.py index 664153b31..71559b82a 100644 --- a/sailpoint/beta/models/import_sp_config_request.py +++ b/sailpoint/beta/models/import_sp_config_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/invite_identities_request.py b/sailpoint/beta/models/invite_identities_request.py index 7ca789b22..0a273c479 100644 --- a/sailpoint/beta/models/invite_identities_request.py +++ b/sailpoint/beta/models/invite_identities_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/invocation.py b/sailpoint/beta/models/invocation.py index 63157e5e1..f47197326 100644 --- a/sailpoint/beta/models/invocation.py +++ b/sailpoint/beta/models/invocation.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/invocation_status.py b/sailpoint/beta/models/invocation_status.py index 25582ae0a..d7c55e808 100644 --- a/sailpoint/beta/models/invocation_status.py +++ b/sailpoint/beta/models/invocation_status.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/json_patch.py b/sailpoint/beta/models/json_patch.py index a5d110ad5..9e50cd1c8 100644 --- a/sailpoint/beta/models/json_patch.py +++ b/sailpoint/beta/models/json_patch.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/json_patch_operation.py b/sailpoint/beta/models/json_patch_operation.py index 7c096d7fc..f04e5ddd5 100644 --- a/sailpoint/beta/models/json_patch_operation.py +++ b/sailpoint/beta/models/json_patch_operation.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/json_patch_operations.py b/sailpoint/beta/models/json_patch_operations.py index d9d859d70..2fc165c4b 100644 --- a/sailpoint/beta/models/json_patch_operations.py +++ b/sailpoint/beta/models/json_patch_operations.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/kba_answer_request_item.py b/sailpoint/beta/models/kba_answer_request_item.py index 5a326984f..7ad4f84eb 100644 --- a/sailpoint/beta/models/kba_answer_request_item.py +++ b/sailpoint/beta/models/kba_answer_request_item.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/kba_answer_response_item.py b/sailpoint/beta/models/kba_answer_response_item.py index 1395fade6..d177b5cd2 100644 --- a/sailpoint/beta/models/kba_answer_response_item.py +++ b/sailpoint/beta/models/kba_answer_response_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/kba_auth_response.py b/sailpoint/beta/models/kba_auth_response.py index 424a06caa..521a2caa7 100644 --- a/sailpoint/beta/models/kba_auth_response.py +++ b/sailpoint/beta/models/kba_auth_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/kba_auth_response_item.py b/sailpoint/beta/models/kba_auth_response_item.py index baaf4b8f0..39250bb27 100644 --- a/sailpoint/beta/models/kba_auth_response_item.py +++ b/sailpoint/beta/models/kba_auth_response_item.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/kba_question.py b/sailpoint/beta/models/kba_question.py index 29b97cdb5..22f45d497 100644 --- a/sailpoint/beta/models/kba_question.py +++ b/sailpoint/beta/models/kba_question.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/latest_outlier_summary.py b/sailpoint/beta/models/latest_outlier_summary.py index e3cffae6b..8940004ce 100644 --- a/sailpoint/beta/models/latest_outlier_summary.py +++ b/sailpoint/beta/models/latest_outlier_summary.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/launcher.py b/sailpoint/beta/models/launcher.py index b6d14cc62..77ee8c16b 100644 --- a/sailpoint/beta/models/launcher.py +++ b/sailpoint/beta/models/launcher.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/launcher_owner.py b/sailpoint/beta/models/launcher_owner.py index 4af218c81..388e4fe6e 100644 --- a/sailpoint/beta/models/launcher_owner.py +++ b/sailpoint/beta/models/launcher_owner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/launcher_reference.py b/sailpoint/beta/models/launcher_reference.py index e7d0b44eb..c56f0b8d1 100644 --- a/sailpoint/beta/models/launcher_reference.py +++ b/sailpoint/beta/models/launcher_reference.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/launcher_request.py b/sailpoint/beta/models/launcher_request.py index c90bbc5f1..0c359b43b 100644 --- a/sailpoint/beta/models/launcher_request.py +++ b/sailpoint/beta/models/launcher_request.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/launcher_request_reference.py b/sailpoint/beta/models/launcher_request_reference.py index 5f03147fc..f280931e2 100644 --- a/sailpoint/beta/models/launcher_request_reference.py +++ b/sailpoint/beta/models/launcher_request_reference.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/license.py b/sailpoint/beta/models/license.py index e81ce3dd5..5cbc98d52 100644 --- a/sailpoint/beta/models/license.py +++ b/sailpoint/beta/models/license.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/lifecycle_state.py b/sailpoint/beta/models/lifecycle_state.py index a0cb0fa12..983233372 100644 --- a/sailpoint/beta/models/lifecycle_state.py +++ b/sailpoint/beta/models/lifecycle_state.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/lifecycle_state_dto.py b/sailpoint/beta/models/lifecycle_state_dto.py index 1a62bf5fd..e75d6e9cf 100644 --- a/sailpoint/beta/models/lifecycle_state_dto.py +++ b/sailpoint/beta/models/lifecycle_state_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/list_access_model_metadata_attribute401_response.py b/sailpoint/beta/models/list_access_model_metadata_attribute401_response.py index 06167d8bc..492fd74dc 100644 --- a/sailpoint/beta/models/list_access_model_metadata_attribute401_response.py +++ b/sailpoint/beta/models/list_access_model_metadata_attribute401_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/list_access_model_metadata_attribute429_response.py b/sailpoint/beta/models/list_access_model_metadata_attribute429_response.py index f570f2925..544c7af95 100644 --- a/sailpoint/beta/models/list_access_model_metadata_attribute429_response.py +++ b/sailpoint/beta/models/list_access_model_metadata_attribute429_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/list_form_definitions_by_tenant_response.py b/sailpoint/beta/models/list_form_definitions_by_tenant_response.py index 8de6f894a..752114722 100644 --- a/sailpoint/beta/models/list_form_definitions_by_tenant_response.py +++ b/sailpoint/beta/models/list_form_definitions_by_tenant_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/list_form_element_data_by_element_id_response.py b/sailpoint/beta/models/list_form_element_data_by_element_id_response.py index a5c537298..add4ba912 100644 --- a/sailpoint/beta/models/list_form_element_data_by_element_id_response.py +++ b/sailpoint/beta/models/list_form_element_data_by_element_id_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/list_predefined_select_options_response.py b/sailpoint/beta/models/list_predefined_select_options_response.py index 663fa9d88..cc6e85587 100644 --- a/sailpoint/beta/models/list_predefined_select_options_response.py +++ b/sailpoint/beta/models/list_predefined_select_options_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/list_workgroup_members200_response_inner.py b/sailpoint/beta/models/list_workgroup_members200_response_inner.py index 4e02d1e68..1199e245d 100644 --- a/sailpoint/beta/models/list_workgroup_members200_response_inner.py +++ b/sailpoint/beta/models/list_workgroup_members200_response_inner.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_accounts_task.py b/sailpoint/beta/models/load_accounts_task.py index cee3ec0d9..8f0f08310 100644 --- a/sailpoint/beta/models/load_accounts_task.py +++ b/sailpoint/beta/models/load_accounts_task.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_accounts_task_task.py b/sailpoint/beta/models/load_accounts_task_task.py index 274e9441f..213411ec8 100644 --- a/sailpoint/beta/models/load_accounts_task_task.py +++ b/sailpoint/beta/models/load_accounts_task_task.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_accounts_task_task_attributes.py b/sailpoint/beta/models/load_accounts_task_task_attributes.py index 1df70c0ec..449963302 100644 --- a/sailpoint/beta/models/load_accounts_task_task_attributes.py +++ b/sailpoint/beta/models/load_accounts_task_task_attributes.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_accounts_task_task_messages_inner.py b/sailpoint/beta/models/load_accounts_task_task_messages_inner.py index 602778c57..6137fbc41 100644 --- a/sailpoint/beta/models/load_accounts_task_task_messages_inner.py +++ b/sailpoint/beta/models/load_accounts_task_task_messages_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_accounts_task_task_returns_inner.py b/sailpoint/beta/models/load_accounts_task_task_returns_inner.py index 7cf4b1d42..831fdb8fe 100644 --- a/sailpoint/beta/models/load_accounts_task_task_returns_inner.py +++ b/sailpoint/beta/models/load_accounts_task_task_returns_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_entitlement_task.py b/sailpoint/beta/models/load_entitlement_task.py index 3032125e0..e2ec14a21 100644 --- a/sailpoint/beta/models/load_entitlement_task.py +++ b/sailpoint/beta/models/load_entitlement_task.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_entitlement_task_returns_inner.py b/sailpoint/beta/models/load_entitlement_task_returns_inner.py index 940589d0c..5551b2e73 100644 --- a/sailpoint/beta/models/load_entitlement_task_returns_inner.py +++ b/sailpoint/beta/models/load_entitlement_task_returns_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_uncorrelated_accounts_task.py b/sailpoint/beta/models/load_uncorrelated_accounts_task.py index cd5639679..51482dd7d 100644 --- a/sailpoint/beta/models/load_uncorrelated_accounts_task.py +++ b/sailpoint/beta/models/load_uncorrelated_accounts_task.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_uncorrelated_accounts_task_task.py b/sailpoint/beta/models/load_uncorrelated_accounts_task_task.py index eed9fa1b6..69b9ea07e 100644 --- a/sailpoint/beta/models/load_uncorrelated_accounts_task_task.py +++ b/sailpoint/beta/models/load_uncorrelated_accounts_task_task.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_uncorrelated_accounts_task_task_attributes.py b/sailpoint/beta/models/load_uncorrelated_accounts_task_task_attributes.py index 61968cc06..4103e8e0a 100644 --- a/sailpoint/beta/models/load_uncorrelated_accounts_task_task_attributes.py +++ b/sailpoint/beta/models/load_uncorrelated_accounts_task_task_attributes.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/load_uncorrelated_accounts_task_task_messages_inner.py b/sailpoint/beta/models/load_uncorrelated_accounts_task_task_messages_inner.py index 3bce0964b..f9f3dae47 100644 --- a/sailpoint/beta/models/load_uncorrelated_accounts_task_task_messages_inner.py +++ b/sailpoint/beta/models/load_uncorrelated_accounts_task_task_messages_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/localized_message.py b/sailpoint/beta/models/localized_message.py index 7c6a9f980..b9c19ff31 100644 --- a/sailpoint/beta/models/localized_message.py +++ b/sailpoint/beta/models/localized_message.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/lookup_step.py b/sailpoint/beta/models/lookup_step.py index 1464765e3..6c5002975 100644 --- a/sailpoint/beta/models/lookup_step.py +++ b/sailpoint/beta/models/lookup_step.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/mail_from_attributes.py b/sailpoint/beta/models/mail_from_attributes.py index 02ec6fb3d..7d0d4db73 100644 --- a/sailpoint/beta/models/mail_from_attributes.py +++ b/sailpoint/beta/models/mail_from_attributes.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/mail_from_attributes_dto.py b/sailpoint/beta/models/mail_from_attributes_dto.py index f1b9b0860..750f99964 100644 --- a/sailpoint/beta/models/mail_from_attributes_dto.py +++ b/sailpoint/beta/models/mail_from_attributes_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/managed_client.py b/sailpoint/beta/models/managed_client.py index 967c836f4..43b27de82 100644 --- a/sailpoint/beta/models/managed_client.py +++ b/sailpoint/beta/models/managed_client.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/managed_client_status.py b/sailpoint/beta/models/managed_client_status.py index f6e38784a..65755ba49 100644 --- a/sailpoint/beta/models/managed_client_status.py +++ b/sailpoint/beta/models/managed_client_status.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/managed_client_status_agg_response.py b/sailpoint/beta/models/managed_client_status_agg_response.py index e08c5ef67..cbee39967 100644 --- a/sailpoint/beta/models/managed_client_status_agg_response.py +++ b/sailpoint/beta/models/managed_client_status_agg_response.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/managed_cluster.py b/sailpoint/beta/models/managed_cluster.py index deb80b2c9..df45124dc 100644 --- a/sailpoint/beta/models/managed_cluster.py +++ b/sailpoint/beta/models/managed_cluster.py @@ -73,8 +73,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/managed_cluster_attributes.py b/sailpoint/beta/models/managed_cluster_attributes.py index e546f1620..1437cb9d9 100644 --- a/sailpoint/beta/models/managed_cluster_attributes.py +++ b/sailpoint/beta/models/managed_cluster_attributes.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/managed_cluster_key_pair.py b/sailpoint/beta/models/managed_cluster_key_pair.py index 90c49ed6e..111a67a31 100644 --- a/sailpoint/beta/models/managed_cluster_key_pair.py +++ b/sailpoint/beta/models/managed_cluster_key_pair.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/managed_cluster_queue.py b/sailpoint/beta/models/managed_cluster_queue.py index ae0be8d7c..ce8cd95d9 100644 --- a/sailpoint/beta/models/managed_cluster_queue.py +++ b/sailpoint/beta/models/managed_cluster_queue.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/managed_cluster_redis.py b/sailpoint/beta/models/managed_cluster_redis.py index 7e23d0ae6..c0dee72f9 100644 --- a/sailpoint/beta/models/managed_cluster_redis.py +++ b/sailpoint/beta/models/managed_cluster_redis.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/manager_correlation_mapping.py b/sailpoint/beta/models/manager_correlation_mapping.py index c863a75eb..d1c63bad1 100644 --- a/sailpoint/beta/models/manager_correlation_mapping.py +++ b/sailpoint/beta/models/manager_correlation_mapping.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/manual_discover_applications.py b/sailpoint/beta/models/manual_discover_applications.py index 18dcc73db..54ce6dcd4 100644 --- a/sailpoint/beta/models/manual_discover_applications.py +++ b/sailpoint/beta/models/manual_discover_applications.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/manual_discover_applications_template.py b/sailpoint/beta/models/manual_discover_applications_template.py index 9ed03b7d0..de362de62 100644 --- a/sailpoint/beta/models/manual_discover_applications_template.py +++ b/sailpoint/beta/models/manual_discover_applications_template.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/manual_work_item_details.py b/sailpoint/beta/models/manual_work_item_details.py index e8380f980..27cfbae63 100644 --- a/sailpoint/beta/models/manual_work_item_details.py +++ b/sailpoint/beta/models/manual_work_item_details.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/manual_work_item_details_current_owner.py b/sailpoint/beta/models/manual_work_item_details_current_owner.py index 379e29ce9..3a2d8534e 100644 --- a/sailpoint/beta/models/manual_work_item_details_current_owner.py +++ b/sailpoint/beta/models/manual_work_item_details_current_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/manual_work_item_details_original_owner.py b/sailpoint/beta/models/manual_work_item_details_original_owner.py index 8b85f7bf1..066f159a1 100644 --- a/sailpoint/beta/models/manual_work_item_details_original_owner.py +++ b/sailpoint/beta/models/manual_work_item_details_original_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/manually_updated_fields_dto.py b/sailpoint/beta/models/manually_updated_fields_dto.py index 3a7a7f2cb..6924fb387 100644 --- a/sailpoint/beta/models/manually_updated_fields_dto.py +++ b/sailpoint/beta/models/manually_updated_fields_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/match_term.py b/sailpoint/beta/models/match_term.py index 687a4839d..1adeac739 100644 --- a/sailpoint/beta/models/match_term.py +++ b/sailpoint/beta/models/match_term.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/message_catalog_dto.py b/sailpoint/beta/models/message_catalog_dto.py index 4f2a3e58b..cf33868be 100644 --- a/sailpoint/beta/models/message_catalog_dto.py +++ b/sailpoint/beta/models/message_catalog_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/metric_response.py b/sailpoint/beta/models/metric_response.py index 774a164f6..f0d29e6bc 100644 --- a/sailpoint/beta/models/metric_response.py +++ b/sailpoint/beta/models/metric_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/mfa_config_test_response.py b/sailpoint/beta/models/mfa_config_test_response.py index fede8d152..2d71e5699 100644 --- a/sailpoint/beta/models/mfa_config_test_response.py +++ b/sailpoint/beta/models/mfa_config_test_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/mfa_duo_config.py b/sailpoint/beta/models/mfa_duo_config.py index a15b91e1c..acf684ac4 100644 --- a/sailpoint/beta/models/mfa_duo_config.py +++ b/sailpoint/beta/models/mfa_duo_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/mfa_okta_config.py b/sailpoint/beta/models/mfa_okta_config.py index 67e2c776d..2ed83c548 100644 --- a/sailpoint/beta/models/mfa_okta_config.py +++ b/sailpoint/beta/models/mfa_okta_config.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/model_field.py b/sailpoint/beta/models/model_field.py index 5488aa48e..180c70c3f 100644 --- a/sailpoint/beta/models/model_field.py +++ b/sailpoint/beta/models/model_field.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/model_schema.py b/sailpoint/beta/models/model_schema.py index edc09a654..a7e5f82c0 100644 --- a/sailpoint/beta/models/model_schema.py +++ b/sailpoint/beta/models/model_schema.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integration_template_type.py b/sailpoint/beta/models/multi_host_integration_template_type.py index ed35eb767..4585194d1 100644 --- a/sailpoint/beta/models/multi_host_integration_template_type.py +++ b/sailpoint/beta/models/multi_host_integration_template_type.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations.py b/sailpoint/beta/models/multi_host_integrations.py index a0093c9b7..32cb906e1 100644 --- a/sailpoint/beta/models/multi_host_integrations.py +++ b/sailpoint/beta/models/multi_host_integrations.py @@ -92,8 +92,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_agg_schedule_update.py b/sailpoint/beta/models/multi_host_integrations_agg_schedule_update.py index efda7b4e9..58b8798f5 100644 --- a/sailpoint/beta/models/multi_host_integrations_agg_schedule_update.py +++ b/sailpoint/beta/models/multi_host_integrations_agg_schedule_update.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_cluster.py b/sailpoint/beta/models/multi_host_integrations_cluster.py index 8c2889478..972e02ed5 100644 --- a/sailpoint/beta/models/multi_host_integrations_cluster.py +++ b/sailpoint/beta/models/multi_host_integrations_cluster.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_connector_attributes.py b/sailpoint/beta/models/multi_host_integrations_connector_attributes.py index 164b401c1..6bff0b863 100644 --- a/sailpoint/beta/models/multi_host_integrations_connector_attributes.py +++ b/sailpoint/beta/models/multi_host_integrations_connector_attributes.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_connector_attributes_connector_file_upload_history.py b/sailpoint/beta/models/multi_host_integrations_connector_attributes_connector_file_upload_history.py index 5f19effe1..ea849d514 100644 --- a/sailpoint/beta/models/multi_host_integrations_connector_attributes_connector_file_upload_history.py +++ b/sailpoint/beta/models/multi_host_integrations_connector_attributes_connector_file_upload_history.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_connector_attributes_multi_host_attributes.py b/sailpoint/beta/models/multi_host_integrations_connector_attributes_multi_host_attributes.py index 4d3a2ab2b..550980715 100644 --- a/sailpoint/beta/models/multi_host_integrations_connector_attributes_multi_host_attributes.py +++ b/sailpoint/beta/models/multi_host_integrations_connector_attributes_multi_host_attributes.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_create.py b/sailpoint/beta/models/multi_host_integrations_create.py index 87fe351da..36c84f41a 100644 --- a/sailpoint/beta/models/multi_host_integrations_create.py +++ b/sailpoint/beta/models/multi_host_integrations_create.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_create_sources.py b/sailpoint/beta/models/multi_host_integrations_create_sources.py index bb21fb0ec..b5e80ece1 100644 --- a/sailpoint/beta/models/multi_host_integrations_create_sources.py +++ b/sailpoint/beta/models/multi_host_integrations_create_sources.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_management_workgroup.py b/sailpoint/beta/models/multi_host_integrations_management_workgroup.py index ada58179a..6d85e971d 100644 --- a/sailpoint/beta/models/multi_host_integrations_management_workgroup.py +++ b/sailpoint/beta/models/multi_host_integrations_management_workgroup.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_integrations_owner.py b/sailpoint/beta/models/multi_host_integrations_owner.py index 6dc5e640b..d83cab909 100644 --- a/sailpoint/beta/models/multi_host_integrations_owner.py +++ b/sailpoint/beta/models/multi_host_integrations_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_sources.py b/sailpoint/beta/models/multi_host_sources.py index f86ebeccb..e8a157e8d 100644 --- a/sailpoint/beta/models/multi_host_sources.py +++ b/sailpoint/beta/models/multi_host_sources.py @@ -105,8 +105,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_sources_account_correlation_config.py b/sailpoint/beta/models/multi_host_sources_account_correlation_config.py index 552f4a7fd..23b82a833 100644 --- a/sailpoint/beta/models/multi_host_sources_account_correlation_config.py +++ b/sailpoint/beta/models/multi_host_sources_account_correlation_config.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_sources_account_correlation_rule.py b/sailpoint/beta/models/multi_host_sources_account_correlation_rule.py index 3988b9192..cf7d2129d 100644 --- a/sailpoint/beta/models/multi_host_sources_account_correlation_rule.py +++ b/sailpoint/beta/models/multi_host_sources_account_correlation_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_sources_before_provisioning_rule.py b/sailpoint/beta/models/multi_host_sources_before_provisioning_rule.py index e33b04fbe..9f9fa3755 100644 --- a/sailpoint/beta/models/multi_host_sources_before_provisioning_rule.py +++ b/sailpoint/beta/models/multi_host_sources_before_provisioning_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_sources_manager_correlation_rule.py b/sailpoint/beta/models/multi_host_sources_manager_correlation_rule.py index a62f0420e..c9e14fc7e 100644 --- a/sailpoint/beta/models/multi_host_sources_manager_correlation_rule.py +++ b/sailpoint/beta/models/multi_host_sources_manager_correlation_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_sources_password_policies_inner.py b/sailpoint/beta/models/multi_host_sources_password_policies_inner.py index 0719f7978..57d3aea30 100644 --- a/sailpoint/beta/models/multi_host_sources_password_policies_inner.py +++ b/sailpoint/beta/models/multi_host_sources_password_policies_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_host_sources_schemas_inner.py b/sailpoint/beta/models/multi_host_sources_schemas_inner.py index 107010e90..b131cf093 100644 --- a/sailpoint/beta/models/multi_host_sources_schemas_inner.py +++ b/sailpoint/beta/models/multi_host_sources_schemas_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/multi_policy_request.py b/sailpoint/beta/models/multi_policy_request.py index c54260a2f..0ce001238 100644 --- a/sailpoint/beta/models/multi_policy_request.py +++ b/sailpoint/beta/models/multi_policy_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/native_change_detection_config.py b/sailpoint/beta/models/native_change_detection_config.py index a6f687de4..cf2c52289 100644 --- a/sailpoint/beta/models/native_change_detection_config.py +++ b/sailpoint/beta/models/native_change_detection_config.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_approval_decision.py b/sailpoint/beta/models/non_employee_approval_decision.py index cb5ab1f9e..e53e1d836 100644 --- a/sailpoint/beta/models/non_employee_approval_decision.py +++ b/sailpoint/beta/models/non_employee_approval_decision.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_approval_item.py b/sailpoint/beta/models/non_employee_approval_item.py index 2d9bce9b0..3d3ebc4bc 100644 --- a/sailpoint/beta/models/non_employee_approval_item.py +++ b/sailpoint/beta/models/non_employee_approval_item.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_approval_item_base.py b/sailpoint/beta/models/non_employee_approval_item_base.py index c90420197..204d2d0c0 100644 --- a/sailpoint/beta/models/non_employee_approval_item_base.py +++ b/sailpoint/beta/models/non_employee_approval_item_base.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_approval_item_detail.py b/sailpoint/beta/models/non_employee_approval_item_detail.py index c6ab2b032..3ce8d4494 100644 --- a/sailpoint/beta/models/non_employee_approval_item_detail.py +++ b/sailpoint/beta/models/non_employee_approval_item_detail.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_approval_summary.py b/sailpoint/beta/models/non_employee_approval_summary.py index 94249f769..78be352a6 100644 --- a/sailpoint/beta/models/non_employee_approval_summary.py +++ b/sailpoint/beta/models/non_employee_approval_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_bulk_upload_job.py b/sailpoint/beta/models/non_employee_bulk_upload_job.py index a28fbd249..487be5915 100644 --- a/sailpoint/beta/models/non_employee_bulk_upload_job.py +++ b/sailpoint/beta/models/non_employee_bulk_upload_job.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_bulk_upload_status.py b/sailpoint/beta/models/non_employee_bulk_upload_status.py index 60f977304..078626d7b 100644 --- a/sailpoint/beta/models/non_employee_bulk_upload_status.py +++ b/sailpoint/beta/models/non_employee_bulk_upload_status.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_idn_user_request.py b/sailpoint/beta/models/non_employee_idn_user_request.py index 047082108..553fd5ec4 100644 --- a/sailpoint/beta/models/non_employee_idn_user_request.py +++ b/sailpoint/beta/models/non_employee_idn_user_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_record.py b/sailpoint/beta/models/non_employee_record.py index ee15aa5a5..ea6351709 100644 --- a/sailpoint/beta/models/non_employee_record.py +++ b/sailpoint/beta/models/non_employee_record.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_reject_approval_decision.py b/sailpoint/beta/models/non_employee_reject_approval_decision.py index 015651733..8914ce830 100644 --- a/sailpoint/beta/models/non_employee_reject_approval_decision.py +++ b/sailpoint/beta/models/non_employee_reject_approval_decision.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_request.py b/sailpoint/beta/models/non_employee_request.py index 8c3632239..39c1d860f 100644 --- a/sailpoint/beta/models/non_employee_request.py +++ b/sailpoint/beta/models/non_employee_request.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_request_body.py b/sailpoint/beta/models/non_employee_request_body.py index 1cb7d7028..4f8ed7ace 100644 --- a/sailpoint/beta/models/non_employee_request_body.py +++ b/sailpoint/beta/models/non_employee_request_body.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_request_lite.py b/sailpoint/beta/models/non_employee_request_lite.py index 1e178435a..f9aed3e3d 100644 --- a/sailpoint/beta/models/non_employee_request_lite.py +++ b/sailpoint/beta/models/non_employee_request_lite.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_request_summary.py b/sailpoint/beta/models/non_employee_request_summary.py index 61cb573cb..6a26f250f 100644 --- a/sailpoint/beta/models/non_employee_request_summary.py +++ b/sailpoint/beta/models/non_employee_request_summary.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_request_without_approval_item.py b/sailpoint/beta/models/non_employee_request_without_approval_item.py index f5e4fa60a..a9b79a968 100644 --- a/sailpoint/beta/models/non_employee_request_without_approval_item.py +++ b/sailpoint/beta/models/non_employee_request_without_approval_item.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_schema_attribute.py b/sailpoint/beta/models/non_employee_schema_attribute.py index 99b8ba1ef..22b5c1d3d 100644 --- a/sailpoint/beta/models/non_employee_schema_attribute.py +++ b/sailpoint/beta/models/non_employee_schema_attribute.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_schema_attribute_body.py b/sailpoint/beta/models/non_employee_schema_attribute_body.py index b68caacfe..bbe15f778 100644 --- a/sailpoint/beta/models/non_employee_schema_attribute_body.py +++ b/sailpoint/beta/models/non_employee_schema_attribute_body.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_source.py b/sailpoint/beta/models/non_employee_source.py index ae90d78a3..96a279633 100644 --- a/sailpoint/beta/models/non_employee_source.py +++ b/sailpoint/beta/models/non_employee_source.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_source_lite.py b/sailpoint/beta/models/non_employee_source_lite.py index c88d6ce16..8d70ecaf7 100644 --- a/sailpoint/beta/models/non_employee_source_lite.py +++ b/sailpoint/beta/models/non_employee_source_lite.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_source_lite_with_schema_attributes.py b/sailpoint/beta/models/non_employee_source_lite_with_schema_attributes.py index a9a426eb5..0a7702d42 100644 --- a/sailpoint/beta/models/non_employee_source_lite_with_schema_attributes.py +++ b/sailpoint/beta/models/non_employee_source_lite_with_schema_attributes.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_source_request_body.py b/sailpoint/beta/models/non_employee_source_request_body.py index 269b3d41d..05314d2e4 100644 --- a/sailpoint/beta/models/non_employee_source_request_body.py +++ b/sailpoint/beta/models/non_employee_source_request_body.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_source_with_cloud_external_id.py b/sailpoint/beta/models/non_employee_source_with_cloud_external_id.py index 4c398c5ab..ce95b65d3 100644 --- a/sailpoint/beta/models/non_employee_source_with_cloud_external_id.py +++ b/sailpoint/beta/models/non_employee_source_with_cloud_external_id.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/non_employee_source_with_ne_count.py b/sailpoint/beta/models/non_employee_source_with_ne_count.py index 414594be7..6666922a0 100644 --- a/sailpoint/beta/models/non_employee_source_with_ne_count.py +++ b/sailpoint/beta/models/non_employee_source_with_ne_count.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/notification_template_context.py b/sailpoint/beta/models/notification_template_context.py index 08d8380eb..b412560e9 100644 --- a/sailpoint/beta/models/notification_template_context.py +++ b/sailpoint/beta/models/notification_template_context.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/object_export_import_options.py b/sailpoint/beta/models/object_export_import_options.py index 0b6f2419f..1ead1203c 100644 --- a/sailpoint/beta/models/object_export_import_options.py +++ b/sailpoint/beta/models/object_export_import_options.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/object_import_result.py b/sailpoint/beta/models/object_import_result.py index 59225955b..abbff80ba 100644 --- a/sailpoint/beta/models/object_import_result.py +++ b/sailpoint/beta/models/object_import_result.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/okta_verification_request.py b/sailpoint/beta/models/okta_verification_request.py index 6b0f9fa03..ff3c24662 100644 --- a/sailpoint/beta/models/okta_verification_request.py +++ b/sailpoint/beta/models/okta_verification_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/org_config.py b/sailpoint/beta/models/org_config.py index bb6945eb7..c4c0173d3 100644 --- a/sailpoint/beta/models/org_config.py +++ b/sailpoint/beta/models/org_config.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/outlier.py b/sailpoint/beta/models/outlier.py index 84040124a..a6b9c8ea5 100644 --- a/sailpoint/beta/models/outlier.py +++ b/sailpoint/beta/models/outlier.py @@ -73,8 +73,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/outlier_contributing_feature.py b/sailpoint/beta/models/outlier_contributing_feature.py index e906ec000..1dd722196 100644 --- a/sailpoint/beta/models/outlier_contributing_feature.py +++ b/sailpoint/beta/models/outlier_contributing_feature.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/outlier_feature_summary.py b/sailpoint/beta/models/outlier_feature_summary.py index 1b7cf0e93..fefbf1638 100644 --- a/sailpoint/beta/models/outlier_feature_summary.py +++ b/sailpoint/beta/models/outlier_feature_summary.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/outlier_feature_summary_outlier_feature_display_values_inner.py b/sailpoint/beta/models/outlier_feature_summary_outlier_feature_display_values_inner.py index 795a4006a..9b17dc817 100644 --- a/sailpoint/beta/models/outlier_feature_summary_outlier_feature_display_values_inner.py +++ b/sailpoint/beta/models/outlier_feature_summary_outlier_feature_display_values_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/outlier_feature_translation.py b/sailpoint/beta/models/outlier_feature_translation.py index 1155ab34a..1877194d3 100644 --- a/sailpoint/beta/models/outlier_feature_translation.py +++ b/sailpoint/beta/models/outlier_feature_translation.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/outlier_summary.py b/sailpoint/beta/models/outlier_summary.py index 202a26997..b48caa61b 100644 --- a/sailpoint/beta/models/outlier_summary.py +++ b/sailpoint/beta/models/outlier_summary.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/outliers_contributing_feature_access_items.py b/sailpoint/beta/models/outliers_contributing_feature_access_items.py index 4de1799fb..ddecbf097 100644 --- a/sailpoint/beta/models/outliers_contributing_feature_access_items.py +++ b/sailpoint/beta/models/outliers_contributing_feature_access_items.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/owner_dto.py b/sailpoint/beta/models/owner_dto.py index fe529ccf7..8189bab6e 100644 --- a/sailpoint/beta/models/owner_dto.py +++ b/sailpoint/beta/models/owner_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/owner_reference.py b/sailpoint/beta/models/owner_reference.py index 8c33d5496..b388f35aa 100644 --- a/sailpoint/beta/models/owner_reference.py +++ b/sailpoint/beta/models/owner_reference.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/owner_reference_dto.py b/sailpoint/beta/models/owner_reference_dto.py index 34c3cd5ed..22e4ab6d3 100644 --- a/sailpoint/beta/models/owner_reference_dto.py +++ b/sailpoint/beta/models/owner_reference_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/owner_reference_segments.py b/sailpoint/beta/models/owner_reference_segments.py index 1505bbe8e..60a5c67b7 100644 --- a/sailpoint/beta/models/owner_reference_segments.py +++ b/sailpoint/beta/models/owner_reference_segments.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_change_request.py b/sailpoint/beta/models/password_change_request.py index 041ea5016..f0493faf0 100644 --- a/sailpoint/beta/models/password_change_request.py +++ b/sailpoint/beta/models/password_change_request.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_change_response.py b/sailpoint/beta/models/password_change_response.py index b2821fddd..89dd00467 100644 --- a/sailpoint/beta/models/password_change_response.py +++ b/sailpoint/beta/models/password_change_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_digit_token.py b/sailpoint/beta/models/password_digit_token.py index dbcb96ae7..417d0a6a3 100644 --- a/sailpoint/beta/models/password_digit_token.py +++ b/sailpoint/beta/models/password_digit_token.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_digit_token_reset.py b/sailpoint/beta/models/password_digit_token_reset.py index 1c8b680c2..63a7d8799 100644 --- a/sailpoint/beta/models/password_digit_token_reset.py +++ b/sailpoint/beta/models/password_digit_token_reset.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_info.py b/sailpoint/beta/models/password_info.py index f448c2c25..dfff3617c 100644 --- a/sailpoint/beta/models/password_info.py +++ b/sailpoint/beta/models/password_info.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_info_account.py b/sailpoint/beta/models/password_info_account.py index 03f0ddbcb..014e1d6e9 100644 --- a/sailpoint/beta/models/password_info_account.py +++ b/sailpoint/beta/models/password_info_account.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_info_query_dto.py b/sailpoint/beta/models/password_info_query_dto.py index 1012f8830..466f425ec 100644 --- a/sailpoint/beta/models/password_info_query_dto.py +++ b/sailpoint/beta/models/password_info_query_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_org_config.py b/sailpoint/beta/models/password_org_config.py index a7215a5e8..4bcf737b9 100644 --- a/sailpoint/beta/models/password_org_config.py +++ b/sailpoint/beta/models/password_org_config.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_policy_v3_dto.py b/sailpoint/beta/models/password_policy_v3_dto.py index e9fc5a79d..12675123f 100644 --- a/sailpoint/beta/models/password_policy_v3_dto.py +++ b/sailpoint/beta/models/password_policy_v3_dto.py @@ -73,8 +73,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_status.py b/sailpoint/beta/models/password_status.py index e825e6d9a..f770ae915 100644 --- a/sailpoint/beta/models/password_status.py +++ b/sailpoint/beta/models/password_status.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/password_sync_group.py b/sailpoint/beta/models/password_sync_group.py index bf5453ac3..db92832c9 100644 --- a/sailpoint/beta/models/password_sync_group.py +++ b/sailpoint/beta/models/password_sync_group.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/pat_owner.py b/sailpoint/beta/models/pat_owner.py index abba6e01b..10c4ad945 100644 --- a/sailpoint/beta/models/pat_owner.py +++ b/sailpoint/beta/models/pat_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/patch_potential_role_request_inner.py b/sailpoint/beta/models/patch_potential_role_request_inner.py index bf93ef421..8989f0c3f 100644 --- a/sailpoint/beta/models/patch_potential_role_request_inner.py +++ b/sailpoint/beta/models/patch_potential_role_request_inner.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/patch_service_desk_integration_request.py b/sailpoint/beta/models/patch_service_desk_integration_request.py index 6120ec212..a27c78c01 100644 --- a/sailpoint/beta/models/patch_service_desk_integration_request.py +++ b/sailpoint/beta/models/patch_service_desk_integration_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/peer_group_member.py b/sailpoint/beta/models/peer_group_member.py index 4a07b7841..7e483fca8 100644 --- a/sailpoint/beta/models/peer_group_member.py +++ b/sailpoint/beta/models/peer_group_member.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/pending_approval.py b/sailpoint/beta/models/pending_approval.py index f1d3dc22f..0139ea394 100644 --- a/sailpoint/beta/models/pending_approval.py +++ b/sailpoint/beta/models/pending_approval.py @@ -70,8 +70,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/permission_dto.py b/sailpoint/beta/models/permission_dto.py index 847a454e2..46ed131b8 100644 --- a/sailpoint/beta/models/permission_dto.py +++ b/sailpoint/beta/models/permission_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/post_external_execute_workflow200_response.py b/sailpoint/beta/models/post_external_execute_workflow200_response.py index c4889108a..abbc6e8d8 100644 --- a/sailpoint/beta/models/post_external_execute_workflow200_response.py +++ b/sailpoint/beta/models/post_external_execute_workflow200_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/post_external_execute_workflow_request.py b/sailpoint/beta/models/post_external_execute_workflow_request.py index 7dcaa7047..8095c3950 100644 --- a/sailpoint/beta/models/post_external_execute_workflow_request.py +++ b/sailpoint/beta/models/post_external_execute_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/pre_approval_trigger_details.py b/sailpoint/beta/models/pre_approval_trigger_details.py index 3881e5f39..5faa1c3c6 100644 --- a/sailpoint/beta/models/pre_approval_trigger_details.py +++ b/sailpoint/beta/models/pre_approval_trigger_details.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/preferences_dto.py b/sailpoint/beta/models/preferences_dto.py index b1f8abe7b..b83dfa2bb 100644 --- a/sailpoint/beta/models/preferences_dto.py +++ b/sailpoint/beta/models/preferences_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/preview_data_source_response.py b/sailpoint/beta/models/preview_data_source_response.py index fabde3d83..70863ea87 100644 --- a/sailpoint/beta/models/preview_data_source_response.py +++ b/sailpoint/beta/models/preview_data_source_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/process_identities_request.py b/sailpoint/beta/models/process_identities_request.py index 21e291a47..69422d6b4 100644 --- a/sailpoint/beta/models/process_identities_request.py +++ b/sailpoint/beta/models/process_identities_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/product.py b/sailpoint/beta/models/product.py index fd2e74fca..0faa26283 100644 --- a/sailpoint/beta/models/product.py +++ b/sailpoint/beta/models/product.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_completed.py b/sailpoint/beta/models/provisioning_completed.py index 1bef20a45..3cc303c73 100644 --- a/sailpoint/beta/models/provisioning_completed.py +++ b/sailpoint/beta/models/provisioning_completed.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_completed_account_requests_inner.py b/sailpoint/beta/models/provisioning_completed_account_requests_inner.py index 6f443d823..a404f07c2 100644 --- a/sailpoint/beta/models/provisioning_completed_account_requests_inner.py +++ b/sailpoint/beta/models/provisioning_completed_account_requests_inner.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_completed_account_requests_inner_attribute_requests_inner.py b/sailpoint/beta/models/provisioning_completed_account_requests_inner_attribute_requests_inner.py index 530cce65a..50d188398 100644 --- a/sailpoint/beta/models/provisioning_completed_account_requests_inner_attribute_requests_inner.py +++ b/sailpoint/beta/models/provisioning_completed_account_requests_inner_attribute_requests_inner.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_completed_account_requests_inner_source.py b/sailpoint/beta/models/provisioning_completed_account_requests_inner_source.py index 9a86266cf..efaedc95c 100644 --- a/sailpoint/beta/models/provisioning_completed_account_requests_inner_source.py +++ b/sailpoint/beta/models/provisioning_completed_account_requests_inner_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_completed_recipient.py b/sailpoint/beta/models/provisioning_completed_recipient.py index 3671112d1..2d2542c7a 100644 --- a/sailpoint/beta/models/provisioning_completed_recipient.py +++ b/sailpoint/beta/models/provisioning_completed_recipient.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_completed_requester.py b/sailpoint/beta/models/provisioning_completed_requester.py index 6bd3be0f8..d9d7c1153 100644 --- a/sailpoint/beta/models/provisioning_completed_requester.py +++ b/sailpoint/beta/models/provisioning_completed_requester.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_config.py b/sailpoint/beta/models/provisioning_config.py index 8c10b2e8e..efb17161e 100644 --- a/sailpoint/beta/models/provisioning_config.py +++ b/sailpoint/beta/models/provisioning_config.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_config_managed_resource_refs_inner.py b/sailpoint/beta/models/provisioning_config_managed_resource_refs_inner.py index 518c7bec9..2eda3de33 100644 --- a/sailpoint/beta/models/provisioning_config_managed_resource_refs_inner.py +++ b/sailpoint/beta/models/provisioning_config_managed_resource_refs_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_config_plan_initializer_script.py b/sailpoint/beta/models/provisioning_config_plan_initializer_script.py index c8af23dd8..a0aded75f 100644 --- a/sailpoint/beta/models/provisioning_config_plan_initializer_script.py +++ b/sailpoint/beta/models/provisioning_config_plan_initializer_script.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_criteria_level1.py b/sailpoint/beta/models/provisioning_criteria_level1.py index 7707cc195..fb4256459 100644 --- a/sailpoint/beta/models/provisioning_criteria_level1.py +++ b/sailpoint/beta/models/provisioning_criteria_level1.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_criteria_level2.py b/sailpoint/beta/models/provisioning_criteria_level2.py index 93c045aa5..480aec8a2 100644 --- a/sailpoint/beta/models/provisioning_criteria_level2.py +++ b/sailpoint/beta/models/provisioning_criteria_level2.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_criteria_level3.py b/sailpoint/beta/models/provisioning_criteria_level3.py index c60fa9294..8be0fa206 100644 --- a/sailpoint/beta/models/provisioning_criteria_level3.py +++ b/sailpoint/beta/models/provisioning_criteria_level3.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_details.py b/sailpoint/beta/models/provisioning_details.py index f1f0ec8ca..433ba5edb 100644 --- a/sailpoint/beta/models/provisioning_details.py +++ b/sailpoint/beta/models/provisioning_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/provisioning_policy_dto.py b/sailpoint/beta/models/provisioning_policy_dto.py index 1658b3c7a..29b2199d3 100644 --- a/sailpoint/beta/models/provisioning_policy_dto.py +++ b/sailpoint/beta/models/provisioning_policy_dto.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/public_identity_attribute_config.py b/sailpoint/beta/models/public_identity_attribute_config.py index 9dde92e02..172422c12 100644 --- a/sailpoint/beta/models/public_identity_attribute_config.py +++ b/sailpoint/beta/models/public_identity_attribute_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/public_identity_config.py b/sailpoint/beta/models/public_identity_config.py index a9c85a226..961fffd5f 100644 --- a/sailpoint/beta/models/public_identity_config.py +++ b/sailpoint/beta/models/public_identity_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/put_password_dictionary_request.py b/sailpoint/beta/models/put_password_dictionary_request.py index 48d0558eb..b22bdea64 100644 --- a/sailpoint/beta/models/put_password_dictionary_request.py +++ b/sailpoint/beta/models/put_password_dictionary_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/queued_check_config_details.py b/sailpoint/beta/models/queued_check_config_details.py index 94d0ec466..d5591b643 100644 --- a/sailpoint/beta/models/queued_check_config_details.py +++ b/sailpoint/beta/models/queued_check_config_details.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/reassign_reference.py b/sailpoint/beta/models/reassign_reference.py index 5e3e5ee70..47233dc07 100644 --- a/sailpoint/beta/models/reassign_reference.py +++ b/sailpoint/beta/models/reassign_reference.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/reassignment.py b/sailpoint/beta/models/reassignment.py index 129f0b17e..2801b8bf8 100644 --- a/sailpoint/beta/models/reassignment.py +++ b/sailpoint/beta/models/reassignment.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/recommendation.py b/sailpoint/beta/models/recommendation.py index 67e7a373b..996127e5b 100644 --- a/sailpoint/beta/models/recommendation.py +++ b/sailpoint/beta/models/recommendation.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/recommendation_config_dto.py b/sailpoint/beta/models/recommendation_config_dto.py index 125d6e60f..16071d7de 100644 --- a/sailpoint/beta/models/recommendation_config_dto.py +++ b/sailpoint/beta/models/recommendation_config_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/recommendation_request.py b/sailpoint/beta/models/recommendation_request.py index ce7dd99fa..46c18f1eb 100644 --- a/sailpoint/beta/models/recommendation_request.py +++ b/sailpoint/beta/models/recommendation_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/recommendation_request_dto.py b/sailpoint/beta/models/recommendation_request_dto.py index 0b70832f3..6bf840c01 100644 --- a/sailpoint/beta/models/recommendation_request_dto.py +++ b/sailpoint/beta/models/recommendation_request_dto.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/recommendation_response.py b/sailpoint/beta/models/recommendation_response.py index d04e4e2f6..b4071a832 100644 --- a/sailpoint/beta/models/recommendation_response.py +++ b/sailpoint/beta/models/recommendation_response.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/recommendation_response_dto.py b/sailpoint/beta/models/recommendation_response_dto.py index 7fcfea507..17e595128 100644 --- a/sailpoint/beta/models/recommendation_response_dto.py +++ b/sailpoint/beta/models/recommendation_response_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/recommender_calculations.py b/sailpoint/beta/models/recommender_calculations.py index 39a01e9f1..3e54c06ca 100644 --- a/sailpoint/beta/models/recommender_calculations.py +++ b/sailpoint/beta/models/recommender_calculations.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/recommender_calculations_identity_attributes_value.py b/sailpoint/beta/models/recommender_calculations_identity_attributes_value.py index e7f3a7197..486c8cb45 100644 --- a/sailpoint/beta/models/recommender_calculations_identity_attributes_value.py +++ b/sailpoint/beta/models/recommender_calculations_identity_attributes_value.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/remediation_item_details.py b/sailpoint/beta/models/remediation_item_details.py index b138239c9..c4cb4ee4d 100644 --- a/sailpoint/beta/models/remediation_item_details.py +++ b/sailpoint/beta/models/remediation_item_details.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/remediation_items.py b/sailpoint/beta/models/remediation_items.py index 7950bcea8..9819147c3 100644 --- a/sailpoint/beta/models/remediation_items.py +++ b/sailpoint/beta/models/remediation_items.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/report_config_dto.py b/sailpoint/beta/models/report_config_dto.py index 64d6af23e..b572f6ddc 100644 --- a/sailpoint/beta/models/report_config_dto.py +++ b/sailpoint/beta/models/report_config_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/report_result_reference.py b/sailpoint/beta/models/report_result_reference.py index 1c731dcf2..875b254db 100644 --- a/sailpoint/beta/models/report_result_reference.py +++ b/sailpoint/beta/models/report_result_reference.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/request_on_behalf_of_config.py b/sailpoint/beta/models/request_on_behalf_of_config.py index 846e8dfec..3725cce9c 100644 --- a/sailpoint/beta/models/request_on_behalf_of_config.py +++ b/sailpoint/beta/models/request_on_behalf_of_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requestability.py b/sailpoint/beta/models/requestability.py index 7ed23127f..1bee0d74b 100644 --- a/sailpoint/beta/models/requestability.py +++ b/sailpoint/beta/models/requestability.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requestability_for_role.py b/sailpoint/beta/models/requestability_for_role.py index 29932ebe8..e2bce0b1c 100644 --- a/sailpoint/beta/models/requestability_for_role.py +++ b/sailpoint/beta/models/requestability_for_role.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requestable_object.py b/sailpoint/beta/models/requestable_object.py index a6de698c2..3fa18777b 100644 --- a/sailpoint/beta/models/requestable_object.py +++ b/sailpoint/beta/models/requestable_object.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requestable_object_reference.py b/sailpoint/beta/models/requestable_object_reference.py index 831651d02..7e5464d61 100644 --- a/sailpoint/beta/models/requestable_object_reference.py +++ b/sailpoint/beta/models/requestable_object_reference.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requested_item_details.py b/sailpoint/beta/models/requested_item_details.py index 34263fabf..e47728236 100644 --- a/sailpoint/beta/models/requested_item_details.py +++ b/sailpoint/beta/models/requested_item_details.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requested_item_status.py b/sailpoint/beta/models/requested_item_status.py index e502610b7..680dbe7f1 100644 --- a/sailpoint/beta/models/requested_item_status.py +++ b/sailpoint/beta/models/requested_item_status.py @@ -89,8 +89,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requested_item_status_cancelled_request_details.py b/sailpoint/beta/models/requested_item_status_cancelled_request_details.py index dba228393..8116df24f 100644 --- a/sailpoint/beta/models/requested_item_status_cancelled_request_details.py +++ b/sailpoint/beta/models/requested_item_status_cancelled_request_details.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requested_item_status_pre_approval_trigger_details.py b/sailpoint/beta/models/requested_item_status_pre_approval_trigger_details.py index e40e59362..d029676d9 100644 --- a/sailpoint/beta/models/requested_item_status_pre_approval_trigger_details.py +++ b/sailpoint/beta/models/requested_item_status_pre_approval_trigger_details.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requested_item_status_provisioning_details.py b/sailpoint/beta/models/requested_item_status_provisioning_details.py index a3b8e79fc..29b980c0d 100644 --- a/sailpoint/beta/models/requested_item_status_provisioning_details.py +++ b/sailpoint/beta/models/requested_item_status_provisioning_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requested_item_status_requested_for.py b/sailpoint/beta/models/requested_item_status_requested_for.py index b954f61ae..7fcc6ae92 100644 --- a/sailpoint/beta/models/requested_item_status_requested_for.py +++ b/sailpoint/beta/models/requested_item_status_requested_for.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requested_item_status_requester_comment.py b/sailpoint/beta/models/requested_item_status_requester_comment.py index 04c609451..bde664788 100644 --- a/sailpoint/beta/models/requested_item_status_requester_comment.py +++ b/sailpoint/beta/models/requested_item_status_requester_comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/requested_item_status_sod_violation_context.py b/sailpoint/beta/models/requested_item_status_sod_violation_context.py index f36e15c21..aa289b3a7 100644 --- a/sailpoint/beta/models/requested_item_status_sod_violation_context.py +++ b/sailpoint/beta/models/requested_item_status_sod_violation_context.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/resource_bundle_message.py b/sailpoint/beta/models/resource_bundle_message.py index 1329c9cfa..c01286aae 100644 --- a/sailpoint/beta/models/resource_bundle_message.py +++ b/sailpoint/beta/models/resource_bundle_message.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/resource_object.py b/sailpoint/beta/models/resource_object.py index e70760e5c..38e97825f 100644 --- a/sailpoint/beta/models/resource_object.py +++ b/sailpoint/beta/models/resource_object.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/resource_objects_request.py b/sailpoint/beta/models/resource_objects_request.py index ac6e9c10b..cc192528c 100644 --- a/sailpoint/beta/models/resource_objects_request.py +++ b/sailpoint/beta/models/resource_objects_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/resource_objects_response.py b/sailpoint/beta/models/resource_objects_response.py index c37864786..ef2ffa6fd 100644 --- a/sailpoint/beta/models/resource_objects_response.py +++ b/sailpoint/beta/models/resource_objects_response.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/review_reassign.py b/sailpoint/beta/models/review_reassign.py index 8eca04ab4..a477abf07 100644 --- a/sailpoint/beta/models/review_reassign.py +++ b/sailpoint/beta/models/review_reassign.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/reviewer.py b/sailpoint/beta/models/reviewer.py index 9961c0d4f..7767bdb1a 100644 --- a/sailpoint/beta/models/reviewer.py +++ b/sailpoint/beta/models/reviewer.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/revocability.py b/sailpoint/beta/models/revocability.py index b1eb850e0..d7cc43411 100644 --- a/sailpoint/beta/models/revocability.py +++ b/sailpoint/beta/models/revocability.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/revocability_for_role.py b/sailpoint/beta/models/revocability_for_role.py index d3c19fa02..eb77dc08d 100644 --- a/sailpoint/beta/models/revocability_for_role.py +++ b/sailpoint/beta/models/revocability_for_role.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role.py b/sailpoint/beta/models/role.py index bf961a7a9..820a749bf 100644 --- a/sailpoint/beta/models/role.py +++ b/sailpoint/beta/models/role.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_assignment_dto.py b/sailpoint/beta/models/role_assignment_dto.py index 2cf1cb94b..192b9613f 100644 --- a/sailpoint/beta/models/role_assignment_dto.py +++ b/sailpoint/beta/models/role_assignment_dto.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_assignment_ref.py b/sailpoint/beta/models/role_assignment_ref.py index 449b9e3fb..61722f0c0 100644 --- a/sailpoint/beta/models/role_assignment_ref.py +++ b/sailpoint/beta/models/role_assignment_ref.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_bulk_delete_request.py b/sailpoint/beta/models/role_bulk_delete_request.py index 8b9c6a893..c69643232 100644 --- a/sailpoint/beta/models/role_bulk_delete_request.py +++ b/sailpoint/beta/models/role_bulk_delete_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_criteria_key.py b/sailpoint/beta/models/role_criteria_key.py index 645adc83f..db33be545 100644 --- a/sailpoint/beta/models/role_criteria_key.py +++ b/sailpoint/beta/models/role_criteria_key.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_criteria_level1.py b/sailpoint/beta/models/role_criteria_level1.py index 9e75e3576..d51a03e13 100644 --- a/sailpoint/beta/models/role_criteria_level1.py +++ b/sailpoint/beta/models/role_criteria_level1.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_criteria_level2.py b/sailpoint/beta/models/role_criteria_level2.py index a8a5c2976..984bc20ff 100644 --- a/sailpoint/beta/models/role_criteria_level2.py +++ b/sailpoint/beta/models/role_criteria_level2.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_criteria_level3.py b/sailpoint/beta/models/role_criteria_level3.py index 46193671b..297f93e5b 100644 --- a/sailpoint/beta/models/role_criteria_level3.py +++ b/sailpoint/beta/models/role_criteria_level3.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_identity.py b/sailpoint/beta/models/role_identity.py index 22514a77f..601f4c610 100644 --- a/sailpoint/beta/models/role_identity.py +++ b/sailpoint/beta/models/role_identity.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_insight.py b/sailpoint/beta/models/role_insight.py index 51ef9282f..3bd25a159 100644 --- a/sailpoint/beta/models/role_insight.py +++ b/sailpoint/beta/models/role_insight.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_insights_entitlement.py b/sailpoint/beta/models/role_insights_entitlement.py index b8bc07de8..f22aa7b34 100644 --- a/sailpoint/beta/models/role_insights_entitlement.py +++ b/sailpoint/beta/models/role_insights_entitlement.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_insights_entitlement_changes.py b/sailpoint/beta/models/role_insights_entitlement_changes.py index da31be71a..50fbc9f8f 100644 --- a/sailpoint/beta/models/role_insights_entitlement_changes.py +++ b/sailpoint/beta/models/role_insights_entitlement_changes.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_insights_identities.py b/sailpoint/beta/models/role_insights_identities.py index 994ed649f..4514931ff 100644 --- a/sailpoint/beta/models/role_insights_identities.py +++ b/sailpoint/beta/models/role_insights_identities.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_insights_insight.py b/sailpoint/beta/models/role_insights_insight.py index f144914d1..fcd6bd766 100644 --- a/sailpoint/beta/models/role_insights_insight.py +++ b/sailpoint/beta/models/role_insights_insight.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_insights_response.py b/sailpoint/beta/models/role_insights_response.py index a33f03b3a..5fca6a4b2 100644 --- a/sailpoint/beta/models/role_insights_response.py +++ b/sailpoint/beta/models/role_insights_response.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_insights_role.py b/sailpoint/beta/models/role_insights_role.py index be2015e8a..4e71349f1 100644 --- a/sailpoint/beta/models/role_insights_role.py +++ b/sailpoint/beta/models/role_insights_role.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_insights_summary.py b/sailpoint/beta/models/role_insights_summary.py index 2c9944e3f..7189965b8 100644 --- a/sailpoint/beta/models/role_insights_summary.py +++ b/sailpoint/beta/models/role_insights_summary.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_match_dto.py b/sailpoint/beta/models/role_match_dto.py index 05cded397..483f20e49 100644 --- a/sailpoint/beta/models/role_match_dto.py +++ b/sailpoint/beta/models/role_match_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_membership_identity.py b/sailpoint/beta/models/role_membership_identity.py index 2517c1592..e6e8d0be3 100644 --- a/sailpoint/beta/models/role_membership_identity.py +++ b/sailpoint/beta/models/role_membership_identity.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_membership_selector.py b/sailpoint/beta/models/role_membership_selector.py index 028ce0d6f..0d5ceb85d 100644 --- a/sailpoint/beta/models/role_membership_selector.py +++ b/sailpoint/beta/models/role_membership_selector.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_entitlement.py b/sailpoint/beta/models/role_mining_entitlement.py index 7a342abb8..8a1e7499c 100644 --- a/sailpoint/beta/models/role_mining_entitlement.py +++ b/sailpoint/beta/models/role_mining_entitlement.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_entitlement_ref.py b/sailpoint/beta/models/role_mining_entitlement_ref.py index 4787a553a..3f732119e 100644 --- a/sailpoint/beta/models/role_mining_entitlement_ref.py +++ b/sailpoint/beta/models/role_mining_entitlement_ref.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_identity.py b/sailpoint/beta/models/role_mining_identity.py index c6c36a2cc..bf15ef3ba 100644 --- a/sailpoint/beta/models/role_mining_identity.py +++ b/sailpoint/beta/models/role_mining_identity.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_identity_distribution.py b/sailpoint/beta/models/role_mining_identity_distribution.py index 5519ce7f9..9a679b3ce 100644 --- a/sailpoint/beta/models/role_mining_identity_distribution.py +++ b/sailpoint/beta/models/role_mining_identity_distribution.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role.py b/sailpoint/beta/models/role_mining_potential_role.py index f6633740d..357d1f874 100644 --- a/sailpoint/beta/models/role_mining_potential_role.py +++ b/sailpoint/beta/models/role_mining_potential_role.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_application.py b/sailpoint/beta/models/role_mining_potential_role_application.py index f8a54e6a1..7e125a53a 100644 --- a/sailpoint/beta/models/role_mining_potential_role_application.py +++ b/sailpoint/beta/models/role_mining_potential_role_application.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_edit_entitlements.py b/sailpoint/beta/models/role_mining_potential_role_edit_entitlements.py index 09a62df08..08fb13da1 100644 --- a/sailpoint/beta/models/role_mining_potential_role_edit_entitlements.py +++ b/sailpoint/beta/models/role_mining_potential_role_edit_entitlements.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_entitlements.py b/sailpoint/beta/models/role_mining_potential_role_entitlements.py index 546c53b46..3aa062097 100644 --- a/sailpoint/beta/models/role_mining_potential_role_entitlements.py +++ b/sailpoint/beta/models/role_mining_potential_role_entitlements.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_export_request.py b/sailpoint/beta/models/role_mining_potential_role_export_request.py index 566e95c45..e0b0b81ab 100644 --- a/sailpoint/beta/models/role_mining_potential_role_export_request.py +++ b/sailpoint/beta/models/role_mining_potential_role_export_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_export_response.py b/sailpoint/beta/models/role_mining_potential_role_export_response.py index a61bd860a..b0c72fd89 100644 --- a/sailpoint/beta/models/role_mining_potential_role_export_response.py +++ b/sailpoint/beta/models/role_mining_potential_role_export_response.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_provision_request.py b/sailpoint/beta/models/role_mining_potential_role_provision_request.py index 462390ceb..e3fd10246 100644 --- a/sailpoint/beta/models/role_mining_potential_role_provision_request.py +++ b/sailpoint/beta/models/role_mining_potential_role_provision_request.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_ref.py b/sailpoint/beta/models/role_mining_potential_role_ref.py index 926053f5a..5cdc9ef63 100644 --- a/sailpoint/beta/models/role_mining_potential_role_ref.py +++ b/sailpoint/beta/models/role_mining_potential_role_ref.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_source_usage.py b/sailpoint/beta/models/role_mining_potential_role_source_usage.py index eaf80e804..479ef8100 100644 --- a/sailpoint/beta/models/role_mining_potential_role_source_usage.py +++ b/sailpoint/beta/models/role_mining_potential_role_source_usage.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_potential_role_summary.py b/sailpoint/beta/models/role_mining_potential_role_summary.py index e4ac117d8..74a302b57 100644 --- a/sailpoint/beta/models/role_mining_potential_role_summary.py +++ b/sailpoint/beta/models/role_mining_potential_role_summary.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_session_draft_role_dto.py b/sailpoint/beta/models/role_mining_session_draft_role_dto.py index 8e673346f..b5d45493d 100644 --- a/sailpoint/beta/models/role_mining_session_draft_role_dto.py +++ b/sailpoint/beta/models/role_mining_session_draft_role_dto.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_session_dto.py b/sailpoint/beta/models/role_mining_session_dto.py index f750370d7..d701957d6 100644 --- a/sailpoint/beta/models/role_mining_session_dto.py +++ b/sailpoint/beta/models/role_mining_session_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_session_parameters_dto.py b/sailpoint/beta/models/role_mining_session_parameters_dto.py index 9abbddef2..2fae22c02 100644 --- a/sailpoint/beta/models/role_mining_session_parameters_dto.py +++ b/sailpoint/beta/models/role_mining_session_parameters_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_session_response.py b/sailpoint/beta/models/role_mining_session_response.py index 3bbd34188..16bcdb1ff 100644 --- a/sailpoint/beta/models/role_mining_session_response.py +++ b/sailpoint/beta/models/role_mining_session_response.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_session_scope.py b/sailpoint/beta/models/role_mining_session_scope.py index 7884c0f90..1fb045f68 100644 --- a/sailpoint/beta/models/role_mining_session_scope.py +++ b/sailpoint/beta/models/role_mining_session_scope.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_mining_session_status.py b/sailpoint/beta/models/role_mining_session_status.py index 5d2190fd6..e4adf47e7 100644 --- a/sailpoint/beta/models/role_mining_session_status.py +++ b/sailpoint/beta/models/role_mining_session_status.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/role_target_dto.py b/sailpoint/beta/models/role_target_dto.py index 6136a4d3a..a3c2a9ea5 100644 --- a/sailpoint/beta/models/role_target_dto.py +++ b/sailpoint/beta/models/role_target_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/saved_search_complete.py b/sailpoint/beta/models/saved_search_complete.py index 2a0e3bdd7..39fbe5227 100644 --- a/sailpoint/beta/models/saved_search_complete.py +++ b/sailpoint/beta/models/saved_search_complete.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/saved_search_complete_search_results.py b/sailpoint/beta/models/saved_search_complete_search_results.py index 89280ef05..c38b78e29 100644 --- a/sailpoint/beta/models/saved_search_complete_search_results.py +++ b/sailpoint/beta/models/saved_search_complete_search_results.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/saved_search_complete_search_results_account.py b/sailpoint/beta/models/saved_search_complete_search_results_account.py index 29a24e1e3..37b8e9ada 100644 --- a/sailpoint/beta/models/saved_search_complete_search_results_account.py +++ b/sailpoint/beta/models/saved_search_complete_search_results_account.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/saved_search_complete_search_results_entitlement.py b/sailpoint/beta/models/saved_search_complete_search_results_entitlement.py index 4c97e5190..699d500c2 100644 --- a/sailpoint/beta/models/saved_search_complete_search_results_entitlement.py +++ b/sailpoint/beta/models/saved_search_complete_search_results_entitlement.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/saved_search_complete_search_results_identity.py b/sailpoint/beta/models/saved_search_complete_search_results_identity.py index 7ecf71d37..fb33460dc 100644 --- a/sailpoint/beta/models/saved_search_complete_search_results_identity.py +++ b/sailpoint/beta/models/saved_search_complete_search_results_identity.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/schedule.py b/sailpoint/beta/models/schedule.py index e10f098a9..96f135934 100644 --- a/sailpoint/beta/models/schedule.py +++ b/sailpoint/beta/models/schedule.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/schedule1.py b/sailpoint/beta/models/schedule1.py index 65ba952b1..712fd4c60 100644 --- a/sailpoint/beta/models/schedule1.py +++ b/sailpoint/beta/models/schedule1.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/schedule1_days.py b/sailpoint/beta/models/schedule1_days.py index b17974fb8..53406b786 100644 --- a/sailpoint/beta/models/schedule1_days.py +++ b/sailpoint/beta/models/schedule1_days.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/schedule1_hours.py b/sailpoint/beta/models/schedule1_hours.py index 49fcd4235..19cbb268b 100644 --- a/sailpoint/beta/models/schedule1_hours.py +++ b/sailpoint/beta/models/schedule1_hours.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/schedule1_months.py b/sailpoint/beta/models/schedule1_months.py index 9b4a5cee2..e9b8da3a6 100644 --- a/sailpoint/beta/models/schedule1_months.py +++ b/sailpoint/beta/models/schedule1_months.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/schedule_days.py b/sailpoint/beta/models/schedule_days.py index d75ee02ac..5ec4ad9ae 100644 --- a/sailpoint/beta/models/schedule_days.py +++ b/sailpoint/beta/models/schedule_days.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/schedule_hours.py b/sailpoint/beta/models/schedule_hours.py index 57a3d103d..5284a2c92 100644 --- a/sailpoint/beta/models/schedule_hours.py +++ b/sailpoint/beta/models/schedule_hours.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/schedule_months.py b/sailpoint/beta/models/schedule_months.py index f019c6485..c19f26624 100644 --- a/sailpoint/beta/models/schedule_months.py +++ b/sailpoint/beta/models/schedule_months.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/scheduled_attributes.py b/sailpoint/beta/models/scheduled_attributes.py index 0b78043f5..cfa736638 100644 --- a/sailpoint/beta/models/scheduled_attributes.py +++ b/sailpoint/beta/models/scheduled_attributes.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/search_attribute_config.py b/sailpoint/beta/models/search_attribute_config.py index 67cc554ce..3ffc26840 100644 --- a/sailpoint/beta/models/search_attribute_config.py +++ b/sailpoint/beta/models/search_attribute_config.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/search_form_definitions_by_tenant400_response.py b/sailpoint/beta/models/search_form_definitions_by_tenant400_response.py index 0e3e767fc..9baf58cf0 100644 --- a/sailpoint/beta/models/search_form_definitions_by_tenant400_response.py +++ b/sailpoint/beta/models/search_form_definitions_by_tenant400_response.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/section.py b/sailpoint/beta/models/section.py index 2f1073c36..3bfc28482 100644 --- a/sailpoint/beta/models/section.py +++ b/sailpoint/beta/models/section.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/section_details.py b/sailpoint/beta/models/section_details.py index ba4c5fd24..1a141453e 100644 --- a/sailpoint/beta/models/section_details.py +++ b/sailpoint/beta/models/section_details.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed.py b/sailpoint/beta/models/sed.py index 3c9ba002a..02b1f6804 100644 --- a/sailpoint/beta/models/sed.py +++ b/sailpoint/beta/models/sed.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_approval.py b/sailpoint/beta/models/sed_approval.py index ff0a0888d..f4b341f67 100644 --- a/sailpoint/beta/models/sed_approval.py +++ b/sailpoint/beta/models/sed_approval.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_approval_status.py b/sailpoint/beta/models/sed_approval_status.py index d44342531..4d9216c26 100644 --- a/sailpoint/beta/models/sed_approval_status.py +++ b/sailpoint/beta/models/sed_approval_status.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_assignee.py b/sailpoint/beta/models/sed_assignee.py index f35811ad1..a2160fc10 100644 --- a/sailpoint/beta/models/sed_assignee.py +++ b/sailpoint/beta/models/sed_assignee.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_assignment.py b/sailpoint/beta/models/sed_assignment.py index af469fcc1..558e5cc77 100644 --- a/sailpoint/beta/models/sed_assignment.py +++ b/sailpoint/beta/models/sed_assignment.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_assignment_response.py b/sailpoint/beta/models/sed_assignment_response.py index 7761b5595..8b5f909de 100644 --- a/sailpoint/beta/models/sed_assignment_response.py +++ b/sailpoint/beta/models/sed_assignment_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_batch_request.py b/sailpoint/beta/models/sed_batch_request.py index 1e7fc769f..858fcf2f2 100644 --- a/sailpoint/beta/models/sed_batch_request.py +++ b/sailpoint/beta/models/sed_batch_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_batch_response.py b/sailpoint/beta/models/sed_batch_response.py index 476bc1759..9aa27cd5e 100644 --- a/sailpoint/beta/models/sed_batch_response.py +++ b/sailpoint/beta/models/sed_batch_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_batch_stats.py b/sailpoint/beta/models/sed_batch_stats.py index 322059af3..1b4c1b6b0 100644 --- a/sailpoint/beta/models/sed_batch_stats.py +++ b/sailpoint/beta/models/sed_batch_stats.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_batch_status.py b/sailpoint/beta/models/sed_batch_status.py index 6dff4a6d5..620641b8e 100644 --- a/sailpoint/beta/models/sed_batch_status.py +++ b/sailpoint/beta/models/sed_batch_status.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sed_patch.py b/sailpoint/beta/models/sed_patch.py index 4925af3a4..46cd8ece9 100644 --- a/sailpoint/beta/models/sed_patch.py +++ b/sailpoint/beta/models/sed_patch.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/segment.py b/sailpoint/beta/models/segment.py index 113ed6cef..a8205b969 100644 --- a/sailpoint/beta/models/segment.py +++ b/sailpoint/beta/models/segment.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/selector.py b/sailpoint/beta/models/selector.py index 7b6a0326d..b456de511 100644 --- a/sailpoint/beta/models/selector.py +++ b/sailpoint/beta/models/selector.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/selector_account_match_config.py b/sailpoint/beta/models/selector_account_match_config.py index b8e53ffa5..03e147caa 100644 --- a/sailpoint/beta/models/selector_account_match_config.py +++ b/sailpoint/beta/models/selector_account_match_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/selector_account_match_config_match_expression.py b/sailpoint/beta/models/selector_account_match_config_match_expression.py index 2f807cca9..58f602f81 100644 --- a/sailpoint/beta/models/selector_account_match_config_match_expression.py +++ b/sailpoint/beta/models/selector_account_match_config_match_expression.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/self_import_export_dto.py b/sailpoint/beta/models/self_import_export_dto.py index 1f27d99a9..880fee74d 100644 --- a/sailpoint/beta/models/self_import_export_dto.py +++ b/sailpoint/beta/models/self_import_export_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/send_account_verification_request.py b/sailpoint/beta/models/send_account_verification_request.py index 9dadbd553..d98a97449 100644 --- a/sailpoint/beta/models/send_account_verification_request.py +++ b/sailpoint/beta/models/send_account_verification_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/send_test_notification_request_dto.py b/sailpoint/beta/models/send_test_notification_request_dto.py index e1b35c75e..df3c8e041 100644 --- a/sailpoint/beta/models/send_test_notification_request_dto.py +++ b/sailpoint/beta/models/send_test_notification_request_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/send_token_request.py b/sailpoint/beta/models/send_token_request.py index 9bf4d98fb..8591bce4a 100644 --- a/sailpoint/beta/models/send_token_request.py +++ b/sailpoint/beta/models/send_token_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/send_token_response.py b/sailpoint/beta/models/send_token_response.py index 659395a81..c2ba9a1fa 100644 --- a/sailpoint/beta/models/send_token_response.py +++ b/sailpoint/beta/models/send_token_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/service_desk_integration_dto.py b/sailpoint/beta/models/service_desk_integration_dto.py index fa1bb260b..2d17cd018 100644 --- a/sailpoint/beta/models/service_desk_integration_dto.py +++ b/sailpoint/beta/models/service_desk_integration_dto.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/service_desk_integration_template_dto.py b/sailpoint/beta/models/service_desk_integration_template_dto.py index 36ef82a7e..b140d1ba0 100644 --- a/sailpoint/beta/models/service_desk_integration_template_dto.py +++ b/sailpoint/beta/models/service_desk_integration_template_dto.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/service_desk_integration_template_type.py b/sailpoint/beta/models/service_desk_integration_template_type.py index 49bf927bd..e0b49af9e 100644 --- a/sailpoint/beta/models/service_desk_integration_template_type.py +++ b/sailpoint/beta/models/service_desk_integration_template_type.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/service_desk_source.py b/sailpoint/beta/models/service_desk_source.py index 725974e22..2ba53e787 100644 --- a/sailpoint/beta/models/service_desk_source.py +++ b/sailpoint/beta/models/service_desk_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/set_icon200_response.py b/sailpoint/beta/models/set_icon200_response.py index 3d306e763..44bbebc20 100644 --- a/sailpoint/beta/models/set_icon200_response.py +++ b/sailpoint/beta/models/set_icon200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/set_icon_request.py b/sailpoint/beta/models/set_icon_request.py index e47cff13b..e4f67c23c 100644 --- a/sailpoint/beta/models/set_icon_request.py +++ b/sailpoint/beta/models/set_icon_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sim_integration_details.py b/sailpoint/beta/models/sim_integration_details.py index 3847b0e0f..416e164ce 100644 --- a/sailpoint/beta/models/sim_integration_details.py +++ b/sailpoint/beta/models/sim_integration_details.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sim_integration_details_all_of_before_provisioning_rule.py b/sailpoint/beta/models/sim_integration_details_all_of_before_provisioning_rule.py index 74f4fd39a..d639a8371 100644 --- a/sailpoint/beta/models/sim_integration_details_all_of_before_provisioning_rule.py +++ b/sailpoint/beta/models/sim_integration_details_all_of_before_provisioning_rule.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/slim_discovered_applications.py b/sailpoint/beta/models/slim_discovered_applications.py index ce176d2ba..83d0c3dcc 100644 --- a/sailpoint/beta/models/slim_discovered_applications.py +++ b/sailpoint/beta/models/slim_discovered_applications.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/slimcampaign.py b/sailpoint/beta/models/slimcampaign.py index fd68e96de..7344822b6 100644 --- a/sailpoint/beta/models/slimcampaign.py +++ b/sailpoint/beta/models/slimcampaign.py @@ -84,8 +84,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_exempt_criteria.py b/sailpoint/beta/models/sod_exempt_criteria.py index fd01cd084..f193bc7ee 100644 --- a/sailpoint/beta/models/sod_exempt_criteria.py +++ b/sailpoint/beta/models/sod_exempt_criteria.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_exempt_criteria1.py b/sailpoint/beta/models/sod_exempt_criteria1.py index 6a820686c..ae60de08c 100644 --- a/sailpoint/beta/models/sod_exempt_criteria1.py +++ b/sailpoint/beta/models/sod_exempt_criteria1.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_policy.py b/sailpoint/beta/models/sod_policy.py index 5d221384a..b8ef37e30 100644 --- a/sailpoint/beta/models/sod_policy.py +++ b/sailpoint/beta/models/sod_policy.py @@ -83,8 +83,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_policy_conflicting_access_criteria.py b/sailpoint/beta/models/sod_policy_conflicting_access_criteria.py index adacc2d9f..437915063 100644 --- a/sailpoint/beta/models/sod_policy_conflicting_access_criteria.py +++ b/sailpoint/beta/models/sod_policy_conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_policy_dto.py b/sailpoint/beta/models/sod_policy_dto.py index cdaa6ad52..20bf1fdc8 100644 --- a/sailpoint/beta/models/sod_policy_dto.py +++ b/sailpoint/beta/models/sod_policy_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_policy_owner_ref.py b/sailpoint/beta/models/sod_policy_owner_ref.py index 18d118c49..86b70ba34 100644 --- a/sailpoint/beta/models/sod_policy_owner_ref.py +++ b/sailpoint/beta/models/sod_policy_owner_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_policy_schedule.py b/sailpoint/beta/models/sod_policy_schedule.py index f4b573121..87dc5dc4f 100644 --- a/sailpoint/beta/models/sod_policy_schedule.py +++ b/sailpoint/beta/models/sod_policy_schedule.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_recipient.py b/sailpoint/beta/models/sod_recipient.py index beaae355e..da8e31753 100644 --- a/sailpoint/beta/models/sod_recipient.py +++ b/sailpoint/beta/models/sod_recipient.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_report_result_dto.py b/sailpoint/beta/models/sod_report_result_dto.py index d1e4a3dc0..a4617a4f8 100644 --- a/sailpoint/beta/models/sod_report_result_dto.py +++ b/sailpoint/beta/models/sod_report_result_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_check_result.py b/sailpoint/beta/models/sod_violation_check_result.py index 2fefd58f9..c55ff7ef7 100644 --- a/sailpoint/beta/models/sod_violation_check_result.py +++ b/sailpoint/beta/models/sod_violation_check_result.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_check_result1.py b/sailpoint/beta/models/sod_violation_check_result1.py index 941a123e9..a2ad65ff7 100644 --- a/sailpoint/beta/models/sod_violation_check_result1.py +++ b/sailpoint/beta/models/sod_violation_check_result1.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_context.py b/sailpoint/beta/models/sod_violation_context.py index bf9cf2561..e1ff0d161 100644 --- a/sailpoint/beta/models/sod_violation_context.py +++ b/sailpoint/beta/models/sod_violation_context.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_context1.py b/sailpoint/beta/models/sod_violation_context1.py index 717c3da70..28b03d942 100644 --- a/sailpoint/beta/models/sod_violation_context1.py +++ b/sailpoint/beta/models/sod_violation_context1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_context1_conflicting_access_criteria.py b/sailpoint/beta/models/sod_violation_context1_conflicting_access_criteria.py index 0d7a3029c..7cdf21e13 100644 --- a/sailpoint/beta/models/sod_violation_context1_conflicting_access_criteria.py +++ b/sailpoint/beta/models/sod_violation_context1_conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_context1_conflicting_access_criteria_left_criteria.py b/sailpoint/beta/models/sod_violation_context1_conflicting_access_criteria_left_criteria.py index 30bc5b005..1487cb641 100644 --- a/sailpoint/beta/models/sod_violation_context1_conflicting_access_criteria_left_criteria.py +++ b/sailpoint/beta/models/sod_violation_context1_conflicting_access_criteria_left_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_context_check_completed.py b/sailpoint/beta/models/sod_violation_context_check_completed.py index 1df7b2d8c..4bc8e8b3f 100644 --- a/sailpoint/beta/models/sod_violation_context_check_completed.py +++ b/sailpoint/beta/models/sod_violation_context_check_completed.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_context_check_completed1.py b/sailpoint/beta/models/sod_violation_context_check_completed1.py index 1a974d9e8..beac92834 100644 --- a/sailpoint/beta/models/sod_violation_context_check_completed1.py +++ b/sailpoint/beta/models/sod_violation_context_check_completed1.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_context_conflicting_access_criteria.py b/sailpoint/beta/models/sod_violation_context_conflicting_access_criteria.py index 5c0399a9b..eccf741e1 100644 --- a/sailpoint/beta/models/sod_violation_context_conflicting_access_criteria.py +++ b/sailpoint/beta/models/sod_violation_context_conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sod_violation_context_conflicting_access_criteria_left_criteria.py b/sailpoint/beta/models/sod_violation_context_conflicting_access_criteria_left_criteria.py index 534186c22..eafe74fc5 100644 --- a/sailpoint/beta/models/sod_violation_context_conflicting_access_criteria_left_criteria.py +++ b/sailpoint/beta/models/sod_violation_context_conflicting_access_criteria_left_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source.py b/sailpoint/beta/models/source.py index c41fe13ad..1bce141a9 100644 --- a/sailpoint/beta/models/source.py +++ b/sailpoint/beta/models/source.py @@ -104,8 +104,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source1.py b/sailpoint/beta/models/source1.py index ee8e14b15..1ea8c0c7b 100644 --- a/sailpoint/beta/models/source1.py +++ b/sailpoint/beta/models/source1.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_account_created.py b/sailpoint/beta/models/source_account_created.py index 61b1f2fdb..0e5a9aea7 100644 --- a/sailpoint/beta/models/source_account_created.py +++ b/sailpoint/beta/models/source_account_created.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_account_deleted.py b/sailpoint/beta/models/source_account_deleted.py index 901691ef1..88a4d0a19 100644 --- a/sailpoint/beta/models/source_account_deleted.py +++ b/sailpoint/beta/models/source_account_deleted.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_account_updated.py b/sailpoint/beta/models/source_account_updated.py index bed94eba3..960bf61d5 100644 --- a/sailpoint/beta/models/source_account_updated.py +++ b/sailpoint/beta/models/source_account_updated.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_app.py b/sailpoint/beta/models/source_app.py index c298e4ffc..81aa84361 100644 --- a/sailpoint/beta/models/source_app.py +++ b/sailpoint/beta/models/source_app.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_app_account_source.py b/sailpoint/beta/models/source_app_account_source.py index 3ca1bd853..628c2f0b1 100644 --- a/sailpoint/beta/models/source_app_account_source.py +++ b/sailpoint/beta/models/source_app_account_source.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_app_bulk_update_request.py b/sailpoint/beta/models/source_app_bulk_update_request.py index 33d15a56a..13d75d075 100644 --- a/sailpoint/beta/models/source_app_bulk_update_request.py +++ b/sailpoint/beta/models/source_app_bulk_update_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_app_create_dto.py b/sailpoint/beta/models/source_app_create_dto.py index 5c3f8107c..158209dfd 100644 --- a/sailpoint/beta/models/source_app_create_dto.py +++ b/sailpoint/beta/models/source_app_create_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_app_create_dto_account_source.py b/sailpoint/beta/models/source_app_create_dto_account_source.py index 40fe47109..4b27fac54 100644 --- a/sailpoint/beta/models/source_app_create_dto_account_source.py +++ b/sailpoint/beta/models/source_app_create_dto_account_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_app_patch_dto.py b/sailpoint/beta/models/source_app_patch_dto.py index 189c8fd7b..6e19d63f9 100644 --- a/sailpoint/beta/models/source_app_patch_dto.py +++ b/sailpoint/beta/models/source_app_patch_dto.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_cluster_dto.py b/sailpoint/beta/models/source_cluster_dto.py index 3fabcfb75..eea5f4cf6 100644 --- a/sailpoint/beta/models/source_cluster_dto.py +++ b/sailpoint/beta/models/source_cluster_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_code.py b/sailpoint/beta/models/source_code.py index c093f9d5d..70c5ffdf9 100644 --- a/sailpoint/beta/models/source_code.py +++ b/sailpoint/beta/models/source_code.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_created.py b/sailpoint/beta/models/source_created.py index 8c06ddbb2..2a71c888b 100644 --- a/sailpoint/beta/models/source_created.py +++ b/sailpoint/beta/models/source_created.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_created_actor.py b/sailpoint/beta/models/source_created_actor.py index 6637a6d4a..de6dc841e 100644 --- a/sailpoint/beta/models/source_created_actor.py +++ b/sailpoint/beta/models/source_created_actor.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_creation_errors.py b/sailpoint/beta/models/source_creation_errors.py index d67ed62ef..5c6d4bce9 100644 --- a/sailpoint/beta/models/source_creation_errors.py +++ b/sailpoint/beta/models/source_creation_errors.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_deleted.py b/sailpoint/beta/models/source_deleted.py index f31ef638c..a5dce1264 100644 --- a/sailpoint/beta/models/source_deleted.py +++ b/sailpoint/beta/models/source_deleted.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_deleted_actor.py b/sailpoint/beta/models/source_deleted_actor.py index ce801249c..474d72bfd 100644 --- a/sailpoint/beta/models/source_deleted_actor.py +++ b/sailpoint/beta/models/source_deleted_actor.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_entitlement_request_config.py b/sailpoint/beta/models/source_entitlement_request_config.py index d581f403b..e26d524f7 100644 --- a/sailpoint/beta/models/source_entitlement_request_config.py +++ b/sailpoint/beta/models/source_entitlement_request_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_sync_job.py b/sailpoint/beta/models/source_sync_job.py index a82aaaa49..cb2ef95b1 100644 --- a/sailpoint/beta/models/source_sync_job.py +++ b/sailpoint/beta/models/source_sync_job.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_sync_payload.py b/sailpoint/beta/models/source_sync_payload.py index 7d27f24d2..bb2e106de 100644 --- a/sailpoint/beta/models/source_sync_payload.py +++ b/sailpoint/beta/models/source_sync_payload.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_updated.py b/sailpoint/beta/models/source_updated.py index c9ac7f197..72bf6ec52 100644 --- a/sailpoint/beta/models/source_updated.py +++ b/sailpoint/beta/models/source_updated.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_updated_actor.py b/sailpoint/beta/models/source_updated_actor.py index 8d9012532..5e45aed9c 100644 --- a/sailpoint/beta/models/source_updated_actor.py +++ b/sailpoint/beta/models/source_updated_actor.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_usage.py b/sailpoint/beta/models/source_usage.py index f1039a205..d21f7a81c 100644 --- a/sailpoint/beta/models/source_usage.py +++ b/sailpoint/beta/models/source_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/source_usage_status.py b/sailpoint/beta/models/source_usage_status.py index 92c372184..5713a54eb 100644 --- a/sailpoint/beta/models/source_usage_status.py +++ b/sailpoint/beta/models/source_usage_status.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_export_job.py b/sailpoint/beta/models/sp_config_export_job.py index b41feb912..e7a24aac7 100644 --- a/sailpoint/beta/models/sp_config_export_job.py +++ b/sailpoint/beta/models/sp_config_export_job.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_export_job_status.py b/sailpoint/beta/models/sp_config_export_job_status.py index 599d04f1b..33c0a2b84 100644 --- a/sailpoint/beta/models/sp_config_export_job_status.py +++ b/sailpoint/beta/models/sp_config_export_job_status.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_export_results.py b/sailpoint/beta/models/sp_config_export_results.py index 5566ff625..b11b2953f 100644 --- a/sailpoint/beta/models/sp_config_export_results.py +++ b/sailpoint/beta/models/sp_config_export_results.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_import_job_status.py b/sailpoint/beta/models/sp_config_import_job_status.py index de959d28d..c5ca302d9 100644 --- a/sailpoint/beta/models/sp_config_import_job_status.py +++ b/sailpoint/beta/models/sp_config_import_job_status.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_import_results.py b/sailpoint/beta/models/sp_config_import_results.py index 7a8fbde08..ebb000580 100644 --- a/sailpoint/beta/models/sp_config_import_results.py +++ b/sailpoint/beta/models/sp_config_import_results.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_job.py b/sailpoint/beta/models/sp_config_job.py index 5fd510b5f..7f0c69f9a 100644 --- a/sailpoint/beta/models/sp_config_job.py +++ b/sailpoint/beta/models/sp_config_job.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_message.py b/sailpoint/beta/models/sp_config_message.py index 71e574492..f78931e3c 100644 --- a/sailpoint/beta/models/sp_config_message.py +++ b/sailpoint/beta/models/sp_config_message.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_object.py b/sailpoint/beta/models/sp_config_object.py index 4ce46f89e..941941abf 100644 --- a/sailpoint/beta/models/sp_config_object.py +++ b/sailpoint/beta/models/sp_config_object.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_rule.py b/sailpoint/beta/models/sp_config_rule.py index 9262cfa72..5a02def7f 100644 --- a/sailpoint/beta/models/sp_config_rule.py +++ b/sailpoint/beta/models/sp_config_rule.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/sp_config_rules.py b/sailpoint/beta/models/sp_config_rules.py index 2153a22fc..1bfe2a1be 100644 --- a/sailpoint/beta/models/sp_config_rules.py +++ b/sailpoint/beta/models/sp_config_rules.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/start_invocation_input.py b/sailpoint/beta/models/start_invocation_input.py index 2f46270a2..672edf328 100644 --- a/sailpoint/beta/models/start_invocation_input.py +++ b/sailpoint/beta/models/start_invocation_input.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/start_launcher200_response.py b/sailpoint/beta/models/start_launcher200_response.py index 7fae21f61..890e18c6e 100644 --- a/sailpoint/beta/models/start_launcher200_response.py +++ b/sailpoint/beta/models/start_launcher200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/status_response.py b/sailpoint/beta/models/status_response.py index 13da24c58..f49c15b27 100644 --- a/sailpoint/beta/models/status_response.py +++ b/sailpoint/beta/models/status_response.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/subscription.py b/sailpoint/beta/models/subscription.py index 8adfaf079..4c3b372d1 100644 --- a/sailpoint/beta/models/subscription.py +++ b/sailpoint/beta/models/subscription.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/subscription_patch_request_inner.py b/sailpoint/beta/models/subscription_patch_request_inner.py index bdd0ddf60..f2d09d108 100644 --- a/sailpoint/beta/models/subscription_patch_request_inner.py +++ b/sailpoint/beta/models/subscription_patch_request_inner.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/subscription_post_request.py b/sailpoint/beta/models/subscription_post_request.py index e2ca9b7de..551a333cd 100644 --- a/sailpoint/beta/models/subscription_post_request.py +++ b/sailpoint/beta/models/subscription_post_request.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/subscription_put_request.py b/sailpoint/beta/models/subscription_put_request.py index ad4727405..aa7b0dfcf 100644 --- a/sailpoint/beta/models/subscription_put_request.py +++ b/sailpoint/beta/models/subscription_put_request.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tag.py b/sailpoint/beta/models/tag.py index 7d6ddebb8..b1f33ee0e 100644 --- a/sailpoint/beta/models/tag.py +++ b/sailpoint/beta/models/tag.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tag_tag_category_refs_inner.py b/sailpoint/beta/models/tag_tag_category_refs_inner.py index cdf37d255..9971a22aa 100644 --- a/sailpoint/beta/models/tag_tag_category_refs_inner.py +++ b/sailpoint/beta/models/tag_tag_category_refs_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tagged_object.py b/sailpoint/beta/models/tagged_object.py index fc3401b5c..f5900636e 100644 --- a/sailpoint/beta/models/tagged_object.py +++ b/sailpoint/beta/models/tagged_object.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tagged_object_dto.py b/sailpoint/beta/models/tagged_object_dto.py index 80e2630fa..d9d38e9cf 100644 --- a/sailpoint/beta/models/tagged_object_dto.py +++ b/sailpoint/beta/models/tagged_object_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tagged_object_object_ref.py b/sailpoint/beta/models/tagged_object_object_ref.py index fe16a5bc9..276960f1d 100644 --- a/sailpoint/beta/models/tagged_object_object_ref.py +++ b/sailpoint/beta/models/tagged_object_object_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/target.py b/sailpoint/beta/models/target.py index ca2869593..3708081a7 100644 --- a/sailpoint/beta/models/target.py +++ b/sailpoint/beta/models/target.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/task_definition_summary.py b/sailpoint/beta/models/task_definition_summary.py index 77f802bed..ddc1075ce 100644 --- a/sailpoint/beta/models/task_definition_summary.py +++ b/sailpoint/beta/models/task_definition_summary.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/task_result_dto.py b/sailpoint/beta/models/task_result_dto.py index cf07fa464..15eb913eb 100644 --- a/sailpoint/beta/models/task_result_dto.py +++ b/sailpoint/beta/models/task_result_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/task_result_response.py b/sailpoint/beta/models/task_result_response.py index 8f580d569..912dd73e4 100644 --- a/sailpoint/beta/models/task_result_response.py +++ b/sailpoint/beta/models/task_result_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/task_result_simplified.py b/sailpoint/beta/models/task_result_simplified.py index faf76bb57..fc80dd6c6 100644 --- a/sailpoint/beta/models/task_result_simplified.py +++ b/sailpoint/beta/models/task_result_simplified.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/task_return_details.py b/sailpoint/beta/models/task_return_details.py index 372bbd25f..07bc067f7 100644 --- a/sailpoint/beta/models/task_return_details.py +++ b/sailpoint/beta/models/task_return_details.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/task_status.py b/sailpoint/beta/models/task_status.py index 5f65a0216..210ffc806 100644 --- a/sailpoint/beta/models/task_status.py +++ b/sailpoint/beta/models/task_status.py @@ -81,8 +81,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/task_status_message.py b/sailpoint/beta/models/task_status_message.py index 1069014e8..d4859b089 100644 --- a/sailpoint/beta/models/task_status_message.py +++ b/sailpoint/beta/models/task_status_message.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/template_bulk_delete_dto.py b/sailpoint/beta/models/template_bulk_delete_dto.py index 1366d4aa3..08757caf6 100644 --- a/sailpoint/beta/models/template_bulk_delete_dto.py +++ b/sailpoint/beta/models/template_bulk_delete_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/template_dto.py b/sailpoint/beta/models/template_dto.py index 99e532621..f8c49e4d4 100644 --- a/sailpoint/beta/models/template_dto.py +++ b/sailpoint/beta/models/template_dto.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/template_dto_default.py b/sailpoint/beta/models/template_dto_default.py index 5569d252b..e048ce037 100644 --- a/sailpoint/beta/models/template_dto_default.py +++ b/sailpoint/beta/models/template_dto_default.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/template_slack.py b/sailpoint/beta/models/template_slack.py index 7313d2106..cc972c75b 100644 --- a/sailpoint/beta/models/template_slack.py +++ b/sailpoint/beta/models/template_slack.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/template_slack_auto_approval_data.py b/sailpoint/beta/models/template_slack_auto_approval_data.py index 005bbf8b4..491523762 100644 --- a/sailpoint/beta/models/template_slack_auto_approval_data.py +++ b/sailpoint/beta/models/template_slack_auto_approval_data.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/template_slack_custom_fields.py b/sailpoint/beta/models/template_slack_custom_fields.py index eeb10a274..2f8f23697 100644 --- a/sailpoint/beta/models/template_slack_custom_fields.py +++ b/sailpoint/beta/models/template_slack_custom_fields.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/template_teams.py b/sailpoint/beta/models/template_teams.py index 4b27c1dae..643cb6afb 100644 --- a/sailpoint/beta/models/template_teams.py +++ b/sailpoint/beta/models/template_teams.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tenant.py b/sailpoint/beta/models/tenant.py index b534bb733..fbd56e897 100644 --- a/sailpoint/beta/models/tenant.py +++ b/sailpoint/beta/models/tenant.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tenant_configuration_details.py b/sailpoint/beta/models/tenant_configuration_details.py index 8bb846548..5160ed8f9 100644 --- a/sailpoint/beta/models/tenant_configuration_details.py +++ b/sailpoint/beta/models/tenant_configuration_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tenant_configuration_request.py b/sailpoint/beta/models/tenant_configuration_request.py index 67d920190..d905d7127 100644 --- a/sailpoint/beta/models/tenant_configuration_request.py +++ b/sailpoint/beta/models/tenant_configuration_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tenant_configuration_response.py b/sailpoint/beta/models/tenant_configuration_response.py index 12b315930..b29953025 100644 --- a/sailpoint/beta/models/tenant_configuration_response.py +++ b/sailpoint/beta/models/tenant_configuration_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tenant_ui_metadata_item_response.py b/sailpoint/beta/models/tenant_ui_metadata_item_response.py index 6b60c9c4f..083f104f0 100644 --- a/sailpoint/beta/models/tenant_ui_metadata_item_response.py +++ b/sailpoint/beta/models/tenant_ui_metadata_item_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/tenant_ui_metadata_item_update_request.py b/sailpoint/beta/models/tenant_ui_metadata_item_update_request.py index d67d5e65e..7b00d60be 100644 --- a/sailpoint/beta/models/tenant_ui_metadata_item_update_request.py +++ b/sailpoint/beta/models/tenant_ui_metadata_item_update_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/test_external_execute_workflow200_response.py b/sailpoint/beta/models/test_external_execute_workflow200_response.py index 798c2eedc..b32a53c60 100644 --- a/sailpoint/beta/models/test_external_execute_workflow200_response.py +++ b/sailpoint/beta/models/test_external_execute_workflow200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/test_external_execute_workflow_request.py b/sailpoint/beta/models/test_external_execute_workflow_request.py index 4ab676c47..01c926526 100644 --- a/sailpoint/beta/models/test_external_execute_workflow_request.py +++ b/sailpoint/beta/models/test_external_execute_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/test_invocation.py b/sailpoint/beta/models/test_invocation.py index 5da4fd59a..8eb54200b 100644 --- a/sailpoint/beta/models/test_invocation.py +++ b/sailpoint/beta/models/test_invocation.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/test_source_connection_multihost200_response.py b/sailpoint/beta/models/test_source_connection_multihost200_response.py index 552b06175..69325d0c7 100644 --- a/sailpoint/beta/models/test_source_connection_multihost200_response.py +++ b/sailpoint/beta/models/test_source_connection_multihost200_response.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/test_workflow200_response.py b/sailpoint/beta/models/test_workflow200_response.py index 7064155ee..ad76b331e 100644 --- a/sailpoint/beta/models/test_workflow200_response.py +++ b/sailpoint/beta/models/test_workflow200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/test_workflow_request.py b/sailpoint/beta/models/test_workflow_request.py index 0b9473563..75733b80f 100644 --- a/sailpoint/beta/models/test_workflow_request.py +++ b/sailpoint/beta/models/test_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/token_auth_request.py b/sailpoint/beta/models/token_auth_request.py index 7b2b8e014..fd11ce344 100644 --- a/sailpoint/beta/models/token_auth_request.py +++ b/sailpoint/beta/models/token_auth_request.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/token_auth_response.py b/sailpoint/beta/models/token_auth_response.py index 092c57c87..f48519ea4 100644 --- a/sailpoint/beta/models/token_auth_response.py +++ b/sailpoint/beta/models/token_auth_response.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/transform.py b/sailpoint/beta/models/transform.py index f36eef165..7c6385532 100644 --- a/sailpoint/beta/models/transform.py +++ b/sailpoint/beta/models/transform.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/transform_definition.py b/sailpoint/beta/models/transform_definition.py index c8fdaac54..d6bc599f2 100644 --- a/sailpoint/beta/models/transform_definition.py +++ b/sailpoint/beta/models/transform_definition.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/transform_definition1.py b/sailpoint/beta/models/transform_definition1.py index 8946e8816..9ae996ec7 100644 --- a/sailpoint/beta/models/transform_definition1.py +++ b/sailpoint/beta/models/transform_definition1.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/transform_read.py b/sailpoint/beta/models/transform_read.py index dfa2b9713..23961bbf0 100644 --- a/sailpoint/beta/models/transform_read.py +++ b/sailpoint/beta/models/transform_read.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/translation_message.py b/sailpoint/beta/models/translation_message.py index 0a1bd3903..dd43f51b3 100644 --- a/sailpoint/beta/models/translation_message.py +++ b/sailpoint/beta/models/translation_message.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/trigger.py b/sailpoint/beta/models/trigger.py index 5a20b132e..ea596dabd 100644 --- a/sailpoint/beta/models/trigger.py +++ b/sailpoint/beta/models/trigger.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/update_access_profiles_in_bulk412_response.py b/sailpoint/beta/models/update_access_profiles_in_bulk412_response.py index c63a6f6e6..14f35c345 100644 --- a/sailpoint/beta/models/update_access_profiles_in_bulk412_response.py +++ b/sailpoint/beta/models/update_access_profiles_in_bulk412_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/update_multi_host_sources_request_inner.py b/sailpoint/beta/models/update_multi_host_sources_request_inner.py index ec3b01f70..3189c125e 100644 --- a/sailpoint/beta/models/update_multi_host_sources_request_inner.py +++ b/sailpoint/beta/models/update_multi_host_sources_request_inner.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/user_app.py b/sailpoint/beta/models/user_app.py index 58a491b49..559eba67d 100644 --- a/sailpoint/beta/models/user_app.py +++ b/sailpoint/beta/models/user_app.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/user_app_account.py b/sailpoint/beta/models/user_app_account.py index 20ab7cd84..3c75e2944 100644 --- a/sailpoint/beta/models/user_app_account.py +++ b/sailpoint/beta/models/user_app_account.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/user_app_owner.py b/sailpoint/beta/models/user_app_owner.py index 2b1a974a4..2981958d6 100644 --- a/sailpoint/beta/models/user_app_owner.py +++ b/sailpoint/beta/models/user_app_owner.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/user_app_source.py b/sailpoint/beta/models/user_app_source.py index b8e0687a5..a13f899ea 100644 --- a/sailpoint/beta/models/user_app_source.py +++ b/sailpoint/beta/models/user_app_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/user_app_source_app.py b/sailpoint/beta/models/user_app_source_app.py index d1b4cabd8..6031d75e6 100644 --- a/sailpoint/beta/models/user_app_source_app.py +++ b/sailpoint/beta/models/user_app_source_app.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/v3_connector_dto.py b/sailpoint/beta/models/v3_connector_dto.py index 13a5b602f..ec8f8a020 100644 --- a/sailpoint/beta/models/v3_connector_dto.py +++ b/sailpoint/beta/models/v3_connector_dto.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/va_cluster_status_change_event.py b/sailpoint/beta/models/va_cluster_status_change_event.py index 427044c5f..8313fd207 100644 --- a/sailpoint/beta/models/va_cluster_status_change_event.py +++ b/sailpoint/beta/models/va_cluster_status_change_event.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/va_cluster_status_change_event_application.py b/sailpoint/beta/models/va_cluster_status_change_event_application.py index 97af00e82..da8f7192b 100644 --- a/sailpoint/beta/models/va_cluster_status_change_event_application.py +++ b/sailpoint/beta/models/va_cluster_status_change_event_application.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/va_cluster_status_change_event_health_check_result.py b/sailpoint/beta/models/va_cluster_status_change_event_health_check_result.py index 2caf27f53..9f0050365 100644 --- a/sailpoint/beta/models/va_cluster_status_change_event_health_check_result.py +++ b/sailpoint/beta/models/va_cluster_status_change_event_health_check_result.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/va_cluster_status_change_event_previous_health_check_result.py b/sailpoint/beta/models/va_cluster_status_change_event_previous_health_check_result.py index 09569adbd..a9286b494 100644 --- a/sailpoint/beta/models/va_cluster_status_change_event_previous_health_check_result.py +++ b/sailpoint/beta/models/va_cluster_status_change_event_previous_health_check_result.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/validate_filter_input_dto.py b/sailpoint/beta/models/validate_filter_input_dto.py index 1e81796e6..d748d6a08 100644 --- a/sailpoint/beta/models/validate_filter_input_dto.py +++ b/sailpoint/beta/models/validate_filter_input_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/validate_filter_output_dto.py b/sailpoint/beta/models/validate_filter_output_dto.py index ffd6f7c00..9b6bba3d7 100644 --- a/sailpoint/beta/models/validate_filter_output_dto.py +++ b/sailpoint/beta/models/validate_filter_output_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/value.py b/sailpoint/beta/models/value.py index d1cf691bc..de9c717a6 100644 --- a/sailpoint/beta/models/value.py +++ b/sailpoint/beta/models/value.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/vendor_connector_mapping.py b/sailpoint/beta/models/vendor_connector_mapping.py index e75c3ce56..f9f605c55 100644 --- a/sailpoint/beta/models/vendor_connector_mapping.py +++ b/sailpoint/beta/models/vendor_connector_mapping.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/vendor_connector_mapping_deleted_at.py b/sailpoint/beta/models/vendor_connector_mapping_deleted_at.py index 62a562fd2..b5dbe605b 100644 --- a/sailpoint/beta/models/vendor_connector_mapping_deleted_at.py +++ b/sailpoint/beta/models/vendor_connector_mapping_deleted_at.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/vendor_connector_mapping_deleted_by.py b/sailpoint/beta/models/vendor_connector_mapping_deleted_by.py index 29f8d9f0c..ebdc1a99b 100644 --- a/sailpoint/beta/models/vendor_connector_mapping_deleted_by.py +++ b/sailpoint/beta/models/vendor_connector_mapping_deleted_by.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/vendor_connector_mapping_updated_at.py b/sailpoint/beta/models/vendor_connector_mapping_updated_at.py index f90a646a0..56a03a64b 100644 --- a/sailpoint/beta/models/vendor_connector_mapping_updated_at.py +++ b/sailpoint/beta/models/vendor_connector_mapping_updated_at.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/vendor_connector_mapping_updated_by.py b/sailpoint/beta/models/vendor_connector_mapping_updated_by.py index 515ea1e64..6bc1642fa 100644 --- a/sailpoint/beta/models/vendor_connector_mapping_updated_by.py +++ b/sailpoint/beta/models/vendor_connector_mapping_updated_by.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/verification_poll_request.py b/sailpoint/beta/models/verification_poll_request.py index bc1d631f4..bf8fddc99 100644 --- a/sailpoint/beta/models/verification_poll_request.py +++ b/sailpoint/beta/models/verification_poll_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/verification_response.py b/sailpoint/beta/models/verification_response.py index 9351bb136..c7dbdd22d 100644 --- a/sailpoint/beta/models/verification_response.py +++ b/sailpoint/beta/models/verification_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/violation_context.py b/sailpoint/beta/models/violation_context.py index 67e4740bd..af794f02e 100644 --- a/sailpoint/beta/models/violation_context.py +++ b/sailpoint/beta/models/violation_context.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/violation_context_policy.py b/sailpoint/beta/models/violation_context_policy.py index 55ad9b1c5..09166edac 100644 --- a/sailpoint/beta/models/violation_context_policy.py +++ b/sailpoint/beta/models/violation_context_policy.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/violation_owner_assignment_config.py b/sailpoint/beta/models/violation_owner_assignment_config.py index 60d492b74..7c3fb285a 100644 --- a/sailpoint/beta/models/violation_owner_assignment_config.py +++ b/sailpoint/beta/models/violation_owner_assignment_config.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/violation_owner_assignment_config_owner_ref.py b/sailpoint/beta/models/violation_owner_assignment_config_owner_ref.py index 668bb98f7..8d51d24d4 100644 --- a/sailpoint/beta/models/violation_owner_assignment_config_owner_ref.py +++ b/sailpoint/beta/models/violation_owner_assignment_config_owner_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/violation_prediction.py b/sailpoint/beta/models/violation_prediction.py index cdf534b0d..7fb36639a 100644 --- a/sailpoint/beta/models/violation_prediction.py +++ b/sailpoint/beta/models/violation_prediction.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/visibility_criteria.py b/sailpoint/beta/models/visibility_criteria.py index ed82c5c25..567bc70c2 100644 --- a/sailpoint/beta/models/visibility_criteria.py +++ b/sailpoint/beta/models/visibility_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/work_item_forward.py b/sailpoint/beta/models/work_item_forward.py index add56d36e..6e163e648 100644 --- a/sailpoint/beta/models/work_item_forward.py +++ b/sailpoint/beta/models/work_item_forward.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/work_items.py b/sailpoint/beta/models/work_items.py index 8e6ddd750..f8dbe101a 100644 --- a/sailpoint/beta/models/work_items.py +++ b/sailpoint/beta/models/work_items.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/work_items_count.py b/sailpoint/beta/models/work_items_count.py index 8d8ad6db4..393160e9e 100644 --- a/sailpoint/beta/models/work_items_count.py +++ b/sailpoint/beta/models/work_items_count.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/work_items_summary.py b/sailpoint/beta/models/work_items_summary.py index 685294859..675461f3f 100644 --- a/sailpoint/beta/models/work_items_summary.py +++ b/sailpoint/beta/models/work_items_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow.py b/sailpoint/beta/models/workflow.py index 6288c8213..a4572f944 100644 --- a/sailpoint/beta/models/workflow.py +++ b/sailpoint/beta/models/workflow.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_all_of_creator.py b/sailpoint/beta/models/workflow_all_of_creator.py index 6598526f3..de62d64b4 100644 --- a/sailpoint/beta/models/workflow_all_of_creator.py +++ b/sailpoint/beta/models/workflow_all_of_creator.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_body.py b/sailpoint/beta/models/workflow_body.py index 94bc80c50..30eeb70ce 100644 --- a/sailpoint/beta/models/workflow_body.py +++ b/sailpoint/beta/models/workflow_body.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_body_owner.py b/sailpoint/beta/models/workflow_body_owner.py index e1030c469..49ed93e64 100644 --- a/sailpoint/beta/models/workflow_body_owner.py +++ b/sailpoint/beta/models/workflow_body_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_definition.py b/sailpoint/beta/models/workflow_definition.py index f0a21a881..9dd0408dd 100644 --- a/sailpoint/beta/models/workflow_definition.py +++ b/sailpoint/beta/models/workflow_definition.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_execution.py b/sailpoint/beta/models/workflow_execution.py index 1495f3b21..f8367836d 100644 --- a/sailpoint/beta/models/workflow_execution.py +++ b/sailpoint/beta/models/workflow_execution.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_execution_event.py b/sailpoint/beta/models/workflow_execution_event.py index 940f7d7d4..83a9e89ce 100644 --- a/sailpoint/beta/models/workflow_execution_event.py +++ b/sailpoint/beta/models/workflow_execution_event.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_library_action.py b/sailpoint/beta/models/workflow_library_action.py index a21c54e98..e13a3c162 100644 --- a/sailpoint/beta/models/workflow_library_action.py +++ b/sailpoint/beta/models/workflow_library_action.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_library_form_fields.py b/sailpoint/beta/models/workflow_library_form_fields.py index 457233f4d..5646025ed 100644 --- a/sailpoint/beta/models/workflow_library_form_fields.py +++ b/sailpoint/beta/models/workflow_library_form_fields.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_library_operator.py b/sailpoint/beta/models/workflow_library_operator.py index 1378db30a..a9be4bf0f 100644 --- a/sailpoint/beta/models/workflow_library_operator.py +++ b/sailpoint/beta/models/workflow_library_operator.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_library_trigger.py b/sailpoint/beta/models/workflow_library_trigger.py index 9568d5cc4..020c04e60 100644 --- a/sailpoint/beta/models/workflow_library_trigger.py +++ b/sailpoint/beta/models/workflow_library_trigger.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_modified_by.py b/sailpoint/beta/models/workflow_modified_by.py index f7fd48232..7cdece1fb 100644 --- a/sailpoint/beta/models/workflow_modified_by.py +++ b/sailpoint/beta/models/workflow_modified_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_o_auth_client.py b/sailpoint/beta/models/workflow_o_auth_client.py index 61ac1414b..ebbf4945c 100644 --- a/sailpoint/beta/models/workflow_o_auth_client.py +++ b/sailpoint/beta/models/workflow_o_auth_client.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workflow_trigger.py b/sailpoint/beta/models/workflow_trigger.py index c1fc11fd6..7f0668237 100644 --- a/sailpoint/beta/models/workflow_trigger.py +++ b/sailpoint/beta/models/workflow_trigger.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workgroup_bulk_delete_request.py b/sailpoint/beta/models/workgroup_bulk_delete_request.py index 7264431e8..a60efb8f3 100644 --- a/sailpoint/beta/models/workgroup_bulk_delete_request.py +++ b/sailpoint/beta/models/workgroup_bulk_delete_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workgroup_connection_dto.py b/sailpoint/beta/models/workgroup_connection_dto.py index 97e40d834..bd284de3b 100644 --- a/sailpoint/beta/models/workgroup_connection_dto.py +++ b/sailpoint/beta/models/workgroup_connection_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workgroup_delete_item.py b/sailpoint/beta/models/workgroup_delete_item.py index 4fcdf74a5..c61fc8737 100644 --- a/sailpoint/beta/models/workgroup_delete_item.py +++ b/sailpoint/beta/models/workgroup_delete_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workgroup_dto.py b/sailpoint/beta/models/workgroup_dto.py index 2deebe887..6f8a851ea 100644 --- a/sailpoint/beta/models/workgroup_dto.py +++ b/sailpoint/beta/models/workgroup_dto.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workgroup_dto_owner.py b/sailpoint/beta/models/workgroup_dto_owner.py index 7bd398750..bab2061c4 100644 --- a/sailpoint/beta/models/workgroup_dto_owner.py +++ b/sailpoint/beta/models/workgroup_dto_owner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workgroup_member_add_item.py b/sailpoint/beta/models/workgroup_member_add_item.py index 91eab4bc7..d6f54ebd8 100644 --- a/sailpoint/beta/models/workgroup_member_add_item.py +++ b/sailpoint/beta/models/workgroup_member_add_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/models/workgroup_member_delete_item.py b/sailpoint/beta/models/workgroup_member_delete_item.py index 92352ed28..4bfd38c95 100644 --- a/sailpoint/beta/models/workgroup_member_delete_item.py +++ b/sailpoint/beta/models/workgroup_member_delete_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/beta/rest.py b/sailpoint/beta/rest.py index 71b948ec6..eb776ebef 100644 --- a/sailpoint/beta/rest.py +++ b/sailpoint/beta/rest.py @@ -225,7 +225,7 @@ def request( headers=headers, preload_content=False ) - elif headers['Content-Type'] == 'text/plain' and isinstance(body, bool): + elif headers['Content-Type'].startswith('text/') and isinstance(body, bool): request_body = "true" if body else "false" r = self.pool_manager.request( method, diff --git a/sailpoint/beta/test/test_account_usage.py b/sailpoint/beta/test/test_account_usage.py index b77fe281a..a5644bea7 100644 --- a/sailpoint/beta/test/test_account_usage.py +++ b/sailpoint/beta/test/test_account_usage.py @@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> AccountUsage: model = AccountUsage() if include_optional: return AccountUsage( - var_date = 'Fri Apr 21 00:00:00 UTC 2023', + var_date = 'Thu Apr 20 20:00:00 EDT 2023', count = 10 ) else: diff --git a/sailpoint/beta/test/test_non_employee_request_without_approval_item.py b/sailpoint/beta/test/test_non_employee_request_without_approval_item.py index 37371dd12..3570b285d 100644 --- a/sailpoint/beta/test/test_non_employee_request_without_approval_item.py +++ b/sailpoint/beta/test/test_non_employee_request_without_approval_item.py @@ -50,8 +50,8 @@ def make_instance(self, include_optional) -> NonEmployeeRequestWithoutApprovalIt approval_status = 'APPROVED', comment = 'approved', completion_date = '2020-03-24T11:11:41.139-05:00', - start_date = 'Tue Mar 24 00:00:00 UTC 2020', - end_date = 'Thu Mar 25 00:00:00 UTC 2021', + start_date = 'Mon Mar 23 20:00:00 EDT 2020', + end_date = 'Wed Mar 24 20:00:00 EDT 2021', modified = '2020-03-24T11:11:41.139-05:00', created = '2020-03-24T11:11:41.139-05:00' ) diff --git a/sailpoint/beta/test/test_source_usage.py b/sailpoint/beta/test/test_source_usage.py index 3047bab8c..16baffc28 100644 --- a/sailpoint/beta/test/test_source_usage.py +++ b/sailpoint/beta/test/test_source_usage.py @@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> SourceUsage: model = SourceUsage() if include_optional: return SourceUsage( - var_date = 'Fri Apr 21 00:00:00 UTC 2023', + var_date = 'Thu Apr 20 20:00:00 EDT 2023', count = 10.45 ) else: diff --git a/sailpoint/beta_README.md b/sailpoint/beta_README.md index 7d87663fe..b63029ed2 100644 --- a/sailpoint/beta_README.md +++ b/sailpoint/beta_README.md @@ -19,9 +19,10 @@ This python library package is generated without supporting files like setup.py To be able to use it, you will need these dependencies in your own package that uses this library: -* urllib3 >= 1.25.3 -* python-dateutil -* pydantic +* urllib3 >= 1.25.3, < 3.0.0 +* python-dateutil >= 2.8.2 +* pydantic >= 2 +* typing-extensions >= 4.7.1 ## Getting Started @@ -635,890 +636,890 @@ Class | Method | HTTP request | Description ## Documentation For Models - - [AccessConstraint](sailpoint/beta/docs/AccessConstraint.md) - - [AccessCriteria](sailpoint/beta/docs/AccessCriteria.md) - - [AccessCriteriaCriteriaListInner](sailpoint/beta/docs/AccessCriteriaCriteriaListInner.md) - - [AccessItemAccessProfileResponse](sailpoint/beta/docs/AccessItemAccessProfileResponse.md) - - [AccessItemAccountResponse](sailpoint/beta/docs/AccessItemAccountResponse.md) - - [AccessItemAppResponse](sailpoint/beta/docs/AccessItemAppResponse.md) - - [AccessItemApproverDto](sailpoint/beta/docs/AccessItemApproverDto.md) - - [AccessItemAssociated](sailpoint/beta/docs/AccessItemAssociated.md) - - [AccessItemAssociatedAccessItem](sailpoint/beta/docs/AccessItemAssociatedAccessItem.md) - - [AccessItemDiff](sailpoint/beta/docs/AccessItemDiff.md) - - [AccessItemEntitlementResponse](sailpoint/beta/docs/AccessItemEntitlementResponse.md) - - [AccessItemOwnerDto](sailpoint/beta/docs/AccessItemOwnerDto.md) - - [AccessItemRef](sailpoint/beta/docs/AccessItemRef.md) - - [AccessItemRemoved](sailpoint/beta/docs/AccessItemRemoved.md) - - [AccessItemRequestedForDto](sailpoint/beta/docs/AccessItemRequestedForDto.md) - - [AccessItemRequester](sailpoint/beta/docs/AccessItemRequester.md) - - [AccessItemRequesterDto](sailpoint/beta/docs/AccessItemRequesterDto.md) - - [AccessItemReviewedBy](sailpoint/beta/docs/AccessItemReviewedBy.md) - - [AccessItemRoleResponse](sailpoint/beta/docs/AccessItemRoleResponse.md) - - [AccessProfile](sailpoint/beta/docs/AccessProfile.md) - - [AccessProfileApprovalScheme](sailpoint/beta/docs/AccessProfileApprovalScheme.md) - - [AccessProfileBulkDeleteRequest](sailpoint/beta/docs/AccessProfileBulkDeleteRequest.md) - - [AccessProfileBulkDeleteResponse](sailpoint/beta/docs/AccessProfileBulkDeleteResponse.md) - - [AccessProfileBulkUpdateRequestInner](sailpoint/beta/docs/AccessProfileBulkUpdateRequestInner.md) - - [AccessProfileDetails](sailpoint/beta/docs/AccessProfileDetails.md) - - [AccessProfileDetailsAccountSelector](sailpoint/beta/docs/AccessProfileDetailsAccountSelector.md) - - [AccessProfileRef](sailpoint/beta/docs/AccessProfileRef.md) - - [AccessProfileSourceRef](sailpoint/beta/docs/AccessProfileSourceRef.md) - - [AccessProfileUpdateItem](sailpoint/beta/docs/AccessProfileUpdateItem.md) - - [AccessProfileUsage](sailpoint/beta/docs/AccessProfileUsage.md) - - [AccessProfileUsageUsedByInner](sailpoint/beta/docs/AccessProfileUsageUsedByInner.md) - - [AccessRecommendationMessage](sailpoint/beta/docs/AccessRecommendationMessage.md) - - [AccessRequest](sailpoint/beta/docs/AccessRequest.md) - - [AccessRequestConfig](sailpoint/beta/docs/AccessRequestConfig.md) - - [AccessRequestContext](sailpoint/beta/docs/AccessRequestContext.md) - - [AccessRequestDynamicApprover](sailpoint/beta/docs/AccessRequestDynamicApprover.md) - - [AccessRequestDynamicApprover1](sailpoint/beta/docs/AccessRequestDynamicApprover1.md) - - [AccessRequestDynamicApproverRequestedItemsInner](sailpoint/beta/docs/AccessRequestDynamicApproverRequestedItemsInner.md) - - [AccessRequestItem](sailpoint/beta/docs/AccessRequestItem.md) - - [AccessRequestItemResponse](sailpoint/beta/docs/AccessRequestItemResponse.md) - - [AccessRequestPhases](sailpoint/beta/docs/AccessRequestPhases.md) - - [AccessRequestPostApproval](sailpoint/beta/docs/AccessRequestPostApproval.md) - - [AccessRequestPostApprovalRequestedItemsStatusInner](sailpoint/beta/docs/AccessRequestPostApprovalRequestedItemsStatusInner.md) - - [AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner](sailpoint/beta/docs/AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner.md) - - [AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover](sailpoint/beta/docs/AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover.md) - - [AccessRequestPreApproval](sailpoint/beta/docs/AccessRequestPreApproval.md) - - [AccessRequestPreApproval1](sailpoint/beta/docs/AccessRequestPreApproval1.md) - - [AccessRequestPreApprovalRequestedItemsInner](sailpoint/beta/docs/AccessRequestPreApprovalRequestedItemsInner.md) - - [AccessRequestRecommendationActionItemDto](sailpoint/beta/docs/AccessRequestRecommendationActionItemDto.md) - - [AccessRequestRecommendationActionItemResponseDto](sailpoint/beta/docs/AccessRequestRecommendationActionItemResponseDto.md) - - [AccessRequestRecommendationItem](sailpoint/beta/docs/AccessRequestRecommendationItem.md) - - [AccessRequestRecommendationItemDetail](sailpoint/beta/docs/AccessRequestRecommendationItemDetail.md) - - [AccessRequestRecommendationItemDetailAccess](sailpoint/beta/docs/AccessRequestRecommendationItemDetailAccess.md) - - [AccessRequestRecommendationItemType](sailpoint/beta/docs/AccessRequestRecommendationItemType.md) - - [AccessRequestResponse](sailpoint/beta/docs/AccessRequestResponse.md) - - [AccessRequestResponse1](sailpoint/beta/docs/AccessRequestResponse1.md) - - [AccessRequestTracking](sailpoint/beta/docs/AccessRequestTracking.md) - - [AccessRequestType](sailpoint/beta/docs/AccessRequestType.md) - - [AccessRequested](sailpoint/beta/docs/AccessRequested.md) - - [AccessType](sailpoint/beta/docs/AccessType.md) - - [Account](sailpoint/beta/docs/Account.md) - - [AccountAction](sailpoint/beta/docs/AccountAction.md) - - [AccountActivityApprovalStatus](sailpoint/beta/docs/AccountActivityApprovalStatus.md) - - [AccountActivityItem](sailpoint/beta/docs/AccountActivityItem.md) - - [AccountActivityItemOperation](sailpoint/beta/docs/AccountActivityItemOperation.md) - - [AccountAggregation](sailpoint/beta/docs/AccountAggregation.md) - - [AccountAggregationCompleted](sailpoint/beta/docs/AccountAggregationCompleted.md) - - [AccountAggregationCompletedSource](sailpoint/beta/docs/AccountAggregationCompletedSource.md) - - [AccountAggregationCompletedStats](sailpoint/beta/docs/AccountAggregationCompletedStats.md) - - [AccountAggregationStatus](sailpoint/beta/docs/AccountAggregationStatus.md) - - [AccountAttributes](sailpoint/beta/docs/AccountAttributes.md) - - [AccountAttributesChanged](sailpoint/beta/docs/AccountAttributesChanged.md) - - [AccountAttributesChangedAccount](sailpoint/beta/docs/AccountAttributesChangedAccount.md) - - [AccountAttributesChangedChangesInner](sailpoint/beta/docs/AccountAttributesChangedChangesInner.md) - - [AccountAttributesChangedChangesInnerNewValue](sailpoint/beta/docs/AccountAttributesChangedChangesInnerNewValue.md) - - [AccountAttributesChangedChangesInnerOldValue](sailpoint/beta/docs/AccountAttributesChangedChangesInnerOldValue.md) - - [AccountAttributesChangedIdentity](sailpoint/beta/docs/AccountAttributesChangedIdentity.md) - - [AccountAttributesChangedSource](sailpoint/beta/docs/AccountAttributesChangedSource.md) - - [AccountAttributesCreate](sailpoint/beta/docs/AccountAttributesCreate.md) - - [AccountAttributesCreateAttributes](sailpoint/beta/docs/AccountAttributesCreateAttributes.md) - - [AccountCorrelated](sailpoint/beta/docs/AccountCorrelated.md) - - [AccountCorrelatedAccount](sailpoint/beta/docs/AccountCorrelatedAccount.md) - - [AccountCorrelatedIdentity](sailpoint/beta/docs/AccountCorrelatedIdentity.md) - - [AccountCorrelatedSource](sailpoint/beta/docs/AccountCorrelatedSource.md) - - [AccountInfoDto](sailpoint/beta/docs/AccountInfoDto.md) - - [AccountRequestInfo](sailpoint/beta/docs/AccountRequestInfo.md) - - [AccountStatusChanged](sailpoint/beta/docs/AccountStatusChanged.md) - - [AccountStatusChangedAccount](sailpoint/beta/docs/AccountStatusChangedAccount.md) - - [AccountStatusChangedStatusChange](sailpoint/beta/docs/AccountStatusChangedStatusChange.md) - - [AccountToggleRequest](sailpoint/beta/docs/AccountToggleRequest.md) - - [AccountUncorrelated](sailpoint/beta/docs/AccountUncorrelated.md) - - [AccountUncorrelatedAccount](sailpoint/beta/docs/AccountUncorrelatedAccount.md) - - [AccountUncorrelatedIdentity](sailpoint/beta/docs/AccountUncorrelatedIdentity.md) - - [AccountUncorrelatedSource](sailpoint/beta/docs/AccountUncorrelatedSource.md) - - [AccountUnlockRequest](sailpoint/beta/docs/AccountUnlockRequest.md) - - [AccountUsage](sailpoint/beta/docs/AccountUsage.md) - - [AccountsAsyncResult](sailpoint/beta/docs/AccountsAsyncResult.md) - - [AccountsCollectedForAggregation](sailpoint/beta/docs/AccountsCollectedForAggregation.md) - - [AccountsCollectedForAggregationSource](sailpoint/beta/docs/AccountsCollectedForAggregationSource.md) - - [AccountsCollectedForAggregationStats](sailpoint/beta/docs/AccountsCollectedForAggregationStats.md) - - [ActivateCampaignOptions](sailpoint/beta/docs/ActivateCampaignOptions.md) - - [AdminReviewReassign](sailpoint/beta/docs/AdminReviewReassign.md) - - [AdminReviewReassignReassignTo](sailpoint/beta/docs/AdminReviewReassignReassignTo.md) - - [AppAccountDetails](sailpoint/beta/docs/AppAccountDetails.md) - - [AppAccountDetailsSourceAccount](sailpoint/beta/docs/AppAccountDetailsSourceAccount.md) - - [Approval](sailpoint/beta/docs/Approval.md) - - [ApprovalBatch](sailpoint/beta/docs/ApprovalBatch.md) - - [ApprovalComment](sailpoint/beta/docs/ApprovalComment.md) - - [ApprovalDescription](sailpoint/beta/docs/ApprovalDescription.md) - - [ApprovalForwardHistory](sailpoint/beta/docs/ApprovalForwardHistory.md) - - [ApprovalIdentity](sailpoint/beta/docs/ApprovalIdentity.md) - - [ApprovalInfoResponse](sailpoint/beta/docs/ApprovalInfoResponse.md) - - [ApprovalItemDetails](sailpoint/beta/docs/ApprovalItemDetails.md) - - [ApprovalItems](sailpoint/beta/docs/ApprovalItems.md) - - [ApprovalName](sailpoint/beta/docs/ApprovalName.md) - - [ApprovalReference](sailpoint/beta/docs/ApprovalReference.md) - - [ApprovalReminderAndEscalationConfig](sailpoint/beta/docs/ApprovalReminderAndEscalationConfig.md) - - [ApprovalScheme](sailpoint/beta/docs/ApprovalScheme.md) - - [ApprovalSchemeForRole](sailpoint/beta/docs/ApprovalSchemeForRole.md) - - [ApprovalStatus](sailpoint/beta/docs/ApprovalStatus.md) - - [ApprovalStatusDto](sailpoint/beta/docs/ApprovalStatusDto.md) - - [ApprovalStatusDtoCurrentOwner](sailpoint/beta/docs/ApprovalStatusDtoCurrentOwner.md) - - [ApprovalStatusDtoOriginalOwner](sailpoint/beta/docs/ApprovalStatusDtoOriginalOwner.md) - - [ApprovalSummary](sailpoint/beta/docs/ApprovalSummary.md) - - [Argument](sailpoint/beta/docs/Argument.md) - - [ArrayInner](sailpoint/beta/docs/ArrayInner.md) - - [ArrayInner1](sailpoint/beta/docs/ArrayInner1.md) - - [AssignmentContextDto](sailpoint/beta/docs/AssignmentContextDto.md) - - [AttrSyncSource](sailpoint/beta/docs/AttrSyncSource.md) - - [AttrSyncSourceAttributeConfig](sailpoint/beta/docs/AttrSyncSourceAttributeConfig.md) - - [AttrSyncSourceConfig](sailpoint/beta/docs/AttrSyncSourceConfig.md) - - [AttributeChange](sailpoint/beta/docs/AttributeChange.md) - - [AttributeDTO](sailpoint/beta/docs/AttributeDTO.md) - - [AttributeDTOList](sailpoint/beta/docs/AttributeDTOList.md) - - [AttributeDefinition](sailpoint/beta/docs/AttributeDefinition.md) - - [AttributeDefinitionSchema](sailpoint/beta/docs/AttributeDefinitionSchema.md) - - [AttributeDefinitionType](sailpoint/beta/docs/AttributeDefinitionType.md) - - [AttributeValueDTO](sailpoint/beta/docs/AttributeValueDTO.md) - - [AttributesChanged](sailpoint/beta/docs/AttributesChanged.md) - - [AuditDetails](sailpoint/beta/docs/AuditDetails.md) - - [AuthProfile](sailpoint/beta/docs/AuthProfile.md) - - [AuthProfileSummary](sailpoint/beta/docs/AuthProfileSummary.md) - - [BaseCommonDto](sailpoint/beta/docs/BaseCommonDto.md) - - [BaseCommonDto1](sailpoint/beta/docs/BaseCommonDto1.md) - - [BaseReferenceDto](sailpoint/beta/docs/BaseReferenceDto.md) - - [BaseReferenceDto1](sailpoint/beta/docs/BaseReferenceDto1.md) - - [BasicAuthConfig](sailpoint/beta/docs/BasicAuthConfig.md) - - [BearerTokenAuthConfig](sailpoint/beta/docs/BearerTokenAuthConfig.md) - - [BeforeProvisioningRuleDto](sailpoint/beta/docs/BeforeProvisioningRuleDto.md) - - [BulkIdentitiesAccountsResponse](sailpoint/beta/docs/BulkIdentitiesAccountsResponse.md) - - [BulkTaggedObject](sailpoint/beta/docs/BulkTaggedObject.md) - - [BulkWorkgroupMembersRequestInner](sailpoint/beta/docs/BulkWorkgroupMembersRequestInner.md) - - [Campaign](sailpoint/beta/docs/Campaign.md) - - [CampaignActivated](sailpoint/beta/docs/CampaignActivated.md) - - [CampaignActivatedCampaign](sailpoint/beta/docs/CampaignActivatedCampaign.md) - - [CampaignActivatedCampaignCampaignOwner](sailpoint/beta/docs/CampaignActivatedCampaignCampaignOwner.md) - - [CampaignAlert](sailpoint/beta/docs/CampaignAlert.md) - - [CampaignEnded](sailpoint/beta/docs/CampaignEnded.md) - - [CampaignEndedCampaign](sailpoint/beta/docs/CampaignEndedCampaign.md) - - [CampaignGenerated](sailpoint/beta/docs/CampaignGenerated.md) - - [CampaignGeneratedCampaign](sailpoint/beta/docs/CampaignGeneratedCampaign.md) - - [CampaignGeneratedCampaignCampaignOwner](sailpoint/beta/docs/CampaignGeneratedCampaignCampaignOwner.md) - - [CampaignReference](sailpoint/beta/docs/CampaignReference.md) - - [CampaignReport](sailpoint/beta/docs/CampaignReport.md) - - [CampaignReportsConfig](sailpoint/beta/docs/CampaignReportsConfig.md) - - [CampaignTemplate](sailpoint/beta/docs/CampaignTemplate.md) - - [CampaignTemplateOwnerRef](sailpoint/beta/docs/CampaignTemplateOwnerRef.md) - - [CancelAccessRequest](sailpoint/beta/docs/CancelAccessRequest.md) - - [CancelableAccountActivity](sailpoint/beta/docs/CancelableAccountActivity.md) - - [CancelledRequestDetails](sailpoint/beta/docs/CancelledRequestDetails.md) - - [CertificationDto](sailpoint/beta/docs/CertificationDto.md) - - [CertificationPhase](sailpoint/beta/docs/CertificationPhase.md) - - [CertificationReference](sailpoint/beta/docs/CertificationReference.md) - - [CertificationReferenceDto](sailpoint/beta/docs/CertificationReferenceDto.md) - - [CertificationSignedOff](sailpoint/beta/docs/CertificationSignedOff.md) - - [CertificationSignedOffCertification](sailpoint/beta/docs/CertificationSignedOffCertification.md) - - [CertificationTask](sailpoint/beta/docs/CertificationTask.md) - - [CertifierResponse](sailpoint/beta/docs/CertifierResponse.md) - - [Children](sailpoint/beta/docs/Children.md) - - [ClientLogConfiguration](sailpoint/beta/docs/ClientLogConfiguration.md) - - [ClientType](sailpoint/beta/docs/ClientType.md) - - [CloseAccessRequest](sailpoint/beta/docs/CloseAccessRequest.md) - - [Comment](sailpoint/beta/docs/Comment.md) - - [CommentDto](sailpoint/beta/docs/CommentDto.md) - - [CommentDto1](sailpoint/beta/docs/CommentDto1.md) - - [CommentDto1Author](sailpoint/beta/docs/CommentDto1Author.md) - - [CommentDtoAuthor](sailpoint/beta/docs/CommentDtoAuthor.md) - - [CommonAccessIDStatus](sailpoint/beta/docs/CommonAccessIDStatus.md) - - [CommonAccessItemAccess](sailpoint/beta/docs/CommonAccessItemAccess.md) - - [CommonAccessItemRequest](sailpoint/beta/docs/CommonAccessItemRequest.md) - - [CommonAccessItemResponse](sailpoint/beta/docs/CommonAccessItemResponse.md) - - [CommonAccessItemState](sailpoint/beta/docs/CommonAccessItemState.md) - - [CommonAccessResponse](sailpoint/beta/docs/CommonAccessResponse.md) - - [CommonAccessType](sailpoint/beta/docs/CommonAccessType.md) - - [CompleteCampaignOptions](sailpoint/beta/docs/CompleteCampaignOptions.md) - - [CompleteInvocation](sailpoint/beta/docs/CompleteInvocation.md) - - [CompleteInvocationInput](sailpoint/beta/docs/CompleteInvocationInput.md) - - [CompletedApproval](sailpoint/beta/docs/CompletedApproval.md) - - [CompletedApprovalPreApprovalTriggerResult](sailpoint/beta/docs/CompletedApprovalPreApprovalTriggerResult.md) - - [CompletedApprovalReviewedBy](sailpoint/beta/docs/CompletedApprovalReviewedBy.md) - - [CompletedApprovalState](sailpoint/beta/docs/CompletedApprovalState.md) - - [CompletionStatus](sailpoint/beta/docs/CompletionStatus.md) - - [ConditionEffect](sailpoint/beta/docs/ConditionEffect.md) - - [ConditionEffectConfig](sailpoint/beta/docs/ConditionEffectConfig.md) - - [ConditionRule](sailpoint/beta/docs/ConditionRule.md) - - [ConfigObject](sailpoint/beta/docs/ConfigObject.md) - - [ConfigType](sailpoint/beta/docs/ConfigType.md) - - [ConfigTypeEnum](sailpoint/beta/docs/ConfigTypeEnum.md) - - [ConfigTypeEnumCamel](sailpoint/beta/docs/ConfigTypeEnumCamel.md) - - [ConfigurationDetailsResponse](sailpoint/beta/docs/ConfigurationDetailsResponse.md) - - [ConfigurationItemRequest](sailpoint/beta/docs/ConfigurationItemRequest.md) - - [ConfigurationItemResponse](sailpoint/beta/docs/ConfigurationItemResponse.md) - - [ConfigurationResponse](sailpoint/beta/docs/ConfigurationResponse.md) - - [ConflictingAccessCriteria](sailpoint/beta/docs/ConflictingAccessCriteria.md) - - [ConnectedObject](sailpoint/beta/docs/ConnectedObject.md) - - [ConnectedObjectType](sailpoint/beta/docs/ConnectedObjectType.md) - - [ConnectorDetail](sailpoint/beta/docs/ConnectorDetail.md) - - [ConnectorRuleCreateRequest](sailpoint/beta/docs/ConnectorRuleCreateRequest.md) - - [ConnectorRuleCreateRequestSignature](sailpoint/beta/docs/ConnectorRuleCreateRequestSignature.md) - - [ConnectorRuleResponse](sailpoint/beta/docs/ConnectorRuleResponse.md) - - [ConnectorRuleUpdateRequest](sailpoint/beta/docs/ConnectorRuleUpdateRequest.md) - - [ConnectorRuleValidationResponse](sailpoint/beta/docs/ConnectorRuleValidationResponse.md) - - [ConnectorRuleValidationResponseDetailsInner](sailpoint/beta/docs/ConnectorRuleValidationResponseDetailsInner.md) - - [ContextAttributeDto](sailpoint/beta/docs/ContextAttributeDto.md) - - [ContextAttributeDtoValue](sailpoint/beta/docs/ContextAttributeDtoValue.md) - - [CorrelatedGovernanceEvent](sailpoint/beta/docs/CorrelatedGovernanceEvent.md) - - [CorrelationConfig](sailpoint/beta/docs/CorrelationConfig.md) - - [CorrelationConfigAttributeAssignmentsInner](sailpoint/beta/docs/CorrelationConfigAttributeAssignmentsInner.md) - - [CreateDomainDkim405Response](sailpoint/beta/docs/CreateDomainDkim405Response.md) - - [CreateFormDefinitionFileRequestRequest](sailpoint/beta/docs/CreateFormDefinitionFileRequestRequest.md) - - [CreateFormDefinitionRequest](sailpoint/beta/docs/CreateFormDefinitionRequest.md) - - [CreateFormInstanceRequest](sailpoint/beta/docs/CreateFormInstanceRequest.md) - - [CreateOAuthClientRequest](sailpoint/beta/docs/CreateOAuthClientRequest.md) - - [CreateOAuthClientResponse](sailpoint/beta/docs/CreateOAuthClientResponse.md) - - [CreatePersonalAccessTokenRequest](sailpoint/beta/docs/CreatePersonalAccessTokenRequest.md) - - [CreatePersonalAccessTokenResponse](sailpoint/beta/docs/CreatePersonalAccessTokenResponse.md) - - [CreateWorkflowRequest](sailpoint/beta/docs/CreateWorkflowRequest.md) - - [CustomPasswordInstruction](sailpoint/beta/docs/CustomPasswordInstruction.md) - - [Delete202Response](sailpoint/beta/docs/Delete202Response.md) - - [DeleteCampaignsRequest](sailpoint/beta/docs/DeleteCampaignsRequest.md) - - [DeleteNonEmployeeRecordInBulkRequest](sailpoint/beta/docs/DeleteNonEmployeeRecordInBulkRequest.md) - - [DeleteVendorConnectorMapping200Response](sailpoint/beta/docs/DeleteVendorConnectorMapping200Response.md) - - [DimensionRef](sailpoint/beta/docs/DimensionRef.md) - - [DkimAttributes](sailpoint/beta/docs/DkimAttributes.md) - - [DomainAddress](sailpoint/beta/docs/DomainAddress.md) - - [DomainStatusDto](sailpoint/beta/docs/DomainStatusDto.md) - - [DtoType](sailpoint/beta/docs/DtoType.md) - - [DuoVerificationRequest](sailpoint/beta/docs/DuoVerificationRequest.md) - - [EmailNotificationOption](sailpoint/beta/docs/EmailNotificationOption.md) - - [EmailStatusDto](sailpoint/beta/docs/EmailStatusDto.md) - - [Entitlement](sailpoint/beta/docs/Entitlement.md) - - [EntitlementAccessModelMetadata](sailpoint/beta/docs/EntitlementAccessModelMetadata.md) - - [EntitlementAccessRequestConfig](sailpoint/beta/docs/EntitlementAccessRequestConfig.md) - - [EntitlementApprovalScheme](sailpoint/beta/docs/EntitlementApprovalScheme.md) - - [EntitlementBulkUpdateRequest](sailpoint/beta/docs/EntitlementBulkUpdateRequest.md) - - [EntitlementManuallyUpdatedFields](sailpoint/beta/docs/EntitlementManuallyUpdatedFields.md) - - [EntitlementOwner](sailpoint/beta/docs/EntitlementOwner.md) - - [EntitlementRef](sailpoint/beta/docs/EntitlementRef.md) - - [EntitlementRequestConfig](sailpoint/beta/docs/EntitlementRequestConfig.md) - - [EntitlementRequestConfig1](sailpoint/beta/docs/EntitlementRequestConfig1.md) - - [EntitlementSource](sailpoint/beta/docs/EntitlementSource.md) - - [EntitlementSourceResetBaseReferenceDto](sailpoint/beta/docs/EntitlementSourceResetBaseReferenceDto.md) - - [EntityCreatedByDTO](sailpoint/beta/docs/EntityCreatedByDTO.md) - - [Error](sailpoint/beta/docs/Error.md) - - [ErrorMessage](sailpoint/beta/docs/ErrorMessage.md) - - [ErrorMessageDto](sailpoint/beta/docs/ErrorMessageDto.md) - - [ErrorResponseDto](sailpoint/beta/docs/ErrorResponseDto.md) - - [EvaluateResponse](sailpoint/beta/docs/EvaluateResponse.md) - - [EventAttributes](sailpoint/beta/docs/EventAttributes.md) - - [EventBridgeConfig](sailpoint/beta/docs/EventBridgeConfig.md) - - [ExceptionAccessCriteria](sailpoint/beta/docs/ExceptionAccessCriteria.md) - - [ExceptionCriteria](sailpoint/beta/docs/ExceptionCriteria.md) - - [ExceptionCriteriaAccess](sailpoint/beta/docs/ExceptionCriteriaAccess.md) - - [ExceptionCriteriaCriteriaListInner](sailpoint/beta/docs/ExceptionCriteriaCriteriaListInner.md) - - [ExecutionStatus](sailpoint/beta/docs/ExecutionStatus.md) - - [ExportFormDefinitionsByTenant200ResponseInner](sailpoint/beta/docs/ExportFormDefinitionsByTenant200ResponseInner.md) - - [ExportOptions](sailpoint/beta/docs/ExportOptions.md) - - [ExportPayload](sailpoint/beta/docs/ExportPayload.md) - - [Expression](sailpoint/beta/docs/Expression.md) - - [ExternalAttributes](sailpoint/beta/docs/ExternalAttributes.md) - - [FeatureValueDto](sailpoint/beta/docs/FeatureValueDto.md) - - [FieldDetails](sailpoint/beta/docs/FieldDetails.md) - - [FieldDetailsDto](sailpoint/beta/docs/FieldDetailsDto.md) - - [Form](sailpoint/beta/docs/Form.md) - - [FormCondition](sailpoint/beta/docs/FormCondition.md) - - [FormDefinitionDynamicSchemaRequest](sailpoint/beta/docs/FormDefinitionDynamicSchemaRequest.md) - - [FormDefinitionDynamicSchemaRequestAttributes](sailpoint/beta/docs/FormDefinitionDynamicSchemaRequestAttributes.md) - - [FormDefinitionDynamicSchemaResponse](sailpoint/beta/docs/FormDefinitionDynamicSchemaResponse.md) - - [FormDefinitionFileUploadResponse](sailpoint/beta/docs/FormDefinitionFileUploadResponse.md) - - [FormDefinitionInput](sailpoint/beta/docs/FormDefinitionInput.md) - - [FormDefinitionResponse](sailpoint/beta/docs/FormDefinitionResponse.md) - - [FormDefinitionSelfImportExportDto](sailpoint/beta/docs/FormDefinitionSelfImportExportDto.md) - - [FormDetails](sailpoint/beta/docs/FormDetails.md) - - [FormElement](sailpoint/beta/docs/FormElement.md) - - [FormElementDataSourceConfigOptions](sailpoint/beta/docs/FormElementDataSourceConfigOptions.md) - - [FormElementDynamicDataSource](sailpoint/beta/docs/FormElementDynamicDataSource.md) - - [FormElementDynamicDataSourceConfig](sailpoint/beta/docs/FormElementDynamicDataSourceConfig.md) - - [FormElementPreviewRequest](sailpoint/beta/docs/FormElementPreviewRequest.md) - - [FormElementValidationsSet](sailpoint/beta/docs/FormElementValidationsSet.md) - - [FormError](sailpoint/beta/docs/FormError.md) - - [FormInstanceCreatedBy](sailpoint/beta/docs/FormInstanceCreatedBy.md) - - [FormInstanceRecipient](sailpoint/beta/docs/FormInstanceRecipient.md) - - [FormInstanceResponse](sailpoint/beta/docs/FormInstanceResponse.md) - - [FormItem](sailpoint/beta/docs/FormItem.md) - - [FormItemDetails](sailpoint/beta/docs/FormItemDetails.md) - - [FormOwner](sailpoint/beta/docs/FormOwner.md) - - [FormUsedBy](sailpoint/beta/docs/FormUsedBy.md) - - [ForwardApprovalDto](sailpoint/beta/docs/ForwardApprovalDto.md) - - [FullDiscoveredApplications](sailpoint/beta/docs/FullDiscoveredApplications.md) - - [Fullcampaign](sailpoint/beta/docs/Fullcampaign.md) - - [FullcampaignAllOfFilter](sailpoint/beta/docs/FullcampaignAllOfFilter.md) - - [FullcampaignAllOfMachineAccountCampaignInfo](sailpoint/beta/docs/FullcampaignAllOfMachineAccountCampaignInfo.md) - - [FullcampaignAllOfRoleCompositionCampaignInfo](sailpoint/beta/docs/FullcampaignAllOfRoleCompositionCampaignInfo.md) - - [FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef](sailpoint/beta/docs/FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef.md) - - [FullcampaignAllOfSearchCampaignInfo](sailpoint/beta/docs/FullcampaignAllOfSearchCampaignInfo.md) - - [FullcampaignAllOfSearchCampaignInfoReviewer](sailpoint/beta/docs/FullcampaignAllOfSearchCampaignInfoReviewer.md) - - [FullcampaignAllOfSourceOwnerCampaignInfo](sailpoint/beta/docs/FullcampaignAllOfSourceOwnerCampaignInfo.md) - - [FullcampaignAllOfSourcesWithOrphanEntitlements](sailpoint/beta/docs/FullcampaignAllOfSourcesWithOrphanEntitlements.md) - - [GetActiveCampaigns200ResponseInner](sailpoint/beta/docs/GetActiveCampaigns200ResponseInner.md) - - [GetDiscoveredApplications200ResponseInner](sailpoint/beta/docs/GetDiscoveredApplications200ResponseInner.md) - - [GetFormDefinitionByKey400Response](sailpoint/beta/docs/GetFormDefinitionByKey400Response.md) - - [GetHistoricalIdentityEvents200ResponseInner](sailpoint/beta/docs/GetHistoricalIdentityEvents200ResponseInner.md) - - [GetLaunchers200Response](sailpoint/beta/docs/GetLaunchers200Response.md) - - [GetOAuthClientResponse](sailpoint/beta/docs/GetOAuthClientResponse.md) - - [GetPersonalAccessTokenResponse](sailpoint/beta/docs/GetPersonalAccessTokenResponse.md) - - [GetRoleAssignments200ResponseInner](sailpoint/beta/docs/GetRoleAssignments200ResponseInner.md) - - [GrantType](sailpoint/beta/docs/GrantType.md) - - [HttpAuthenticationType](sailpoint/beta/docs/HttpAuthenticationType.md) - - [HttpConfig](sailpoint/beta/docs/HttpConfig.md) - - [HttpDispatchMode](sailpoint/beta/docs/HttpDispatchMode.md) - - [IdentitiesAccountsBulkRequest](sailpoint/beta/docs/IdentitiesAccountsBulkRequest.md) - - [Identity](sailpoint/beta/docs/Identity.md) - - [Identity1](sailpoint/beta/docs/Identity1.md) - - [IdentityAssociationDetails](sailpoint/beta/docs/IdentityAssociationDetails.md) - - [IdentityAssociationDetailsAssociationDetailsInner](sailpoint/beta/docs/IdentityAssociationDetailsAssociationDetailsInner.md) - - [IdentityAttribute](sailpoint/beta/docs/IdentityAttribute.md) - - [IdentityAttributeConfig](sailpoint/beta/docs/IdentityAttributeConfig.md) - - [IdentityAttributeConfig1](sailpoint/beta/docs/IdentityAttributeConfig1.md) - - [IdentityAttributeNames](sailpoint/beta/docs/IdentityAttributeNames.md) - - [IdentityAttributePreview](sailpoint/beta/docs/IdentityAttributePreview.md) - - [IdentityAttributeTransform](sailpoint/beta/docs/IdentityAttributeTransform.md) - - [IdentityAttributeTransform1](sailpoint/beta/docs/IdentityAttributeTransform1.md) - - [IdentityAttributesChanged](sailpoint/beta/docs/IdentityAttributesChanged.md) - - [IdentityAttributesChangedChangesInner](sailpoint/beta/docs/IdentityAttributesChangedChangesInner.md) - - [IdentityAttributesChangedChangesInnerNewValue](sailpoint/beta/docs/IdentityAttributesChangedChangesInnerNewValue.md) - - [IdentityAttributesChangedChangesInnerOldValue](sailpoint/beta/docs/IdentityAttributesChangedChangesInnerOldValue.md) - - [IdentityAttributesChangedChangesInnerOldValueOneOfValue](sailpoint/beta/docs/IdentityAttributesChangedChangesInnerOldValueOneOfValue.md) - - [IdentityAttributesChangedIdentity](sailpoint/beta/docs/IdentityAttributesChangedIdentity.md) - - [IdentityCertificationTask](sailpoint/beta/docs/IdentityCertificationTask.md) - - [IdentityCertified](sailpoint/beta/docs/IdentityCertified.md) - - [IdentityCompareResponse](sailpoint/beta/docs/IdentityCompareResponse.md) - - [IdentityCreated](sailpoint/beta/docs/IdentityCreated.md) - - [IdentityCreatedIdentity](sailpoint/beta/docs/IdentityCreatedIdentity.md) - - [IdentityDeleted](sailpoint/beta/docs/IdentityDeleted.md) - - [IdentityDeletedIdentity](sailpoint/beta/docs/IdentityDeletedIdentity.md) - - [IdentityEntities](sailpoint/beta/docs/IdentityEntities.md) - - [IdentityEntitiesIdentityEntity](sailpoint/beta/docs/IdentityEntitiesIdentityEntity.md) - - [IdentityExceptionReportReference](sailpoint/beta/docs/IdentityExceptionReportReference.md) - - [IdentityExceptionReportReference1](sailpoint/beta/docs/IdentityExceptionReportReference1.md) - - [IdentityHistoryResponse](sailpoint/beta/docs/IdentityHistoryResponse.md) - - [IdentityLifecycleState](sailpoint/beta/docs/IdentityLifecycleState.md) - - [IdentityListItem](sailpoint/beta/docs/IdentityListItem.md) - - [IdentityManagerRef](sailpoint/beta/docs/IdentityManagerRef.md) - - [IdentityOwnershipAssociationDetails](sailpoint/beta/docs/IdentityOwnershipAssociationDetails.md) - - [IdentityOwnershipAssociationDetailsAssociationDetailsInner](sailpoint/beta/docs/IdentityOwnershipAssociationDetailsAssociationDetailsInner.md) - - [IdentityPreviewRequest](sailpoint/beta/docs/IdentityPreviewRequest.md) - - [IdentityPreviewResponse](sailpoint/beta/docs/IdentityPreviewResponse.md) - - [IdentityPreviewResponseIdentity](sailpoint/beta/docs/IdentityPreviewResponseIdentity.md) - - [IdentityProfile](sailpoint/beta/docs/IdentityProfile.md) - - [IdentityProfile1](sailpoint/beta/docs/IdentityProfile1.md) - - [IdentityProfile1AllOfAuthoritativeSource](sailpoint/beta/docs/IdentityProfile1AllOfAuthoritativeSource.md) - - [IdentityProfileAllOfAuthoritativeSource](sailpoint/beta/docs/IdentityProfileAllOfAuthoritativeSource.md) - - [IdentityProfileAllOfOwner](sailpoint/beta/docs/IdentityProfileAllOfOwner.md) - - [IdentityProfileExportedObject](sailpoint/beta/docs/IdentityProfileExportedObject.md) - - [IdentityReference](sailpoint/beta/docs/IdentityReference.md) - - [IdentityReferenceWithId](sailpoint/beta/docs/IdentityReferenceWithId.md) - - [IdentityReferenceWithNameAndEmail](sailpoint/beta/docs/IdentityReferenceWithNameAndEmail.md) - - [IdentitySnapshotSummaryResponse](sailpoint/beta/docs/IdentitySnapshotSummaryResponse.md) - - [IdentitySummary](sailpoint/beta/docs/IdentitySummary.md) - - [IdentitySyncJob](sailpoint/beta/docs/IdentitySyncJob.md) - - [IdentitySyncPayload](sailpoint/beta/docs/IdentitySyncPayload.md) - - [IdentityWithNewAccess](sailpoint/beta/docs/IdentityWithNewAccess.md) - - [IdentityWithNewAccessAccessRefsInner](sailpoint/beta/docs/IdentityWithNewAccessAccessRefsInner.md) - - [ImportAccountsRequest](sailpoint/beta/docs/ImportAccountsRequest.md) - - [ImportAccountsRequest1](sailpoint/beta/docs/ImportAccountsRequest1.md) - - [ImportEntitlementsBySourceRequest](sailpoint/beta/docs/ImportEntitlementsBySourceRequest.md) - - [ImportEntitlementsRequest](sailpoint/beta/docs/ImportEntitlementsRequest.md) - - [ImportFormDefinitions202Response](sailpoint/beta/docs/ImportFormDefinitions202Response.md) - - [ImportFormDefinitions202ResponseErrorsInner](sailpoint/beta/docs/ImportFormDefinitions202ResponseErrorsInner.md) - - [ImportFormDefinitionsRequestInner](sailpoint/beta/docs/ImportFormDefinitionsRequestInner.md) - - [ImportNonEmployeeRecordsInBulkRequest](sailpoint/beta/docs/ImportNonEmployeeRecordsInBulkRequest.md) - - [ImportObject](sailpoint/beta/docs/ImportObject.md) - - [ImportOptions](sailpoint/beta/docs/ImportOptions.md) - - [ImportSpConfigRequest](sailpoint/beta/docs/ImportSpConfigRequest.md) - - [InviteIdentitiesRequest](sailpoint/beta/docs/InviteIdentitiesRequest.md) - - [Invocation](sailpoint/beta/docs/Invocation.md) - - [InvocationStatus](sailpoint/beta/docs/InvocationStatus.md) - - [InvocationStatusType](sailpoint/beta/docs/InvocationStatusType.md) - - [JsonPatch](sailpoint/beta/docs/JsonPatch.md) - - [JsonPatchOperation](sailpoint/beta/docs/JsonPatchOperation.md) - - [JsonPatchOperations](sailpoint/beta/docs/JsonPatchOperations.md) - - [JsonPatchOperationsValue](sailpoint/beta/docs/JsonPatchOperationsValue.md) - - [KbaAnswerRequestItem](sailpoint/beta/docs/KbaAnswerRequestItem.md) - - [KbaAnswerResponseItem](sailpoint/beta/docs/KbaAnswerResponseItem.md) - - [KbaAuthResponse](sailpoint/beta/docs/KbaAuthResponse.md) - - [KbaAuthResponseItem](sailpoint/beta/docs/KbaAuthResponseItem.md) - - [KbaQuestion](sailpoint/beta/docs/KbaQuestion.md) - - [LatestOutlierSummary](sailpoint/beta/docs/LatestOutlierSummary.md) - - [Launcher](sailpoint/beta/docs/Launcher.md) - - [LauncherOwner](sailpoint/beta/docs/LauncherOwner.md) - - [LauncherReference](sailpoint/beta/docs/LauncherReference.md) - - [LauncherRequest](sailpoint/beta/docs/LauncherRequest.md) - - [LauncherRequestReference](sailpoint/beta/docs/LauncherRequestReference.md) - - [License](sailpoint/beta/docs/License.md) - - [LifecycleState](sailpoint/beta/docs/LifecycleState.md) - - [LifecycleStateDto](sailpoint/beta/docs/LifecycleStateDto.md) - - [ListAccessModelMetadataAttribute401Response](sailpoint/beta/docs/ListAccessModelMetadataAttribute401Response.md) - - [ListAccessModelMetadataAttribute429Response](sailpoint/beta/docs/ListAccessModelMetadataAttribute429Response.md) - - [ListCompleteWorkflowLibrary200ResponseInner](sailpoint/beta/docs/ListCompleteWorkflowLibrary200ResponseInner.md) - - [ListFormDefinitionsByTenantResponse](sailpoint/beta/docs/ListFormDefinitionsByTenantResponse.md) - - [ListFormElementDataByElementIDResponse](sailpoint/beta/docs/ListFormElementDataByElementIDResponse.md) - - [ListIdentityAccessItems200ResponseInner](sailpoint/beta/docs/ListIdentityAccessItems200ResponseInner.md) - - [ListPredefinedSelectOptionsResponse](sailpoint/beta/docs/ListPredefinedSelectOptionsResponse.md) - - [ListWorkgroupMembers200ResponseInner](sailpoint/beta/docs/ListWorkgroupMembers200ResponseInner.md) - - [LoadAccountsTask](sailpoint/beta/docs/LoadAccountsTask.md) - - [LoadAccountsTaskTask](sailpoint/beta/docs/LoadAccountsTaskTask.md) - - [LoadAccountsTaskTaskAttributes](sailpoint/beta/docs/LoadAccountsTaskTaskAttributes.md) - - [LoadAccountsTaskTaskMessagesInner](sailpoint/beta/docs/LoadAccountsTaskTaskMessagesInner.md) - - [LoadAccountsTaskTaskReturnsInner](sailpoint/beta/docs/LoadAccountsTaskTaskReturnsInner.md) - - [LoadEntitlementTask](sailpoint/beta/docs/LoadEntitlementTask.md) - - [LoadEntitlementTaskReturnsInner](sailpoint/beta/docs/LoadEntitlementTaskReturnsInner.md) - - [LoadUncorrelatedAccountsTask](sailpoint/beta/docs/LoadUncorrelatedAccountsTask.md) - - [LoadUncorrelatedAccountsTaskTask](sailpoint/beta/docs/LoadUncorrelatedAccountsTaskTask.md) - - [LoadUncorrelatedAccountsTaskTaskAttributes](sailpoint/beta/docs/LoadUncorrelatedAccountsTaskTaskAttributes.md) - - [LoadUncorrelatedAccountsTaskTaskMessagesInner](sailpoint/beta/docs/LoadUncorrelatedAccountsTaskTaskMessagesInner.md) - - [LocaleOrigin](sailpoint/beta/docs/LocaleOrigin.md) - - [LocalizedMessage](sailpoint/beta/docs/LocalizedMessage.md) - - [LookupStep](sailpoint/beta/docs/LookupStep.md) - - [MailFromAttributes](sailpoint/beta/docs/MailFromAttributes.md) - - [MailFromAttributesDto](sailpoint/beta/docs/MailFromAttributesDto.md) - - [ManagedClient](sailpoint/beta/docs/ManagedClient.md) - - [ManagedClientStatus](sailpoint/beta/docs/ManagedClientStatus.md) - - [ManagedClientStatusAggResponse](sailpoint/beta/docs/ManagedClientStatusAggResponse.md) - - [ManagedClientStatusEnum](sailpoint/beta/docs/ManagedClientStatusEnum.md) - - [ManagedClientType](sailpoint/beta/docs/ManagedClientType.md) - - [ManagedCluster](sailpoint/beta/docs/ManagedCluster.md) - - [ManagedClusterAttributes](sailpoint/beta/docs/ManagedClusterAttributes.md) - - [ManagedClusterKeyPair](sailpoint/beta/docs/ManagedClusterKeyPair.md) - - [ManagedClusterQueue](sailpoint/beta/docs/ManagedClusterQueue.md) - - [ManagedClusterRedis](sailpoint/beta/docs/ManagedClusterRedis.md) - - [ManagedClusterTypes](sailpoint/beta/docs/ManagedClusterTypes.md) - - [ManagerCorrelationMapping](sailpoint/beta/docs/ManagerCorrelationMapping.md) - - [ManualDiscoverApplications](sailpoint/beta/docs/ManualDiscoverApplications.md) - - [ManualDiscoverApplicationsTemplate](sailpoint/beta/docs/ManualDiscoverApplicationsTemplate.md) - - [ManualWorkItemDetails](sailpoint/beta/docs/ManualWorkItemDetails.md) - - [ManualWorkItemDetailsCurrentOwner](sailpoint/beta/docs/ManualWorkItemDetailsCurrentOwner.md) - - [ManualWorkItemDetailsOriginalOwner](sailpoint/beta/docs/ManualWorkItemDetailsOriginalOwner.md) - - [ManualWorkItemState](sailpoint/beta/docs/ManualWorkItemState.md) - - [ManuallyUpdatedFieldsDTO](sailpoint/beta/docs/ManuallyUpdatedFieldsDTO.md) - - [MatchTerm](sailpoint/beta/docs/MatchTerm.md) - - [Medium](sailpoint/beta/docs/Medium.md) - - [MessageCatalogDto](sailpoint/beta/docs/MessageCatalogDto.md) - - [MetricResponse](sailpoint/beta/docs/MetricResponse.md) - - [MfaConfigTestResponse](sailpoint/beta/docs/MfaConfigTestResponse.md) - - [MfaDuoConfig](sailpoint/beta/docs/MfaDuoConfig.md) - - [MfaOktaConfig](sailpoint/beta/docs/MfaOktaConfig.md) - - [ModelField](sailpoint/beta/docs/ModelField.md) - - [ModelSchema](sailpoint/beta/docs/ModelSchema.md) - - [MultiHostIntegrationTemplateType](sailpoint/beta/docs/MultiHostIntegrationTemplateType.md) - - [MultiHostIntegrations](sailpoint/beta/docs/MultiHostIntegrations.md) - - [MultiHostIntegrationsAggScheduleUpdate](sailpoint/beta/docs/MultiHostIntegrationsAggScheduleUpdate.md) - - [MultiHostIntegrationsCluster](sailpoint/beta/docs/MultiHostIntegrationsCluster.md) - - [MultiHostIntegrationsConnectorAttributes](sailpoint/beta/docs/MultiHostIntegrationsConnectorAttributes.md) - - [MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory](sailpoint/beta/docs/MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory.md) - - [MultiHostIntegrationsConnectorAttributesMultiHostAttributes](sailpoint/beta/docs/MultiHostIntegrationsConnectorAttributesMultiHostAttributes.md) - - [MultiHostIntegrationsCreate](sailpoint/beta/docs/MultiHostIntegrationsCreate.md) - - [MultiHostIntegrationsCreateSources](sailpoint/beta/docs/MultiHostIntegrationsCreateSources.md) - - [MultiHostIntegrationsManagementWorkgroup](sailpoint/beta/docs/MultiHostIntegrationsManagementWorkgroup.md) - - [MultiHostIntegrationsOwner](sailpoint/beta/docs/MultiHostIntegrationsOwner.md) - - [MultiHostSources](sailpoint/beta/docs/MultiHostSources.md) - - [MultiHostSourcesAccountCorrelationConfig](sailpoint/beta/docs/MultiHostSourcesAccountCorrelationConfig.md) - - [MultiHostSourcesAccountCorrelationRule](sailpoint/beta/docs/MultiHostSourcesAccountCorrelationRule.md) - - [MultiHostSourcesBeforeProvisioningRule](sailpoint/beta/docs/MultiHostSourcesBeforeProvisioningRule.md) - - [MultiHostSourcesManagerCorrelationRule](sailpoint/beta/docs/MultiHostSourcesManagerCorrelationRule.md) - - [MultiHostSourcesPasswordPoliciesInner](sailpoint/beta/docs/MultiHostSourcesPasswordPoliciesInner.md) - - [MultiHostSourcesSchemasInner](sailpoint/beta/docs/MultiHostSourcesSchemasInner.md) - - [MultiPolicyRequest](sailpoint/beta/docs/MultiPolicyRequest.md) - - [NativeChangeDetectionConfig](sailpoint/beta/docs/NativeChangeDetectionConfig.md) - - [NonEmployeeApprovalDecision](sailpoint/beta/docs/NonEmployeeApprovalDecision.md) - - [NonEmployeeApprovalItem](sailpoint/beta/docs/NonEmployeeApprovalItem.md) - - [NonEmployeeApprovalItemBase](sailpoint/beta/docs/NonEmployeeApprovalItemBase.md) - - [NonEmployeeApprovalItemDetail](sailpoint/beta/docs/NonEmployeeApprovalItemDetail.md) - - [NonEmployeeApprovalSummary](sailpoint/beta/docs/NonEmployeeApprovalSummary.md) - - [NonEmployeeBulkUploadJob](sailpoint/beta/docs/NonEmployeeBulkUploadJob.md) - - [NonEmployeeBulkUploadStatus](sailpoint/beta/docs/NonEmployeeBulkUploadStatus.md) - - [NonEmployeeIdnUserRequest](sailpoint/beta/docs/NonEmployeeIdnUserRequest.md) - - [NonEmployeeRecord](sailpoint/beta/docs/NonEmployeeRecord.md) - - [NonEmployeeRejectApprovalDecision](sailpoint/beta/docs/NonEmployeeRejectApprovalDecision.md) - - [NonEmployeeRequest](sailpoint/beta/docs/NonEmployeeRequest.md) - - [NonEmployeeRequestBody](sailpoint/beta/docs/NonEmployeeRequestBody.md) - - [NonEmployeeRequestLite](sailpoint/beta/docs/NonEmployeeRequestLite.md) - - [NonEmployeeRequestSummary](sailpoint/beta/docs/NonEmployeeRequestSummary.md) - - [NonEmployeeRequestWithoutApprovalItem](sailpoint/beta/docs/NonEmployeeRequestWithoutApprovalItem.md) - - [NonEmployeeSchemaAttribute](sailpoint/beta/docs/NonEmployeeSchemaAttribute.md) - - [NonEmployeeSchemaAttributeBody](sailpoint/beta/docs/NonEmployeeSchemaAttributeBody.md) - - [NonEmployeeSchemaAttributeType](sailpoint/beta/docs/NonEmployeeSchemaAttributeType.md) - - [NonEmployeeSource](sailpoint/beta/docs/NonEmployeeSource.md) - - [NonEmployeeSourceLite](sailpoint/beta/docs/NonEmployeeSourceLite.md) - - [NonEmployeeSourceLiteWithSchemaAttributes](sailpoint/beta/docs/NonEmployeeSourceLiteWithSchemaAttributes.md) - - [NonEmployeeSourceRequestBody](sailpoint/beta/docs/NonEmployeeSourceRequestBody.md) - - [NonEmployeeSourceWithCloudExternalId](sailpoint/beta/docs/NonEmployeeSourceWithCloudExternalId.md) - - [NonEmployeeSourceWithNECount](sailpoint/beta/docs/NonEmployeeSourceWithNECount.md) - - [NotificationTemplateContext](sailpoint/beta/docs/NotificationTemplateContext.md) - - [ObjectExportImportOptions](sailpoint/beta/docs/ObjectExportImportOptions.md) - - [ObjectImportResult](sailpoint/beta/docs/ObjectImportResult.md) - - [OktaVerificationRequest](sailpoint/beta/docs/OktaVerificationRequest.md) - - [OrgConfig](sailpoint/beta/docs/OrgConfig.md) - - [Outlier](sailpoint/beta/docs/Outlier.md) - - [OutlierContributingFeature](sailpoint/beta/docs/OutlierContributingFeature.md) - - [OutlierContributingFeatureValue](sailpoint/beta/docs/OutlierContributingFeatureValue.md) - - [OutlierFeatureSummary](sailpoint/beta/docs/OutlierFeatureSummary.md) - - [OutlierFeatureSummaryOutlierFeatureDisplayValuesInner](sailpoint/beta/docs/OutlierFeatureSummaryOutlierFeatureDisplayValuesInner.md) - - [OutlierFeatureTranslation](sailpoint/beta/docs/OutlierFeatureTranslation.md) - - [OutlierSummary](sailpoint/beta/docs/OutlierSummary.md) - - [OutliersContributingFeatureAccessItems](sailpoint/beta/docs/OutliersContributingFeatureAccessItems.md) - - [OwnerDto](sailpoint/beta/docs/OwnerDto.md) - - [OwnerReference](sailpoint/beta/docs/OwnerReference.md) - - [OwnerReferenceDto](sailpoint/beta/docs/OwnerReferenceDto.md) - - [OwnerReferenceSegments](sailpoint/beta/docs/OwnerReferenceSegments.md) - - [PasswordChangeRequest](sailpoint/beta/docs/PasswordChangeRequest.md) - - [PasswordChangeResponse](sailpoint/beta/docs/PasswordChangeResponse.md) - - [PasswordDigitToken](sailpoint/beta/docs/PasswordDigitToken.md) - - [PasswordDigitTokenReset](sailpoint/beta/docs/PasswordDigitTokenReset.md) - - [PasswordInfo](sailpoint/beta/docs/PasswordInfo.md) - - [PasswordInfoAccount](sailpoint/beta/docs/PasswordInfoAccount.md) - - [PasswordInfoQueryDTO](sailpoint/beta/docs/PasswordInfoQueryDTO.md) - - [PasswordOrgConfig](sailpoint/beta/docs/PasswordOrgConfig.md) - - [PasswordPolicyV3Dto](sailpoint/beta/docs/PasswordPolicyV3Dto.md) - - [PasswordStatus](sailpoint/beta/docs/PasswordStatus.md) - - [PasswordSyncGroup](sailpoint/beta/docs/PasswordSyncGroup.md) - - [PatOwner](sailpoint/beta/docs/PatOwner.md) - - [PatchPotentialRoleRequestInner](sailpoint/beta/docs/PatchPotentialRoleRequestInner.md) - - [PatchServiceDeskIntegrationRequest](sailpoint/beta/docs/PatchServiceDeskIntegrationRequest.md) - - [PeerGroupMember](sailpoint/beta/docs/PeerGroupMember.md) - - [PendingApproval](sailpoint/beta/docs/PendingApproval.md) - - [PendingApprovalAction](sailpoint/beta/docs/PendingApprovalAction.md) - - [PermissionDto](sailpoint/beta/docs/PermissionDto.md) - - [PostExternalExecuteWorkflow200Response](sailpoint/beta/docs/PostExternalExecuteWorkflow200Response.md) - - [PostExternalExecuteWorkflowRequest](sailpoint/beta/docs/PostExternalExecuteWorkflowRequest.md) - - [PreApprovalTriggerDetails](sailpoint/beta/docs/PreApprovalTriggerDetails.md) - - [PreferencesDto](sailpoint/beta/docs/PreferencesDto.md) - - [PreviewDataSourceResponse](sailpoint/beta/docs/PreviewDataSourceResponse.md) - - [ProcessIdentitiesRequest](sailpoint/beta/docs/ProcessIdentitiesRequest.md) - - [Product](sailpoint/beta/docs/Product.md) - - [ProvisioningCompleted](sailpoint/beta/docs/ProvisioningCompleted.md) - - [ProvisioningCompletedAccountRequestsInner](sailpoint/beta/docs/ProvisioningCompletedAccountRequestsInner.md) - - [ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner](sailpoint/beta/docs/ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner.md) - - [ProvisioningCompletedAccountRequestsInnerSource](sailpoint/beta/docs/ProvisioningCompletedAccountRequestsInnerSource.md) - - [ProvisioningCompletedRecipient](sailpoint/beta/docs/ProvisioningCompletedRecipient.md) - - [ProvisioningCompletedRequester](sailpoint/beta/docs/ProvisioningCompletedRequester.md) - - [ProvisioningConfig](sailpoint/beta/docs/ProvisioningConfig.md) - - [ProvisioningConfigManagedResourceRefsInner](sailpoint/beta/docs/ProvisioningConfigManagedResourceRefsInner.md) - - [ProvisioningConfigPlanInitializerScript](sailpoint/beta/docs/ProvisioningConfigPlanInitializerScript.md) - - [ProvisioningCriteriaLevel1](sailpoint/beta/docs/ProvisioningCriteriaLevel1.md) - - [ProvisioningCriteriaLevel2](sailpoint/beta/docs/ProvisioningCriteriaLevel2.md) - - [ProvisioningCriteriaLevel3](sailpoint/beta/docs/ProvisioningCriteriaLevel3.md) - - [ProvisioningCriteriaOperation](sailpoint/beta/docs/ProvisioningCriteriaOperation.md) - - [ProvisioningDetails](sailpoint/beta/docs/ProvisioningDetails.md) - - [ProvisioningPolicyDto](sailpoint/beta/docs/ProvisioningPolicyDto.md) - - [ProvisioningState](sailpoint/beta/docs/ProvisioningState.md) - - [PublicIdentityAttributeConfig](sailpoint/beta/docs/PublicIdentityAttributeConfig.md) - - [PublicIdentityConfig](sailpoint/beta/docs/PublicIdentityConfig.md) - - [PutPasswordDictionaryRequest](sailpoint/beta/docs/PutPasswordDictionaryRequest.md) - - [QueuedCheckConfigDetails](sailpoint/beta/docs/QueuedCheckConfigDetails.md) - - [ReassignReference](sailpoint/beta/docs/ReassignReference.md) - - [Reassignment](sailpoint/beta/docs/Reassignment.md) - - [ReassignmentType](sailpoint/beta/docs/ReassignmentType.md) - - [ReassignmentTypeEnum](sailpoint/beta/docs/ReassignmentTypeEnum.md) - - [Recommendation](sailpoint/beta/docs/Recommendation.md) - - [RecommendationConfigDto](sailpoint/beta/docs/RecommendationConfigDto.md) - - [RecommendationRequest](sailpoint/beta/docs/RecommendationRequest.md) - - [RecommendationRequestDto](sailpoint/beta/docs/RecommendationRequestDto.md) - - [RecommendationResponse](sailpoint/beta/docs/RecommendationResponse.md) - - [RecommendationResponseDto](sailpoint/beta/docs/RecommendationResponseDto.md) - - [RecommenderCalculations](sailpoint/beta/docs/RecommenderCalculations.md) - - [RecommenderCalculationsIdentityAttributesValue](sailpoint/beta/docs/RecommenderCalculationsIdentityAttributesValue.md) - - [RemediationItemDetails](sailpoint/beta/docs/RemediationItemDetails.md) - - [RemediationItems](sailpoint/beta/docs/RemediationItems.md) - - [ReportConfigDTO](sailpoint/beta/docs/ReportConfigDTO.md) - - [ReportResultReference](sailpoint/beta/docs/ReportResultReference.md) - - [ReportType](sailpoint/beta/docs/ReportType.md) - - [RequestOnBehalfOfConfig](sailpoint/beta/docs/RequestOnBehalfOfConfig.md) - - [Requestability](sailpoint/beta/docs/Requestability.md) - - [RequestabilityForRole](sailpoint/beta/docs/RequestabilityForRole.md) - - [RequestableObject](sailpoint/beta/docs/RequestableObject.md) - - [RequestableObjectReference](sailpoint/beta/docs/RequestableObjectReference.md) - - [RequestableObjectRequestStatus](sailpoint/beta/docs/RequestableObjectRequestStatus.md) - - [RequestableObjectType](sailpoint/beta/docs/RequestableObjectType.md) - - [RequestedItemDetails](sailpoint/beta/docs/RequestedItemDetails.md) - - [RequestedItemStatus](sailpoint/beta/docs/RequestedItemStatus.md) - - [RequestedItemStatusCancelledRequestDetails](sailpoint/beta/docs/RequestedItemStatusCancelledRequestDetails.md) - - [RequestedItemStatusPreApprovalTriggerDetails](sailpoint/beta/docs/RequestedItemStatusPreApprovalTriggerDetails.md) - - [RequestedItemStatusProvisioningDetails](sailpoint/beta/docs/RequestedItemStatusProvisioningDetails.md) - - [RequestedItemStatusRequestState](sailpoint/beta/docs/RequestedItemStatusRequestState.md) - - [RequestedItemStatusRequestedFor](sailpoint/beta/docs/RequestedItemStatusRequestedFor.md) - - [RequestedItemStatusRequesterComment](sailpoint/beta/docs/RequestedItemStatusRequesterComment.md) - - [RequestedItemStatusSodViolationContext](sailpoint/beta/docs/RequestedItemStatusSodViolationContext.md) - - [ResourceBundleMessage](sailpoint/beta/docs/ResourceBundleMessage.md) - - [ResourceObject](sailpoint/beta/docs/ResourceObject.md) - - [ResourceObjectsRequest](sailpoint/beta/docs/ResourceObjectsRequest.md) - - [ResourceObjectsResponse](sailpoint/beta/docs/ResourceObjectsResponse.md) - - [ReviewReassign](sailpoint/beta/docs/ReviewReassign.md) - - [Reviewer](sailpoint/beta/docs/Reviewer.md) - - [Revocability](sailpoint/beta/docs/Revocability.md) - - [RevocabilityForRole](sailpoint/beta/docs/RevocabilityForRole.md) - - [Role](sailpoint/beta/docs/Role.md) - - [RoleAssignmentDto](sailpoint/beta/docs/RoleAssignmentDto.md) - - [RoleAssignmentRef](sailpoint/beta/docs/RoleAssignmentRef.md) - - [RoleAssignmentSourceType](sailpoint/beta/docs/RoleAssignmentSourceType.md) - - [RoleBulkDeleteRequest](sailpoint/beta/docs/RoleBulkDeleteRequest.md) - - [RoleCriteriaKey](sailpoint/beta/docs/RoleCriteriaKey.md) - - [RoleCriteriaKeyType](sailpoint/beta/docs/RoleCriteriaKeyType.md) - - [RoleCriteriaLevel1](sailpoint/beta/docs/RoleCriteriaLevel1.md) - - [RoleCriteriaLevel2](sailpoint/beta/docs/RoleCriteriaLevel2.md) - - [RoleCriteriaLevel3](sailpoint/beta/docs/RoleCriteriaLevel3.md) - - [RoleCriteriaOperation](sailpoint/beta/docs/RoleCriteriaOperation.md) - - [RoleIdentity](sailpoint/beta/docs/RoleIdentity.md) - - [RoleInsight](sailpoint/beta/docs/RoleInsight.md) - - [RoleInsightsEntitlement](sailpoint/beta/docs/RoleInsightsEntitlement.md) - - [RoleInsightsEntitlementChanges](sailpoint/beta/docs/RoleInsightsEntitlementChanges.md) - - [RoleInsightsIdentities](sailpoint/beta/docs/RoleInsightsIdentities.md) - - [RoleInsightsInsight](sailpoint/beta/docs/RoleInsightsInsight.md) - - [RoleInsightsResponse](sailpoint/beta/docs/RoleInsightsResponse.md) - - [RoleInsightsRole](sailpoint/beta/docs/RoleInsightsRole.md) - - [RoleInsightsSummary](sailpoint/beta/docs/RoleInsightsSummary.md) - - [RoleMatchDto](sailpoint/beta/docs/RoleMatchDto.md) - - [RoleMembershipIdentity](sailpoint/beta/docs/RoleMembershipIdentity.md) - - [RoleMembershipSelector](sailpoint/beta/docs/RoleMembershipSelector.md) - - [RoleMembershipSelectorType](sailpoint/beta/docs/RoleMembershipSelectorType.md) - - [RoleMiningEntitlement](sailpoint/beta/docs/RoleMiningEntitlement.md) - - [RoleMiningEntitlementRef](sailpoint/beta/docs/RoleMiningEntitlementRef.md) - - [RoleMiningIdentity](sailpoint/beta/docs/RoleMiningIdentity.md) - - [RoleMiningIdentityDistribution](sailpoint/beta/docs/RoleMiningIdentityDistribution.md) - - [RoleMiningPotentialRole](sailpoint/beta/docs/RoleMiningPotentialRole.md) - - [RoleMiningPotentialRoleApplication](sailpoint/beta/docs/RoleMiningPotentialRoleApplication.md) - - [RoleMiningPotentialRoleEditEntitlements](sailpoint/beta/docs/RoleMiningPotentialRoleEditEntitlements.md) - - [RoleMiningPotentialRoleEntitlements](sailpoint/beta/docs/RoleMiningPotentialRoleEntitlements.md) - - [RoleMiningPotentialRoleExportRequest](sailpoint/beta/docs/RoleMiningPotentialRoleExportRequest.md) - - [RoleMiningPotentialRoleExportResponse](sailpoint/beta/docs/RoleMiningPotentialRoleExportResponse.md) - - [RoleMiningPotentialRoleExportState](sailpoint/beta/docs/RoleMiningPotentialRoleExportState.md) - - [RoleMiningPotentialRoleProvisionRequest](sailpoint/beta/docs/RoleMiningPotentialRoleProvisionRequest.md) - - [RoleMiningPotentialRoleProvisionState](sailpoint/beta/docs/RoleMiningPotentialRoleProvisionState.md) - - [RoleMiningPotentialRoleRef](sailpoint/beta/docs/RoleMiningPotentialRoleRef.md) - - [RoleMiningPotentialRoleSourceUsage](sailpoint/beta/docs/RoleMiningPotentialRoleSourceUsage.md) - - [RoleMiningPotentialRoleSummary](sailpoint/beta/docs/RoleMiningPotentialRoleSummary.md) - - [RoleMiningPotentialRoleSummaryCreatedBy](sailpoint/beta/docs/RoleMiningPotentialRoleSummaryCreatedBy.md) - - [RoleMiningRoleType](sailpoint/beta/docs/RoleMiningRoleType.md) - - [RoleMiningSessionDraftRoleDto](sailpoint/beta/docs/RoleMiningSessionDraftRoleDto.md) - - [RoleMiningSessionDto](sailpoint/beta/docs/RoleMiningSessionDto.md) - - [RoleMiningSessionParametersDto](sailpoint/beta/docs/RoleMiningSessionParametersDto.md) - - [RoleMiningSessionResponse](sailpoint/beta/docs/RoleMiningSessionResponse.md) - - [RoleMiningSessionResponseCreatedBy](sailpoint/beta/docs/RoleMiningSessionResponseCreatedBy.md) - - [RoleMiningSessionScope](sailpoint/beta/docs/RoleMiningSessionScope.md) - - [RoleMiningSessionScopingMethod](sailpoint/beta/docs/RoleMiningSessionScopingMethod.md) - - [RoleMiningSessionState](sailpoint/beta/docs/RoleMiningSessionState.md) - - [RoleMiningSessionStatus](sailpoint/beta/docs/RoleMiningSessionStatus.md) - - [RoleTargetDto](sailpoint/beta/docs/RoleTargetDto.md) - - [SavedSearchComplete](sailpoint/beta/docs/SavedSearchComplete.md) - - [SavedSearchCompleteSearchResults](sailpoint/beta/docs/SavedSearchCompleteSearchResults.md) - - [SavedSearchCompleteSearchResultsAccount](sailpoint/beta/docs/SavedSearchCompleteSearchResultsAccount.md) - - [SavedSearchCompleteSearchResultsEntitlement](sailpoint/beta/docs/SavedSearchCompleteSearchResultsEntitlement.md) - - [SavedSearchCompleteSearchResultsIdentity](sailpoint/beta/docs/SavedSearchCompleteSearchResultsIdentity.md) - - [Schedule](sailpoint/beta/docs/Schedule.md) - - [Schedule1](sailpoint/beta/docs/Schedule1.md) - - [Schedule1Days](sailpoint/beta/docs/Schedule1Days.md) - - [Schedule1Hours](sailpoint/beta/docs/Schedule1Hours.md) - - [Schedule1Months](sailpoint/beta/docs/Schedule1Months.md) - - [ScheduleDays](sailpoint/beta/docs/ScheduleDays.md) - - [ScheduleHours](sailpoint/beta/docs/ScheduleHours.md) - - [ScheduleMonths](sailpoint/beta/docs/ScheduleMonths.md) - - [ScheduleType](sailpoint/beta/docs/ScheduleType.md) - - [ScheduledAttributes](sailpoint/beta/docs/ScheduledAttributes.md) - - [SearchAttributeConfig](sailpoint/beta/docs/SearchAttributeConfig.md) - - [SearchFormDefinitionsByTenant400Response](sailpoint/beta/docs/SearchFormDefinitionsByTenant400Response.md) - - [Section](sailpoint/beta/docs/Section.md) - - [SectionDetails](sailpoint/beta/docs/SectionDetails.md) - - [Sed](sailpoint/beta/docs/Sed.md) - - [SedApproval](sailpoint/beta/docs/SedApproval.md) - - [SedApprovalStatus](sailpoint/beta/docs/SedApprovalStatus.md) - - [SedAssignee](sailpoint/beta/docs/SedAssignee.md) - - [SedAssignment](sailpoint/beta/docs/SedAssignment.md) - - [SedAssignmentResponse](sailpoint/beta/docs/SedAssignmentResponse.md) - - [SedBatchRequest](sailpoint/beta/docs/SedBatchRequest.md) - - [SedBatchResponse](sailpoint/beta/docs/SedBatchResponse.md) - - [SedBatchStats](sailpoint/beta/docs/SedBatchStats.md) - - [SedBatchStatus](sailpoint/beta/docs/SedBatchStatus.md) - - [SedPatch](sailpoint/beta/docs/SedPatch.md) - - [Segment](sailpoint/beta/docs/Segment.md) - - [Selector](sailpoint/beta/docs/Selector.md) - - [SelectorAccountMatchConfig](sailpoint/beta/docs/SelectorAccountMatchConfig.md) - - [SelectorAccountMatchConfigMatchExpression](sailpoint/beta/docs/SelectorAccountMatchConfigMatchExpression.md) - - [SelfImportExportDto](sailpoint/beta/docs/SelfImportExportDto.md) - - [SendAccountVerificationRequest](sailpoint/beta/docs/SendAccountVerificationRequest.md) - - [SendTestNotificationRequestDto](sailpoint/beta/docs/SendTestNotificationRequestDto.md) - - [SendTokenRequest](sailpoint/beta/docs/SendTokenRequest.md) - - [SendTokenResponse](sailpoint/beta/docs/SendTokenResponse.md) - - [ServiceDeskIntegrationDto](sailpoint/beta/docs/ServiceDeskIntegrationDto.md) - - [ServiceDeskIntegrationTemplateDto](sailpoint/beta/docs/ServiceDeskIntegrationTemplateDto.md) - - [ServiceDeskIntegrationTemplateType](sailpoint/beta/docs/ServiceDeskIntegrationTemplateType.md) - - [ServiceDeskSource](sailpoint/beta/docs/ServiceDeskSource.md) - - [SetIcon200Response](sailpoint/beta/docs/SetIcon200Response.md) - - [SetIconRequest](sailpoint/beta/docs/SetIconRequest.md) - - [SimIntegrationDetails](sailpoint/beta/docs/SimIntegrationDetails.md) - - [SimIntegrationDetailsAllOfBeforeProvisioningRule](sailpoint/beta/docs/SimIntegrationDetailsAllOfBeforeProvisioningRule.md) - - [SlimDiscoveredApplications](sailpoint/beta/docs/SlimDiscoveredApplications.md) - - [Slimcampaign](sailpoint/beta/docs/Slimcampaign.md) - - [SodExemptCriteria](sailpoint/beta/docs/SodExemptCriteria.md) - - [SodExemptCriteria1](sailpoint/beta/docs/SodExemptCriteria1.md) - - [SodPolicy](sailpoint/beta/docs/SodPolicy.md) - - [SodPolicyConflictingAccessCriteria](sailpoint/beta/docs/SodPolicyConflictingAccessCriteria.md) - - [SodPolicyDto](sailpoint/beta/docs/SodPolicyDto.md) - - [SodPolicyOwnerRef](sailpoint/beta/docs/SodPolicyOwnerRef.md) - - [SodPolicySchedule](sailpoint/beta/docs/SodPolicySchedule.md) - - [SodRecipient](sailpoint/beta/docs/SodRecipient.md) - - [SodReportResultDto](sailpoint/beta/docs/SodReportResultDto.md) - - [SodViolationCheckResult](sailpoint/beta/docs/SodViolationCheckResult.md) - - [SodViolationCheckResult1](sailpoint/beta/docs/SodViolationCheckResult1.md) - - [SodViolationContext](sailpoint/beta/docs/SodViolationContext.md) - - [SodViolationContext1](sailpoint/beta/docs/SodViolationContext1.md) - - [SodViolationContext1ConflictingAccessCriteria](sailpoint/beta/docs/SodViolationContext1ConflictingAccessCriteria.md) - - [SodViolationContext1ConflictingAccessCriteriaLeftCriteria](sailpoint/beta/docs/SodViolationContext1ConflictingAccessCriteriaLeftCriteria.md) - - [SodViolationContextCheckCompleted](sailpoint/beta/docs/SodViolationContextCheckCompleted.md) - - [SodViolationContextCheckCompleted1](sailpoint/beta/docs/SodViolationContextCheckCompleted1.md) - - [SodViolationContextConflictingAccessCriteria](sailpoint/beta/docs/SodViolationContextConflictingAccessCriteria.md) - - [SodViolationContextConflictingAccessCriteriaLeftCriteria](sailpoint/beta/docs/SodViolationContextConflictingAccessCriteriaLeftCriteria.md) - - [Source](sailpoint/beta/docs/Source.md) - - [Source1](sailpoint/beta/docs/Source1.md) - - [SourceAccountCreated](sailpoint/beta/docs/SourceAccountCreated.md) - - [SourceAccountDeleted](sailpoint/beta/docs/SourceAccountDeleted.md) - - [SourceAccountUpdated](sailpoint/beta/docs/SourceAccountUpdated.md) - - [SourceApp](sailpoint/beta/docs/SourceApp.md) - - [SourceAppAccountSource](sailpoint/beta/docs/SourceAppAccountSource.md) - - [SourceAppBulkUpdateRequest](sailpoint/beta/docs/SourceAppBulkUpdateRequest.md) - - [SourceAppCreateDto](sailpoint/beta/docs/SourceAppCreateDto.md) - - [SourceAppCreateDtoAccountSource](sailpoint/beta/docs/SourceAppCreateDtoAccountSource.md) - - [SourceAppPatchDto](sailpoint/beta/docs/SourceAppPatchDto.md) - - [SourceClusterDto](sailpoint/beta/docs/SourceClusterDto.md) - - [SourceCode](sailpoint/beta/docs/SourceCode.md) - - [SourceCreated](sailpoint/beta/docs/SourceCreated.md) - - [SourceCreatedActor](sailpoint/beta/docs/SourceCreatedActor.md) - - [SourceCreationErrors](sailpoint/beta/docs/SourceCreationErrors.md) - - [SourceDeleted](sailpoint/beta/docs/SourceDeleted.md) - - [SourceDeletedActor](sailpoint/beta/docs/SourceDeletedActor.md) - - [SourceEntitlementRequestConfig](sailpoint/beta/docs/SourceEntitlementRequestConfig.md) - - [SourceSyncJob](sailpoint/beta/docs/SourceSyncJob.md) - - [SourceSyncPayload](sailpoint/beta/docs/SourceSyncPayload.md) - - [SourceUpdated](sailpoint/beta/docs/SourceUpdated.md) - - [SourceUpdatedActor](sailpoint/beta/docs/SourceUpdatedActor.md) - - [SourceUsage](sailpoint/beta/docs/SourceUsage.md) - - [SourceUsageStatus](sailpoint/beta/docs/SourceUsageStatus.md) - - [SpConfigExportJob](sailpoint/beta/docs/SpConfigExportJob.md) - - [SpConfigExportJobStatus](sailpoint/beta/docs/SpConfigExportJobStatus.md) - - [SpConfigExportResults](sailpoint/beta/docs/SpConfigExportResults.md) - - [SpConfigImportJobStatus](sailpoint/beta/docs/SpConfigImportJobStatus.md) - - [SpConfigImportResults](sailpoint/beta/docs/SpConfigImportResults.md) - - [SpConfigJob](sailpoint/beta/docs/SpConfigJob.md) - - [SpConfigMessage](sailpoint/beta/docs/SpConfigMessage.md) - - [SpConfigObject](sailpoint/beta/docs/SpConfigObject.md) - - [SpConfigRule](sailpoint/beta/docs/SpConfigRule.md) - - [SpConfigRules](sailpoint/beta/docs/SpConfigRules.md) - - [StandardLevel](sailpoint/beta/docs/StandardLevel.md) - - [StartInvocationInput](sailpoint/beta/docs/StartInvocationInput.md) - - [StartLauncher200Response](sailpoint/beta/docs/StartLauncher200Response.md) - - [StatusResponse](sailpoint/beta/docs/StatusResponse.md) - - [Subscription](sailpoint/beta/docs/Subscription.md) - - [SubscriptionPatchRequestInner](sailpoint/beta/docs/SubscriptionPatchRequestInner.md) - - [SubscriptionPatchRequestInnerValue](sailpoint/beta/docs/SubscriptionPatchRequestInnerValue.md) - - [SubscriptionPatchRequestInnerValueAnyOfInner](sailpoint/beta/docs/SubscriptionPatchRequestInnerValueAnyOfInner.md) - - [SubscriptionPostRequest](sailpoint/beta/docs/SubscriptionPostRequest.md) - - [SubscriptionPutRequest](sailpoint/beta/docs/SubscriptionPutRequest.md) - - [SubscriptionType](sailpoint/beta/docs/SubscriptionType.md) - - [Tag](sailpoint/beta/docs/Tag.md) - - [TagTagCategoryRefsInner](sailpoint/beta/docs/TagTagCategoryRefsInner.md) - - [TaggedObject](sailpoint/beta/docs/TaggedObject.md) - - [TaggedObjectDto](sailpoint/beta/docs/TaggedObjectDto.md) - - [TaggedObjectObjectRef](sailpoint/beta/docs/TaggedObjectObjectRef.md) - - [Target](sailpoint/beta/docs/Target.md) - - [TaskDefinitionSummary](sailpoint/beta/docs/TaskDefinitionSummary.md) - - [TaskResultDto](sailpoint/beta/docs/TaskResultDto.md) - - [TaskResultResponse](sailpoint/beta/docs/TaskResultResponse.md) - - [TaskResultSimplified](sailpoint/beta/docs/TaskResultSimplified.md) - - [TaskReturnDetails](sailpoint/beta/docs/TaskReturnDetails.md) - - [TaskStatus](sailpoint/beta/docs/TaskStatus.md) - - [TaskStatusMessage](sailpoint/beta/docs/TaskStatusMessage.md) - - [TaskStatusMessageParametersInner](sailpoint/beta/docs/TaskStatusMessageParametersInner.md) - - [TemplateBulkDeleteDto](sailpoint/beta/docs/TemplateBulkDeleteDto.md) - - [TemplateDto](sailpoint/beta/docs/TemplateDto.md) - - [TemplateDtoDefault](sailpoint/beta/docs/TemplateDtoDefault.md) - - [TemplateSlack](sailpoint/beta/docs/TemplateSlack.md) - - [TemplateSlackAutoApprovalData](sailpoint/beta/docs/TemplateSlackAutoApprovalData.md) - - [TemplateSlackCustomFields](sailpoint/beta/docs/TemplateSlackCustomFields.md) - - [TemplateTeams](sailpoint/beta/docs/TemplateTeams.md) - - [Tenant](sailpoint/beta/docs/Tenant.md) - - [TenantConfigurationDetails](sailpoint/beta/docs/TenantConfigurationDetails.md) - - [TenantConfigurationRequest](sailpoint/beta/docs/TenantConfigurationRequest.md) - - [TenantConfigurationResponse](sailpoint/beta/docs/TenantConfigurationResponse.md) - - [TenantUiMetadataItemResponse](sailpoint/beta/docs/TenantUiMetadataItemResponse.md) - - [TenantUiMetadataItemUpdateRequest](sailpoint/beta/docs/TenantUiMetadataItemUpdateRequest.md) - - [TestExternalExecuteWorkflow200Response](sailpoint/beta/docs/TestExternalExecuteWorkflow200Response.md) - - [TestExternalExecuteWorkflowRequest](sailpoint/beta/docs/TestExternalExecuteWorkflowRequest.md) - - [TestInvocation](sailpoint/beta/docs/TestInvocation.md) - - [TestSourceConnectionMultihost200Response](sailpoint/beta/docs/TestSourceConnectionMultihost200Response.md) - - [TestWorkflow200Response](sailpoint/beta/docs/TestWorkflow200Response.md) - - [TestWorkflowRequest](sailpoint/beta/docs/TestWorkflowRequest.md) - - [TokenAuthRequest](sailpoint/beta/docs/TokenAuthRequest.md) - - [TokenAuthResponse](sailpoint/beta/docs/TokenAuthResponse.md) - - [Transform](sailpoint/beta/docs/Transform.md) - - [TransformDefinition](sailpoint/beta/docs/TransformDefinition.md) - - [TransformDefinition1](sailpoint/beta/docs/TransformDefinition1.md) - - [TransformRead](sailpoint/beta/docs/TransformRead.md) - - [TranslationMessage](sailpoint/beta/docs/TranslationMessage.md) - - [Trigger](sailpoint/beta/docs/Trigger.md) - - [TriggerExampleInput](sailpoint/beta/docs/TriggerExampleInput.md) - - [TriggerExampleOutput](sailpoint/beta/docs/TriggerExampleOutput.md) - - [TriggerType](sailpoint/beta/docs/TriggerType.md) - - [UpdateAccessProfilesInBulk412Response](sailpoint/beta/docs/UpdateAccessProfilesInBulk412Response.md) - - [UpdateMultiHostSourcesRequestInner](sailpoint/beta/docs/UpdateMultiHostSourcesRequestInner.md) - - [UpdateMultiHostSourcesRequestInnerValue](sailpoint/beta/docs/UpdateMultiHostSourcesRequestInnerValue.md) - - [UsageType](sailpoint/beta/docs/UsageType.md) - - [UserApp](sailpoint/beta/docs/UserApp.md) - - [UserAppAccount](sailpoint/beta/docs/UserAppAccount.md) - - [UserAppOwner](sailpoint/beta/docs/UserAppOwner.md) - - [UserAppSource](sailpoint/beta/docs/UserAppSource.md) - - [UserAppSourceApp](sailpoint/beta/docs/UserAppSourceApp.md) - - [V3ConnectorDto](sailpoint/beta/docs/V3ConnectorDto.md) - - [VAClusterStatusChangeEvent](sailpoint/beta/docs/VAClusterStatusChangeEvent.md) - - [VAClusterStatusChangeEventApplication](sailpoint/beta/docs/VAClusterStatusChangeEventApplication.md) - - [VAClusterStatusChangeEventHealthCheckResult](sailpoint/beta/docs/VAClusterStatusChangeEventHealthCheckResult.md) - - [VAClusterStatusChangeEventPreviousHealthCheckResult](sailpoint/beta/docs/VAClusterStatusChangeEventPreviousHealthCheckResult.md) - - [ValidateFilterInputDto](sailpoint/beta/docs/ValidateFilterInputDto.md) - - [ValidateFilterOutputDto](sailpoint/beta/docs/ValidateFilterOutputDto.md) - - [Value](sailpoint/beta/docs/Value.md) - - [VendorConnectorMapping](sailpoint/beta/docs/VendorConnectorMapping.md) - - [VendorConnectorMappingDeletedAt](sailpoint/beta/docs/VendorConnectorMappingDeletedAt.md) - - [VendorConnectorMappingDeletedBy](sailpoint/beta/docs/VendorConnectorMappingDeletedBy.md) - - [VendorConnectorMappingUpdatedAt](sailpoint/beta/docs/VendorConnectorMappingUpdatedAt.md) - - [VendorConnectorMappingUpdatedBy](sailpoint/beta/docs/VendorConnectorMappingUpdatedBy.md) - - [VerificationPollRequest](sailpoint/beta/docs/VerificationPollRequest.md) - - [VerificationResponse](sailpoint/beta/docs/VerificationResponse.md) - - [ViolationContext](sailpoint/beta/docs/ViolationContext.md) - - [ViolationContextPolicy](sailpoint/beta/docs/ViolationContextPolicy.md) - - [ViolationOwnerAssignmentConfig](sailpoint/beta/docs/ViolationOwnerAssignmentConfig.md) - - [ViolationOwnerAssignmentConfigOwnerRef](sailpoint/beta/docs/ViolationOwnerAssignmentConfigOwnerRef.md) - - [ViolationPrediction](sailpoint/beta/docs/ViolationPrediction.md) - - [VisibilityCriteria](sailpoint/beta/docs/VisibilityCriteria.md) - - [WorkItemForward](sailpoint/beta/docs/WorkItemForward.md) - - [WorkItemState](sailpoint/beta/docs/WorkItemState.md) - - [WorkItemType](sailpoint/beta/docs/WorkItemType.md) - - [WorkItems](sailpoint/beta/docs/WorkItems.md) - - [WorkItemsCount](sailpoint/beta/docs/WorkItemsCount.md) - - [WorkItemsSummary](sailpoint/beta/docs/WorkItemsSummary.md) - - [Workflow](sailpoint/beta/docs/Workflow.md) - - [WorkflowAllOfCreator](sailpoint/beta/docs/WorkflowAllOfCreator.md) - - [WorkflowBody](sailpoint/beta/docs/WorkflowBody.md) - - [WorkflowBodyOwner](sailpoint/beta/docs/WorkflowBodyOwner.md) - - [WorkflowDefinition](sailpoint/beta/docs/WorkflowDefinition.md) - - [WorkflowExecution](sailpoint/beta/docs/WorkflowExecution.md) - - [WorkflowExecutionEvent](sailpoint/beta/docs/WorkflowExecutionEvent.md) - - [WorkflowLibraryAction](sailpoint/beta/docs/WorkflowLibraryAction.md) - - [WorkflowLibraryActionExampleOutput](sailpoint/beta/docs/WorkflowLibraryActionExampleOutput.md) - - [WorkflowLibraryFormFields](sailpoint/beta/docs/WorkflowLibraryFormFields.md) - - [WorkflowLibraryOperator](sailpoint/beta/docs/WorkflowLibraryOperator.md) - - [WorkflowLibraryTrigger](sailpoint/beta/docs/WorkflowLibraryTrigger.md) - - [WorkflowModifiedBy](sailpoint/beta/docs/WorkflowModifiedBy.md) - - [WorkflowOAuthClient](sailpoint/beta/docs/WorkflowOAuthClient.md) - - [WorkflowTrigger](sailpoint/beta/docs/WorkflowTrigger.md) - - [WorkflowTriggerAttributes](sailpoint/beta/docs/WorkflowTriggerAttributes.md) - - [WorkgroupBulkDeleteRequest](sailpoint/beta/docs/WorkgroupBulkDeleteRequest.md) - - [WorkgroupConnectionDto](sailpoint/beta/docs/WorkgroupConnectionDto.md) - - [WorkgroupDeleteItem](sailpoint/beta/docs/WorkgroupDeleteItem.md) - - [WorkgroupDto](sailpoint/beta/docs/WorkgroupDto.md) - - [WorkgroupDtoOwner](sailpoint/beta/docs/WorkgroupDtoOwner.md) - - [WorkgroupMemberAddItem](sailpoint/beta/docs/WorkgroupMemberAddItem.md) - - [WorkgroupMemberDeleteItem](sailpoint/beta/docs/WorkgroupMemberDeleteItem.md) + - [AccessConstraint](sailpoint\beta/docs/AccessConstraint.md) + - [AccessCriteria](sailpoint\beta/docs/AccessCriteria.md) + - [AccessCriteriaCriteriaListInner](sailpoint\beta/docs/AccessCriteriaCriteriaListInner.md) + - [AccessItemAccessProfileResponse](sailpoint\beta/docs/AccessItemAccessProfileResponse.md) + - [AccessItemAccountResponse](sailpoint\beta/docs/AccessItemAccountResponse.md) + - [AccessItemAppResponse](sailpoint\beta/docs/AccessItemAppResponse.md) + - [AccessItemApproverDto](sailpoint\beta/docs/AccessItemApproverDto.md) + - [AccessItemAssociated](sailpoint\beta/docs/AccessItemAssociated.md) + - [AccessItemAssociatedAccessItem](sailpoint\beta/docs/AccessItemAssociatedAccessItem.md) + - [AccessItemDiff](sailpoint\beta/docs/AccessItemDiff.md) + - [AccessItemEntitlementResponse](sailpoint\beta/docs/AccessItemEntitlementResponse.md) + - [AccessItemOwnerDto](sailpoint\beta/docs/AccessItemOwnerDto.md) + - [AccessItemRef](sailpoint\beta/docs/AccessItemRef.md) + - [AccessItemRemoved](sailpoint\beta/docs/AccessItemRemoved.md) + - [AccessItemRequestedForDto](sailpoint\beta/docs/AccessItemRequestedForDto.md) + - [AccessItemRequester](sailpoint\beta/docs/AccessItemRequester.md) + - [AccessItemRequesterDto](sailpoint\beta/docs/AccessItemRequesterDto.md) + - [AccessItemReviewedBy](sailpoint\beta/docs/AccessItemReviewedBy.md) + - [AccessItemRoleResponse](sailpoint\beta/docs/AccessItemRoleResponse.md) + - [AccessProfile](sailpoint\beta/docs/AccessProfile.md) + - [AccessProfileApprovalScheme](sailpoint\beta/docs/AccessProfileApprovalScheme.md) + - [AccessProfileBulkDeleteRequest](sailpoint\beta/docs/AccessProfileBulkDeleteRequest.md) + - [AccessProfileBulkDeleteResponse](sailpoint\beta/docs/AccessProfileBulkDeleteResponse.md) + - [AccessProfileBulkUpdateRequestInner](sailpoint\beta/docs/AccessProfileBulkUpdateRequestInner.md) + - [AccessProfileDetails](sailpoint\beta/docs/AccessProfileDetails.md) + - [AccessProfileDetailsAccountSelector](sailpoint\beta/docs/AccessProfileDetailsAccountSelector.md) + - [AccessProfileRef](sailpoint\beta/docs/AccessProfileRef.md) + - [AccessProfileSourceRef](sailpoint\beta/docs/AccessProfileSourceRef.md) + - [AccessProfileUpdateItem](sailpoint\beta/docs/AccessProfileUpdateItem.md) + - [AccessProfileUsage](sailpoint\beta/docs/AccessProfileUsage.md) + - [AccessProfileUsageUsedByInner](sailpoint\beta/docs/AccessProfileUsageUsedByInner.md) + - [AccessRecommendationMessage](sailpoint\beta/docs/AccessRecommendationMessage.md) + - [AccessRequest](sailpoint\beta/docs/AccessRequest.md) + - [AccessRequestConfig](sailpoint\beta/docs/AccessRequestConfig.md) + - [AccessRequestContext](sailpoint\beta/docs/AccessRequestContext.md) + - [AccessRequestDynamicApprover](sailpoint\beta/docs/AccessRequestDynamicApprover.md) + - [AccessRequestDynamicApprover1](sailpoint\beta/docs/AccessRequestDynamicApprover1.md) + - [AccessRequestDynamicApproverRequestedItemsInner](sailpoint\beta/docs/AccessRequestDynamicApproverRequestedItemsInner.md) + - [AccessRequestItem](sailpoint\beta/docs/AccessRequestItem.md) + - [AccessRequestItemResponse](sailpoint\beta/docs/AccessRequestItemResponse.md) + - [AccessRequestPhases](sailpoint\beta/docs/AccessRequestPhases.md) + - [AccessRequestPostApproval](sailpoint\beta/docs/AccessRequestPostApproval.md) + - [AccessRequestPostApprovalRequestedItemsStatusInner](sailpoint\beta/docs/AccessRequestPostApprovalRequestedItemsStatusInner.md) + - [AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner](sailpoint\beta/docs/AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner.md) + - [AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover](sailpoint\beta/docs/AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover.md) + - [AccessRequestPreApproval](sailpoint\beta/docs/AccessRequestPreApproval.md) + - [AccessRequestPreApproval1](sailpoint\beta/docs/AccessRequestPreApproval1.md) + - [AccessRequestPreApprovalRequestedItemsInner](sailpoint\beta/docs/AccessRequestPreApprovalRequestedItemsInner.md) + - [AccessRequestRecommendationActionItemDto](sailpoint\beta/docs/AccessRequestRecommendationActionItemDto.md) + - [AccessRequestRecommendationActionItemResponseDto](sailpoint\beta/docs/AccessRequestRecommendationActionItemResponseDto.md) + - [AccessRequestRecommendationItem](sailpoint\beta/docs/AccessRequestRecommendationItem.md) + - [AccessRequestRecommendationItemDetail](sailpoint\beta/docs/AccessRequestRecommendationItemDetail.md) + - [AccessRequestRecommendationItemDetailAccess](sailpoint\beta/docs/AccessRequestRecommendationItemDetailAccess.md) + - [AccessRequestRecommendationItemType](sailpoint\beta/docs/AccessRequestRecommendationItemType.md) + - [AccessRequestResponse](sailpoint\beta/docs/AccessRequestResponse.md) + - [AccessRequestResponse1](sailpoint\beta/docs/AccessRequestResponse1.md) + - [AccessRequestTracking](sailpoint\beta/docs/AccessRequestTracking.md) + - [AccessRequestType](sailpoint\beta/docs/AccessRequestType.md) + - [AccessRequested](sailpoint\beta/docs/AccessRequested.md) + - [AccessType](sailpoint\beta/docs/AccessType.md) + - [Account](sailpoint\beta/docs/Account.md) + - [AccountAction](sailpoint\beta/docs/AccountAction.md) + - [AccountActivityApprovalStatus](sailpoint\beta/docs/AccountActivityApprovalStatus.md) + - [AccountActivityItem](sailpoint\beta/docs/AccountActivityItem.md) + - [AccountActivityItemOperation](sailpoint\beta/docs/AccountActivityItemOperation.md) + - [AccountAggregation](sailpoint\beta/docs/AccountAggregation.md) + - [AccountAggregationCompleted](sailpoint\beta/docs/AccountAggregationCompleted.md) + - [AccountAggregationCompletedSource](sailpoint\beta/docs/AccountAggregationCompletedSource.md) + - [AccountAggregationCompletedStats](sailpoint\beta/docs/AccountAggregationCompletedStats.md) + - [AccountAggregationStatus](sailpoint\beta/docs/AccountAggregationStatus.md) + - [AccountAttributes](sailpoint\beta/docs/AccountAttributes.md) + - [AccountAttributesChanged](sailpoint\beta/docs/AccountAttributesChanged.md) + - [AccountAttributesChangedAccount](sailpoint\beta/docs/AccountAttributesChangedAccount.md) + - [AccountAttributesChangedChangesInner](sailpoint\beta/docs/AccountAttributesChangedChangesInner.md) + - [AccountAttributesChangedChangesInnerNewValue](sailpoint\beta/docs/AccountAttributesChangedChangesInnerNewValue.md) + - [AccountAttributesChangedChangesInnerOldValue](sailpoint\beta/docs/AccountAttributesChangedChangesInnerOldValue.md) + - [AccountAttributesChangedIdentity](sailpoint\beta/docs/AccountAttributesChangedIdentity.md) + - [AccountAttributesChangedSource](sailpoint\beta/docs/AccountAttributesChangedSource.md) + - [AccountAttributesCreate](sailpoint\beta/docs/AccountAttributesCreate.md) + - [AccountAttributesCreateAttributes](sailpoint\beta/docs/AccountAttributesCreateAttributes.md) + - [AccountCorrelated](sailpoint\beta/docs/AccountCorrelated.md) + - [AccountCorrelatedAccount](sailpoint\beta/docs/AccountCorrelatedAccount.md) + - [AccountCorrelatedIdentity](sailpoint\beta/docs/AccountCorrelatedIdentity.md) + - [AccountCorrelatedSource](sailpoint\beta/docs/AccountCorrelatedSource.md) + - [AccountInfoDto](sailpoint\beta/docs/AccountInfoDto.md) + - [AccountRequestInfo](sailpoint\beta/docs/AccountRequestInfo.md) + - [AccountStatusChanged](sailpoint\beta/docs/AccountStatusChanged.md) + - [AccountStatusChangedAccount](sailpoint\beta/docs/AccountStatusChangedAccount.md) + - [AccountStatusChangedStatusChange](sailpoint\beta/docs/AccountStatusChangedStatusChange.md) + - [AccountToggleRequest](sailpoint\beta/docs/AccountToggleRequest.md) + - [AccountUncorrelated](sailpoint\beta/docs/AccountUncorrelated.md) + - [AccountUncorrelatedAccount](sailpoint\beta/docs/AccountUncorrelatedAccount.md) + - [AccountUncorrelatedIdentity](sailpoint\beta/docs/AccountUncorrelatedIdentity.md) + - [AccountUncorrelatedSource](sailpoint\beta/docs/AccountUncorrelatedSource.md) + - [AccountUnlockRequest](sailpoint\beta/docs/AccountUnlockRequest.md) + - [AccountUsage](sailpoint\beta/docs/AccountUsage.md) + - [AccountsAsyncResult](sailpoint\beta/docs/AccountsAsyncResult.md) + - [AccountsCollectedForAggregation](sailpoint\beta/docs/AccountsCollectedForAggregation.md) + - [AccountsCollectedForAggregationSource](sailpoint\beta/docs/AccountsCollectedForAggregationSource.md) + - [AccountsCollectedForAggregationStats](sailpoint\beta/docs/AccountsCollectedForAggregationStats.md) + - [ActivateCampaignOptions](sailpoint\beta/docs/ActivateCampaignOptions.md) + - [AdminReviewReassign](sailpoint\beta/docs/AdminReviewReassign.md) + - [AdminReviewReassignReassignTo](sailpoint\beta/docs/AdminReviewReassignReassignTo.md) + - [AppAccountDetails](sailpoint\beta/docs/AppAccountDetails.md) + - [AppAccountDetailsSourceAccount](sailpoint\beta/docs/AppAccountDetailsSourceAccount.md) + - [Approval](sailpoint\beta/docs/Approval.md) + - [ApprovalBatch](sailpoint\beta/docs/ApprovalBatch.md) + - [ApprovalComment](sailpoint\beta/docs/ApprovalComment.md) + - [ApprovalDescription](sailpoint\beta/docs/ApprovalDescription.md) + - [ApprovalForwardHistory](sailpoint\beta/docs/ApprovalForwardHistory.md) + - [ApprovalIdentity](sailpoint\beta/docs/ApprovalIdentity.md) + - [ApprovalInfoResponse](sailpoint\beta/docs/ApprovalInfoResponse.md) + - [ApprovalItemDetails](sailpoint\beta/docs/ApprovalItemDetails.md) + - [ApprovalItems](sailpoint\beta/docs/ApprovalItems.md) + - [ApprovalName](sailpoint\beta/docs/ApprovalName.md) + - [ApprovalReference](sailpoint\beta/docs/ApprovalReference.md) + - [ApprovalReminderAndEscalationConfig](sailpoint\beta/docs/ApprovalReminderAndEscalationConfig.md) + - [ApprovalScheme](sailpoint\beta/docs/ApprovalScheme.md) + - [ApprovalSchemeForRole](sailpoint\beta/docs/ApprovalSchemeForRole.md) + - [ApprovalStatus](sailpoint\beta/docs/ApprovalStatus.md) + - [ApprovalStatusDto](sailpoint\beta/docs/ApprovalStatusDto.md) + - [ApprovalStatusDtoCurrentOwner](sailpoint\beta/docs/ApprovalStatusDtoCurrentOwner.md) + - [ApprovalStatusDtoOriginalOwner](sailpoint\beta/docs/ApprovalStatusDtoOriginalOwner.md) + - [ApprovalSummary](sailpoint\beta/docs/ApprovalSummary.md) + - [Argument](sailpoint\beta/docs/Argument.md) + - [ArrayInner](sailpoint\beta/docs/ArrayInner.md) + - [ArrayInner1](sailpoint\beta/docs/ArrayInner1.md) + - [AssignmentContextDto](sailpoint\beta/docs/AssignmentContextDto.md) + - [AttrSyncSource](sailpoint\beta/docs/AttrSyncSource.md) + - [AttrSyncSourceAttributeConfig](sailpoint\beta/docs/AttrSyncSourceAttributeConfig.md) + - [AttrSyncSourceConfig](sailpoint\beta/docs/AttrSyncSourceConfig.md) + - [AttributeChange](sailpoint\beta/docs/AttributeChange.md) + - [AttributeDTO](sailpoint\beta/docs/AttributeDTO.md) + - [AttributeDTOList](sailpoint\beta/docs/AttributeDTOList.md) + - [AttributeDefinition](sailpoint\beta/docs/AttributeDefinition.md) + - [AttributeDefinitionSchema](sailpoint\beta/docs/AttributeDefinitionSchema.md) + - [AttributeDefinitionType](sailpoint\beta/docs/AttributeDefinitionType.md) + - [AttributeValueDTO](sailpoint\beta/docs/AttributeValueDTO.md) + - [AttributesChanged](sailpoint\beta/docs/AttributesChanged.md) + - [AuditDetails](sailpoint\beta/docs/AuditDetails.md) + - [AuthProfile](sailpoint\beta/docs/AuthProfile.md) + - [AuthProfileSummary](sailpoint\beta/docs/AuthProfileSummary.md) + - [BaseCommonDto](sailpoint\beta/docs/BaseCommonDto.md) + - [BaseCommonDto1](sailpoint\beta/docs/BaseCommonDto1.md) + - [BaseReferenceDto](sailpoint\beta/docs/BaseReferenceDto.md) + - [BaseReferenceDto1](sailpoint\beta/docs/BaseReferenceDto1.md) + - [BasicAuthConfig](sailpoint\beta/docs/BasicAuthConfig.md) + - [BearerTokenAuthConfig](sailpoint\beta/docs/BearerTokenAuthConfig.md) + - [BeforeProvisioningRuleDto](sailpoint\beta/docs/BeforeProvisioningRuleDto.md) + - [BulkIdentitiesAccountsResponse](sailpoint\beta/docs/BulkIdentitiesAccountsResponse.md) + - [BulkTaggedObject](sailpoint\beta/docs/BulkTaggedObject.md) + - [BulkWorkgroupMembersRequestInner](sailpoint\beta/docs/BulkWorkgroupMembersRequestInner.md) + - [Campaign](sailpoint\beta/docs/Campaign.md) + - [CampaignActivated](sailpoint\beta/docs/CampaignActivated.md) + - [CampaignActivatedCampaign](sailpoint\beta/docs/CampaignActivatedCampaign.md) + - [CampaignActivatedCampaignCampaignOwner](sailpoint\beta/docs/CampaignActivatedCampaignCampaignOwner.md) + - [CampaignAlert](sailpoint\beta/docs/CampaignAlert.md) + - [CampaignEnded](sailpoint\beta/docs/CampaignEnded.md) + - [CampaignEndedCampaign](sailpoint\beta/docs/CampaignEndedCampaign.md) + - [CampaignGenerated](sailpoint\beta/docs/CampaignGenerated.md) + - [CampaignGeneratedCampaign](sailpoint\beta/docs/CampaignGeneratedCampaign.md) + - [CampaignGeneratedCampaignCampaignOwner](sailpoint\beta/docs/CampaignGeneratedCampaignCampaignOwner.md) + - [CampaignReference](sailpoint\beta/docs/CampaignReference.md) + - [CampaignReport](sailpoint\beta/docs/CampaignReport.md) + - [CampaignReportsConfig](sailpoint\beta/docs/CampaignReportsConfig.md) + - [CampaignTemplate](sailpoint\beta/docs/CampaignTemplate.md) + - [CampaignTemplateOwnerRef](sailpoint\beta/docs/CampaignTemplateOwnerRef.md) + - [CancelAccessRequest](sailpoint\beta/docs/CancelAccessRequest.md) + - [CancelableAccountActivity](sailpoint\beta/docs/CancelableAccountActivity.md) + - [CancelledRequestDetails](sailpoint\beta/docs/CancelledRequestDetails.md) + - [CertificationDto](sailpoint\beta/docs/CertificationDto.md) + - [CertificationPhase](sailpoint\beta/docs/CertificationPhase.md) + - [CertificationReference](sailpoint\beta/docs/CertificationReference.md) + - [CertificationReferenceDto](sailpoint\beta/docs/CertificationReferenceDto.md) + - [CertificationSignedOff](sailpoint\beta/docs/CertificationSignedOff.md) + - [CertificationSignedOffCertification](sailpoint\beta/docs/CertificationSignedOffCertification.md) + - [CertificationTask](sailpoint\beta/docs/CertificationTask.md) + - [CertifierResponse](sailpoint\beta/docs/CertifierResponse.md) + - [Children](sailpoint\beta/docs/Children.md) + - [ClientLogConfiguration](sailpoint\beta/docs/ClientLogConfiguration.md) + - [ClientType](sailpoint\beta/docs/ClientType.md) + - [CloseAccessRequest](sailpoint\beta/docs/CloseAccessRequest.md) + - [Comment](sailpoint\beta/docs/Comment.md) + - [CommentDto](sailpoint\beta/docs/CommentDto.md) + - [CommentDto1](sailpoint\beta/docs/CommentDto1.md) + - [CommentDto1Author](sailpoint\beta/docs/CommentDto1Author.md) + - [CommentDtoAuthor](sailpoint\beta/docs/CommentDtoAuthor.md) + - [CommonAccessIDStatus](sailpoint\beta/docs/CommonAccessIDStatus.md) + - [CommonAccessItemAccess](sailpoint\beta/docs/CommonAccessItemAccess.md) + - [CommonAccessItemRequest](sailpoint\beta/docs/CommonAccessItemRequest.md) + - [CommonAccessItemResponse](sailpoint\beta/docs/CommonAccessItemResponse.md) + - [CommonAccessItemState](sailpoint\beta/docs/CommonAccessItemState.md) + - [CommonAccessResponse](sailpoint\beta/docs/CommonAccessResponse.md) + - [CommonAccessType](sailpoint\beta/docs/CommonAccessType.md) + - [CompleteCampaignOptions](sailpoint\beta/docs/CompleteCampaignOptions.md) + - [CompleteInvocation](sailpoint\beta/docs/CompleteInvocation.md) + - [CompleteInvocationInput](sailpoint\beta/docs/CompleteInvocationInput.md) + - [CompletedApproval](sailpoint\beta/docs/CompletedApproval.md) + - [CompletedApprovalPreApprovalTriggerResult](sailpoint\beta/docs/CompletedApprovalPreApprovalTriggerResult.md) + - [CompletedApprovalReviewedBy](sailpoint\beta/docs/CompletedApprovalReviewedBy.md) + - [CompletedApprovalState](sailpoint\beta/docs/CompletedApprovalState.md) + - [CompletionStatus](sailpoint\beta/docs/CompletionStatus.md) + - [ConditionEffect](sailpoint\beta/docs/ConditionEffect.md) + - [ConditionEffectConfig](sailpoint\beta/docs/ConditionEffectConfig.md) + - [ConditionRule](sailpoint\beta/docs/ConditionRule.md) + - [ConfigObject](sailpoint\beta/docs/ConfigObject.md) + - [ConfigType](sailpoint\beta/docs/ConfigType.md) + - [ConfigTypeEnum](sailpoint\beta/docs/ConfigTypeEnum.md) + - [ConfigTypeEnumCamel](sailpoint\beta/docs/ConfigTypeEnumCamel.md) + - [ConfigurationDetailsResponse](sailpoint\beta/docs/ConfigurationDetailsResponse.md) + - [ConfigurationItemRequest](sailpoint\beta/docs/ConfigurationItemRequest.md) + - [ConfigurationItemResponse](sailpoint\beta/docs/ConfigurationItemResponse.md) + - [ConfigurationResponse](sailpoint\beta/docs/ConfigurationResponse.md) + - [ConflictingAccessCriteria](sailpoint\beta/docs/ConflictingAccessCriteria.md) + - [ConnectedObject](sailpoint\beta/docs/ConnectedObject.md) + - [ConnectedObjectType](sailpoint\beta/docs/ConnectedObjectType.md) + - [ConnectorDetail](sailpoint\beta/docs/ConnectorDetail.md) + - [ConnectorRuleCreateRequest](sailpoint\beta/docs/ConnectorRuleCreateRequest.md) + - [ConnectorRuleCreateRequestSignature](sailpoint\beta/docs/ConnectorRuleCreateRequestSignature.md) + - [ConnectorRuleResponse](sailpoint\beta/docs/ConnectorRuleResponse.md) + - [ConnectorRuleUpdateRequest](sailpoint\beta/docs/ConnectorRuleUpdateRequest.md) + - [ConnectorRuleValidationResponse](sailpoint\beta/docs/ConnectorRuleValidationResponse.md) + - [ConnectorRuleValidationResponseDetailsInner](sailpoint\beta/docs/ConnectorRuleValidationResponseDetailsInner.md) + - [ContextAttributeDto](sailpoint\beta/docs/ContextAttributeDto.md) + - [ContextAttributeDtoValue](sailpoint\beta/docs/ContextAttributeDtoValue.md) + - [CorrelatedGovernanceEvent](sailpoint\beta/docs/CorrelatedGovernanceEvent.md) + - [CorrelationConfig](sailpoint\beta/docs/CorrelationConfig.md) + - [CorrelationConfigAttributeAssignmentsInner](sailpoint\beta/docs/CorrelationConfigAttributeAssignmentsInner.md) + - [CreateDomainDkim405Response](sailpoint\beta/docs/CreateDomainDkim405Response.md) + - [CreateFormDefinitionFileRequestRequest](sailpoint\beta/docs/CreateFormDefinitionFileRequestRequest.md) + - [CreateFormDefinitionRequest](sailpoint\beta/docs/CreateFormDefinitionRequest.md) + - [CreateFormInstanceRequest](sailpoint\beta/docs/CreateFormInstanceRequest.md) + - [CreateOAuthClientRequest](sailpoint\beta/docs/CreateOAuthClientRequest.md) + - [CreateOAuthClientResponse](sailpoint\beta/docs/CreateOAuthClientResponse.md) + - [CreatePersonalAccessTokenRequest](sailpoint\beta/docs/CreatePersonalAccessTokenRequest.md) + - [CreatePersonalAccessTokenResponse](sailpoint\beta/docs/CreatePersonalAccessTokenResponse.md) + - [CreateWorkflowRequest](sailpoint\beta/docs/CreateWorkflowRequest.md) + - [CustomPasswordInstruction](sailpoint\beta/docs/CustomPasswordInstruction.md) + - [Delete202Response](sailpoint\beta/docs/Delete202Response.md) + - [DeleteCampaignsRequest](sailpoint\beta/docs/DeleteCampaignsRequest.md) + - [DeleteNonEmployeeRecordInBulkRequest](sailpoint\beta/docs/DeleteNonEmployeeRecordInBulkRequest.md) + - [DeleteVendorConnectorMapping200Response](sailpoint\beta/docs/DeleteVendorConnectorMapping200Response.md) + - [DimensionRef](sailpoint\beta/docs/DimensionRef.md) + - [DkimAttributes](sailpoint\beta/docs/DkimAttributes.md) + - [DomainAddress](sailpoint\beta/docs/DomainAddress.md) + - [DomainStatusDto](sailpoint\beta/docs/DomainStatusDto.md) + - [DtoType](sailpoint\beta/docs/DtoType.md) + - [DuoVerificationRequest](sailpoint\beta/docs/DuoVerificationRequest.md) + - [EmailNotificationOption](sailpoint\beta/docs/EmailNotificationOption.md) + - [EmailStatusDto](sailpoint\beta/docs/EmailStatusDto.md) + - [Entitlement](sailpoint\beta/docs/Entitlement.md) + - [EntitlementAccessModelMetadata](sailpoint\beta/docs/EntitlementAccessModelMetadata.md) + - [EntitlementAccessRequestConfig](sailpoint\beta/docs/EntitlementAccessRequestConfig.md) + - [EntitlementApprovalScheme](sailpoint\beta/docs/EntitlementApprovalScheme.md) + - [EntitlementBulkUpdateRequest](sailpoint\beta/docs/EntitlementBulkUpdateRequest.md) + - [EntitlementManuallyUpdatedFields](sailpoint\beta/docs/EntitlementManuallyUpdatedFields.md) + - [EntitlementOwner](sailpoint\beta/docs/EntitlementOwner.md) + - [EntitlementRef](sailpoint\beta/docs/EntitlementRef.md) + - [EntitlementRequestConfig](sailpoint\beta/docs/EntitlementRequestConfig.md) + - [EntitlementRequestConfig1](sailpoint\beta/docs/EntitlementRequestConfig1.md) + - [EntitlementSource](sailpoint\beta/docs/EntitlementSource.md) + - [EntitlementSourceResetBaseReferenceDto](sailpoint\beta/docs/EntitlementSourceResetBaseReferenceDto.md) + - [EntityCreatedByDTO](sailpoint\beta/docs/EntityCreatedByDTO.md) + - [Error](sailpoint\beta/docs/Error.md) + - [ErrorMessage](sailpoint\beta/docs/ErrorMessage.md) + - [ErrorMessageDto](sailpoint\beta/docs/ErrorMessageDto.md) + - [ErrorResponseDto](sailpoint\beta/docs/ErrorResponseDto.md) + - [EvaluateResponse](sailpoint\beta/docs/EvaluateResponse.md) + - [EventAttributes](sailpoint\beta/docs/EventAttributes.md) + - [EventBridgeConfig](sailpoint\beta/docs/EventBridgeConfig.md) + - [ExceptionAccessCriteria](sailpoint\beta/docs/ExceptionAccessCriteria.md) + - [ExceptionCriteria](sailpoint\beta/docs/ExceptionCriteria.md) + - [ExceptionCriteriaAccess](sailpoint\beta/docs/ExceptionCriteriaAccess.md) + - [ExceptionCriteriaCriteriaListInner](sailpoint\beta/docs/ExceptionCriteriaCriteriaListInner.md) + - [ExecutionStatus](sailpoint\beta/docs/ExecutionStatus.md) + - [ExportFormDefinitionsByTenant200ResponseInner](sailpoint\beta/docs/ExportFormDefinitionsByTenant200ResponseInner.md) + - [ExportOptions](sailpoint\beta/docs/ExportOptions.md) + - [ExportPayload](sailpoint\beta/docs/ExportPayload.md) + - [Expression](sailpoint\beta/docs/Expression.md) + - [ExternalAttributes](sailpoint\beta/docs/ExternalAttributes.md) + - [FeatureValueDto](sailpoint\beta/docs/FeatureValueDto.md) + - [FieldDetails](sailpoint\beta/docs/FieldDetails.md) + - [FieldDetailsDto](sailpoint\beta/docs/FieldDetailsDto.md) + - [Form](sailpoint\beta/docs/Form.md) + - [FormCondition](sailpoint\beta/docs/FormCondition.md) + - [FormDefinitionDynamicSchemaRequest](sailpoint\beta/docs/FormDefinitionDynamicSchemaRequest.md) + - [FormDefinitionDynamicSchemaRequestAttributes](sailpoint\beta/docs/FormDefinitionDynamicSchemaRequestAttributes.md) + - [FormDefinitionDynamicSchemaResponse](sailpoint\beta/docs/FormDefinitionDynamicSchemaResponse.md) + - [FormDefinitionFileUploadResponse](sailpoint\beta/docs/FormDefinitionFileUploadResponse.md) + - [FormDefinitionInput](sailpoint\beta/docs/FormDefinitionInput.md) + - [FormDefinitionResponse](sailpoint\beta/docs/FormDefinitionResponse.md) + - [FormDefinitionSelfImportExportDto](sailpoint\beta/docs/FormDefinitionSelfImportExportDto.md) + - [FormDetails](sailpoint\beta/docs/FormDetails.md) + - [FormElement](sailpoint\beta/docs/FormElement.md) + - [FormElementDataSourceConfigOptions](sailpoint\beta/docs/FormElementDataSourceConfigOptions.md) + - [FormElementDynamicDataSource](sailpoint\beta/docs/FormElementDynamicDataSource.md) + - [FormElementDynamicDataSourceConfig](sailpoint\beta/docs/FormElementDynamicDataSourceConfig.md) + - [FormElementPreviewRequest](sailpoint\beta/docs/FormElementPreviewRequest.md) + - [FormElementValidationsSet](sailpoint\beta/docs/FormElementValidationsSet.md) + - [FormError](sailpoint\beta/docs/FormError.md) + - [FormInstanceCreatedBy](sailpoint\beta/docs/FormInstanceCreatedBy.md) + - [FormInstanceRecipient](sailpoint\beta/docs/FormInstanceRecipient.md) + - [FormInstanceResponse](sailpoint\beta/docs/FormInstanceResponse.md) + - [FormItem](sailpoint\beta/docs/FormItem.md) + - [FormItemDetails](sailpoint\beta/docs/FormItemDetails.md) + - [FormOwner](sailpoint\beta/docs/FormOwner.md) + - [FormUsedBy](sailpoint\beta/docs/FormUsedBy.md) + - [ForwardApprovalDto](sailpoint\beta/docs/ForwardApprovalDto.md) + - [FullDiscoveredApplications](sailpoint\beta/docs/FullDiscoveredApplications.md) + - [Fullcampaign](sailpoint\beta/docs/Fullcampaign.md) + - [FullcampaignAllOfFilter](sailpoint\beta/docs/FullcampaignAllOfFilter.md) + - [FullcampaignAllOfMachineAccountCampaignInfo](sailpoint\beta/docs/FullcampaignAllOfMachineAccountCampaignInfo.md) + - [FullcampaignAllOfRoleCompositionCampaignInfo](sailpoint\beta/docs/FullcampaignAllOfRoleCompositionCampaignInfo.md) + - [FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef](sailpoint\beta/docs/FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef.md) + - [FullcampaignAllOfSearchCampaignInfo](sailpoint\beta/docs/FullcampaignAllOfSearchCampaignInfo.md) + - [FullcampaignAllOfSearchCampaignInfoReviewer](sailpoint\beta/docs/FullcampaignAllOfSearchCampaignInfoReviewer.md) + - [FullcampaignAllOfSourceOwnerCampaignInfo](sailpoint\beta/docs/FullcampaignAllOfSourceOwnerCampaignInfo.md) + - [FullcampaignAllOfSourcesWithOrphanEntitlements](sailpoint\beta/docs/FullcampaignAllOfSourcesWithOrphanEntitlements.md) + - [GetActiveCampaigns200ResponseInner](sailpoint\beta/docs/GetActiveCampaigns200ResponseInner.md) + - [GetDiscoveredApplications200ResponseInner](sailpoint\beta/docs/GetDiscoveredApplications200ResponseInner.md) + - [GetFormDefinitionByKey400Response](sailpoint\beta/docs/GetFormDefinitionByKey400Response.md) + - [GetHistoricalIdentityEvents200ResponseInner](sailpoint\beta/docs/GetHistoricalIdentityEvents200ResponseInner.md) + - [GetLaunchers200Response](sailpoint\beta/docs/GetLaunchers200Response.md) + - [GetOAuthClientResponse](sailpoint\beta/docs/GetOAuthClientResponse.md) + - [GetPersonalAccessTokenResponse](sailpoint\beta/docs/GetPersonalAccessTokenResponse.md) + - [GetRoleAssignments200ResponseInner](sailpoint\beta/docs/GetRoleAssignments200ResponseInner.md) + - [GrantType](sailpoint\beta/docs/GrantType.md) + - [HttpAuthenticationType](sailpoint\beta/docs/HttpAuthenticationType.md) + - [HttpConfig](sailpoint\beta/docs/HttpConfig.md) + - [HttpDispatchMode](sailpoint\beta/docs/HttpDispatchMode.md) + - [IdentitiesAccountsBulkRequest](sailpoint\beta/docs/IdentitiesAccountsBulkRequest.md) + - [Identity](sailpoint\beta/docs/Identity.md) + - [Identity1](sailpoint\beta/docs/Identity1.md) + - [IdentityAssociationDetails](sailpoint\beta/docs/IdentityAssociationDetails.md) + - [IdentityAssociationDetailsAssociationDetailsInner](sailpoint\beta/docs/IdentityAssociationDetailsAssociationDetailsInner.md) + - [IdentityAttribute](sailpoint\beta/docs/IdentityAttribute.md) + - [IdentityAttributeConfig](sailpoint\beta/docs/IdentityAttributeConfig.md) + - [IdentityAttributeConfig1](sailpoint\beta/docs/IdentityAttributeConfig1.md) + - [IdentityAttributeNames](sailpoint\beta/docs/IdentityAttributeNames.md) + - [IdentityAttributePreview](sailpoint\beta/docs/IdentityAttributePreview.md) + - [IdentityAttributeTransform](sailpoint\beta/docs/IdentityAttributeTransform.md) + - [IdentityAttributeTransform1](sailpoint\beta/docs/IdentityAttributeTransform1.md) + - [IdentityAttributesChanged](sailpoint\beta/docs/IdentityAttributesChanged.md) + - [IdentityAttributesChangedChangesInner](sailpoint\beta/docs/IdentityAttributesChangedChangesInner.md) + - [IdentityAttributesChangedChangesInnerNewValue](sailpoint\beta/docs/IdentityAttributesChangedChangesInnerNewValue.md) + - [IdentityAttributesChangedChangesInnerOldValue](sailpoint\beta/docs/IdentityAttributesChangedChangesInnerOldValue.md) + - [IdentityAttributesChangedChangesInnerOldValueOneOfValue](sailpoint\beta/docs/IdentityAttributesChangedChangesInnerOldValueOneOfValue.md) + - [IdentityAttributesChangedIdentity](sailpoint\beta/docs/IdentityAttributesChangedIdentity.md) + - [IdentityCertificationTask](sailpoint\beta/docs/IdentityCertificationTask.md) + - [IdentityCertified](sailpoint\beta/docs/IdentityCertified.md) + - [IdentityCompareResponse](sailpoint\beta/docs/IdentityCompareResponse.md) + - [IdentityCreated](sailpoint\beta/docs/IdentityCreated.md) + - [IdentityCreatedIdentity](sailpoint\beta/docs/IdentityCreatedIdentity.md) + - [IdentityDeleted](sailpoint\beta/docs/IdentityDeleted.md) + - [IdentityDeletedIdentity](sailpoint\beta/docs/IdentityDeletedIdentity.md) + - [IdentityEntities](sailpoint\beta/docs/IdentityEntities.md) + - [IdentityEntitiesIdentityEntity](sailpoint\beta/docs/IdentityEntitiesIdentityEntity.md) + - [IdentityExceptionReportReference](sailpoint\beta/docs/IdentityExceptionReportReference.md) + - [IdentityExceptionReportReference1](sailpoint\beta/docs/IdentityExceptionReportReference1.md) + - [IdentityHistoryResponse](sailpoint\beta/docs/IdentityHistoryResponse.md) + - [IdentityLifecycleState](sailpoint\beta/docs/IdentityLifecycleState.md) + - [IdentityListItem](sailpoint\beta/docs/IdentityListItem.md) + - [IdentityManagerRef](sailpoint\beta/docs/IdentityManagerRef.md) + - [IdentityOwnershipAssociationDetails](sailpoint\beta/docs/IdentityOwnershipAssociationDetails.md) + - [IdentityOwnershipAssociationDetailsAssociationDetailsInner](sailpoint\beta/docs/IdentityOwnershipAssociationDetailsAssociationDetailsInner.md) + - [IdentityPreviewRequest](sailpoint\beta/docs/IdentityPreviewRequest.md) + - [IdentityPreviewResponse](sailpoint\beta/docs/IdentityPreviewResponse.md) + - [IdentityPreviewResponseIdentity](sailpoint\beta/docs/IdentityPreviewResponseIdentity.md) + - [IdentityProfile](sailpoint\beta/docs/IdentityProfile.md) + - [IdentityProfile1](sailpoint\beta/docs/IdentityProfile1.md) + - [IdentityProfile1AllOfAuthoritativeSource](sailpoint\beta/docs/IdentityProfile1AllOfAuthoritativeSource.md) + - [IdentityProfileAllOfAuthoritativeSource](sailpoint\beta/docs/IdentityProfileAllOfAuthoritativeSource.md) + - [IdentityProfileAllOfOwner](sailpoint\beta/docs/IdentityProfileAllOfOwner.md) + - [IdentityProfileExportedObject](sailpoint\beta/docs/IdentityProfileExportedObject.md) + - [IdentityReference](sailpoint\beta/docs/IdentityReference.md) + - [IdentityReferenceWithId](sailpoint\beta/docs/IdentityReferenceWithId.md) + - [IdentityReferenceWithNameAndEmail](sailpoint\beta/docs/IdentityReferenceWithNameAndEmail.md) + - [IdentitySnapshotSummaryResponse](sailpoint\beta/docs/IdentitySnapshotSummaryResponse.md) + - [IdentitySummary](sailpoint\beta/docs/IdentitySummary.md) + - [IdentitySyncJob](sailpoint\beta/docs/IdentitySyncJob.md) + - [IdentitySyncPayload](sailpoint\beta/docs/IdentitySyncPayload.md) + - [IdentityWithNewAccess](sailpoint\beta/docs/IdentityWithNewAccess.md) + - [IdentityWithNewAccessAccessRefsInner](sailpoint\beta/docs/IdentityWithNewAccessAccessRefsInner.md) + - [ImportAccountsRequest](sailpoint\beta/docs/ImportAccountsRequest.md) + - [ImportAccountsRequest1](sailpoint\beta/docs/ImportAccountsRequest1.md) + - [ImportEntitlementsBySourceRequest](sailpoint\beta/docs/ImportEntitlementsBySourceRequest.md) + - [ImportEntitlementsRequest](sailpoint\beta/docs/ImportEntitlementsRequest.md) + - [ImportFormDefinitions202Response](sailpoint\beta/docs/ImportFormDefinitions202Response.md) + - [ImportFormDefinitions202ResponseErrorsInner](sailpoint\beta/docs/ImportFormDefinitions202ResponseErrorsInner.md) + - [ImportFormDefinitionsRequestInner](sailpoint\beta/docs/ImportFormDefinitionsRequestInner.md) + - [ImportNonEmployeeRecordsInBulkRequest](sailpoint\beta/docs/ImportNonEmployeeRecordsInBulkRequest.md) + - [ImportObject](sailpoint\beta/docs/ImportObject.md) + - [ImportOptions](sailpoint\beta/docs/ImportOptions.md) + - [ImportSpConfigRequest](sailpoint\beta/docs/ImportSpConfigRequest.md) + - [InviteIdentitiesRequest](sailpoint\beta/docs/InviteIdentitiesRequest.md) + - [Invocation](sailpoint\beta/docs/Invocation.md) + - [InvocationStatus](sailpoint\beta/docs/InvocationStatus.md) + - [InvocationStatusType](sailpoint\beta/docs/InvocationStatusType.md) + - [JsonPatch](sailpoint\beta/docs/JsonPatch.md) + - [JsonPatchOperation](sailpoint\beta/docs/JsonPatchOperation.md) + - [JsonPatchOperations](sailpoint\beta/docs/JsonPatchOperations.md) + - [JsonPatchOperationsValue](sailpoint\beta/docs/JsonPatchOperationsValue.md) + - [KbaAnswerRequestItem](sailpoint\beta/docs/KbaAnswerRequestItem.md) + - [KbaAnswerResponseItem](sailpoint\beta/docs/KbaAnswerResponseItem.md) + - [KbaAuthResponse](sailpoint\beta/docs/KbaAuthResponse.md) + - [KbaAuthResponseItem](sailpoint\beta/docs/KbaAuthResponseItem.md) + - [KbaQuestion](sailpoint\beta/docs/KbaQuestion.md) + - [LatestOutlierSummary](sailpoint\beta/docs/LatestOutlierSummary.md) + - [Launcher](sailpoint\beta/docs/Launcher.md) + - [LauncherOwner](sailpoint\beta/docs/LauncherOwner.md) + - [LauncherReference](sailpoint\beta/docs/LauncherReference.md) + - [LauncherRequest](sailpoint\beta/docs/LauncherRequest.md) + - [LauncherRequestReference](sailpoint\beta/docs/LauncherRequestReference.md) + - [License](sailpoint\beta/docs/License.md) + - [LifecycleState](sailpoint\beta/docs/LifecycleState.md) + - [LifecycleStateDto](sailpoint\beta/docs/LifecycleStateDto.md) + - [ListAccessModelMetadataAttribute401Response](sailpoint\beta/docs/ListAccessModelMetadataAttribute401Response.md) + - [ListAccessModelMetadataAttribute429Response](sailpoint\beta/docs/ListAccessModelMetadataAttribute429Response.md) + - [ListCompleteWorkflowLibrary200ResponseInner](sailpoint\beta/docs/ListCompleteWorkflowLibrary200ResponseInner.md) + - [ListFormDefinitionsByTenantResponse](sailpoint\beta/docs/ListFormDefinitionsByTenantResponse.md) + - [ListFormElementDataByElementIDResponse](sailpoint\beta/docs/ListFormElementDataByElementIDResponse.md) + - [ListIdentityAccessItems200ResponseInner](sailpoint\beta/docs/ListIdentityAccessItems200ResponseInner.md) + - [ListPredefinedSelectOptionsResponse](sailpoint\beta/docs/ListPredefinedSelectOptionsResponse.md) + - [ListWorkgroupMembers200ResponseInner](sailpoint\beta/docs/ListWorkgroupMembers200ResponseInner.md) + - [LoadAccountsTask](sailpoint\beta/docs/LoadAccountsTask.md) + - [LoadAccountsTaskTask](sailpoint\beta/docs/LoadAccountsTaskTask.md) + - [LoadAccountsTaskTaskAttributes](sailpoint\beta/docs/LoadAccountsTaskTaskAttributes.md) + - [LoadAccountsTaskTaskMessagesInner](sailpoint\beta/docs/LoadAccountsTaskTaskMessagesInner.md) + - [LoadAccountsTaskTaskReturnsInner](sailpoint\beta/docs/LoadAccountsTaskTaskReturnsInner.md) + - [LoadEntitlementTask](sailpoint\beta/docs/LoadEntitlementTask.md) + - [LoadEntitlementTaskReturnsInner](sailpoint\beta/docs/LoadEntitlementTaskReturnsInner.md) + - [LoadUncorrelatedAccountsTask](sailpoint\beta/docs/LoadUncorrelatedAccountsTask.md) + - [LoadUncorrelatedAccountsTaskTask](sailpoint\beta/docs/LoadUncorrelatedAccountsTaskTask.md) + - [LoadUncorrelatedAccountsTaskTaskAttributes](sailpoint\beta/docs/LoadUncorrelatedAccountsTaskTaskAttributes.md) + - [LoadUncorrelatedAccountsTaskTaskMessagesInner](sailpoint\beta/docs/LoadUncorrelatedAccountsTaskTaskMessagesInner.md) + - [LocaleOrigin](sailpoint\beta/docs/LocaleOrigin.md) + - [LocalizedMessage](sailpoint\beta/docs/LocalizedMessage.md) + - [LookupStep](sailpoint\beta/docs/LookupStep.md) + - [MailFromAttributes](sailpoint\beta/docs/MailFromAttributes.md) + - [MailFromAttributesDto](sailpoint\beta/docs/MailFromAttributesDto.md) + - [ManagedClient](sailpoint\beta/docs/ManagedClient.md) + - [ManagedClientStatus](sailpoint\beta/docs/ManagedClientStatus.md) + - [ManagedClientStatusAggResponse](sailpoint\beta/docs/ManagedClientStatusAggResponse.md) + - [ManagedClientStatusEnum](sailpoint\beta/docs/ManagedClientStatusEnum.md) + - [ManagedClientType](sailpoint\beta/docs/ManagedClientType.md) + - [ManagedCluster](sailpoint\beta/docs/ManagedCluster.md) + - [ManagedClusterAttributes](sailpoint\beta/docs/ManagedClusterAttributes.md) + - [ManagedClusterKeyPair](sailpoint\beta/docs/ManagedClusterKeyPair.md) + - [ManagedClusterQueue](sailpoint\beta/docs/ManagedClusterQueue.md) + - [ManagedClusterRedis](sailpoint\beta/docs/ManagedClusterRedis.md) + - [ManagedClusterTypes](sailpoint\beta/docs/ManagedClusterTypes.md) + - [ManagerCorrelationMapping](sailpoint\beta/docs/ManagerCorrelationMapping.md) + - [ManualDiscoverApplications](sailpoint\beta/docs/ManualDiscoverApplications.md) + - [ManualDiscoverApplicationsTemplate](sailpoint\beta/docs/ManualDiscoverApplicationsTemplate.md) + - [ManualWorkItemDetails](sailpoint\beta/docs/ManualWorkItemDetails.md) + - [ManualWorkItemDetailsCurrentOwner](sailpoint\beta/docs/ManualWorkItemDetailsCurrentOwner.md) + - [ManualWorkItemDetailsOriginalOwner](sailpoint\beta/docs/ManualWorkItemDetailsOriginalOwner.md) + - [ManualWorkItemState](sailpoint\beta/docs/ManualWorkItemState.md) + - [ManuallyUpdatedFieldsDTO](sailpoint\beta/docs/ManuallyUpdatedFieldsDTO.md) + - [MatchTerm](sailpoint\beta/docs/MatchTerm.md) + - [Medium](sailpoint\beta/docs/Medium.md) + - [MessageCatalogDto](sailpoint\beta/docs/MessageCatalogDto.md) + - [MetricResponse](sailpoint\beta/docs/MetricResponse.md) + - [MfaConfigTestResponse](sailpoint\beta/docs/MfaConfigTestResponse.md) + - [MfaDuoConfig](sailpoint\beta/docs/MfaDuoConfig.md) + - [MfaOktaConfig](sailpoint\beta/docs/MfaOktaConfig.md) + - [ModelField](sailpoint\beta/docs/ModelField.md) + - [ModelSchema](sailpoint\beta/docs/ModelSchema.md) + - [MultiHostIntegrationTemplateType](sailpoint\beta/docs/MultiHostIntegrationTemplateType.md) + - [MultiHostIntegrations](sailpoint\beta/docs/MultiHostIntegrations.md) + - [MultiHostIntegrationsAggScheduleUpdate](sailpoint\beta/docs/MultiHostIntegrationsAggScheduleUpdate.md) + - [MultiHostIntegrationsCluster](sailpoint\beta/docs/MultiHostIntegrationsCluster.md) + - [MultiHostIntegrationsConnectorAttributes](sailpoint\beta/docs/MultiHostIntegrationsConnectorAttributes.md) + - [MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory](sailpoint\beta/docs/MultiHostIntegrationsConnectorAttributesConnectorFileUploadHistory.md) + - [MultiHostIntegrationsConnectorAttributesMultiHostAttributes](sailpoint\beta/docs/MultiHostIntegrationsConnectorAttributesMultiHostAttributes.md) + - [MultiHostIntegrationsCreate](sailpoint\beta/docs/MultiHostIntegrationsCreate.md) + - [MultiHostIntegrationsCreateSources](sailpoint\beta/docs/MultiHostIntegrationsCreateSources.md) + - [MultiHostIntegrationsManagementWorkgroup](sailpoint\beta/docs/MultiHostIntegrationsManagementWorkgroup.md) + - [MultiHostIntegrationsOwner](sailpoint\beta/docs/MultiHostIntegrationsOwner.md) + - [MultiHostSources](sailpoint\beta/docs/MultiHostSources.md) + - [MultiHostSourcesAccountCorrelationConfig](sailpoint\beta/docs/MultiHostSourcesAccountCorrelationConfig.md) + - [MultiHostSourcesAccountCorrelationRule](sailpoint\beta/docs/MultiHostSourcesAccountCorrelationRule.md) + - [MultiHostSourcesBeforeProvisioningRule](sailpoint\beta/docs/MultiHostSourcesBeforeProvisioningRule.md) + - [MultiHostSourcesManagerCorrelationRule](sailpoint\beta/docs/MultiHostSourcesManagerCorrelationRule.md) + - [MultiHostSourcesPasswordPoliciesInner](sailpoint\beta/docs/MultiHostSourcesPasswordPoliciesInner.md) + - [MultiHostSourcesSchemasInner](sailpoint\beta/docs/MultiHostSourcesSchemasInner.md) + - [MultiPolicyRequest](sailpoint\beta/docs/MultiPolicyRequest.md) + - [NativeChangeDetectionConfig](sailpoint\beta/docs/NativeChangeDetectionConfig.md) + - [NonEmployeeApprovalDecision](sailpoint\beta/docs/NonEmployeeApprovalDecision.md) + - [NonEmployeeApprovalItem](sailpoint\beta/docs/NonEmployeeApprovalItem.md) + - [NonEmployeeApprovalItemBase](sailpoint\beta/docs/NonEmployeeApprovalItemBase.md) + - [NonEmployeeApprovalItemDetail](sailpoint\beta/docs/NonEmployeeApprovalItemDetail.md) + - [NonEmployeeApprovalSummary](sailpoint\beta/docs/NonEmployeeApprovalSummary.md) + - [NonEmployeeBulkUploadJob](sailpoint\beta/docs/NonEmployeeBulkUploadJob.md) + - [NonEmployeeBulkUploadStatus](sailpoint\beta/docs/NonEmployeeBulkUploadStatus.md) + - [NonEmployeeIdnUserRequest](sailpoint\beta/docs/NonEmployeeIdnUserRequest.md) + - [NonEmployeeRecord](sailpoint\beta/docs/NonEmployeeRecord.md) + - [NonEmployeeRejectApprovalDecision](sailpoint\beta/docs/NonEmployeeRejectApprovalDecision.md) + - [NonEmployeeRequest](sailpoint\beta/docs/NonEmployeeRequest.md) + - [NonEmployeeRequestBody](sailpoint\beta/docs/NonEmployeeRequestBody.md) + - [NonEmployeeRequestLite](sailpoint\beta/docs/NonEmployeeRequestLite.md) + - [NonEmployeeRequestSummary](sailpoint\beta/docs/NonEmployeeRequestSummary.md) + - [NonEmployeeRequestWithoutApprovalItem](sailpoint\beta/docs/NonEmployeeRequestWithoutApprovalItem.md) + - [NonEmployeeSchemaAttribute](sailpoint\beta/docs/NonEmployeeSchemaAttribute.md) + - [NonEmployeeSchemaAttributeBody](sailpoint\beta/docs/NonEmployeeSchemaAttributeBody.md) + - [NonEmployeeSchemaAttributeType](sailpoint\beta/docs/NonEmployeeSchemaAttributeType.md) + - [NonEmployeeSource](sailpoint\beta/docs/NonEmployeeSource.md) + - [NonEmployeeSourceLite](sailpoint\beta/docs/NonEmployeeSourceLite.md) + - [NonEmployeeSourceLiteWithSchemaAttributes](sailpoint\beta/docs/NonEmployeeSourceLiteWithSchemaAttributes.md) + - [NonEmployeeSourceRequestBody](sailpoint\beta/docs/NonEmployeeSourceRequestBody.md) + - [NonEmployeeSourceWithCloudExternalId](sailpoint\beta/docs/NonEmployeeSourceWithCloudExternalId.md) + - [NonEmployeeSourceWithNECount](sailpoint\beta/docs/NonEmployeeSourceWithNECount.md) + - [NotificationTemplateContext](sailpoint\beta/docs/NotificationTemplateContext.md) + - [ObjectExportImportOptions](sailpoint\beta/docs/ObjectExportImportOptions.md) + - [ObjectImportResult](sailpoint\beta/docs/ObjectImportResult.md) + - [OktaVerificationRequest](sailpoint\beta/docs/OktaVerificationRequest.md) + - [OrgConfig](sailpoint\beta/docs/OrgConfig.md) + - [Outlier](sailpoint\beta/docs/Outlier.md) + - [OutlierContributingFeature](sailpoint\beta/docs/OutlierContributingFeature.md) + - [OutlierContributingFeatureValue](sailpoint\beta/docs/OutlierContributingFeatureValue.md) + - [OutlierFeatureSummary](sailpoint\beta/docs/OutlierFeatureSummary.md) + - [OutlierFeatureSummaryOutlierFeatureDisplayValuesInner](sailpoint\beta/docs/OutlierFeatureSummaryOutlierFeatureDisplayValuesInner.md) + - [OutlierFeatureTranslation](sailpoint\beta/docs/OutlierFeatureTranslation.md) + - [OutlierSummary](sailpoint\beta/docs/OutlierSummary.md) + - [OutliersContributingFeatureAccessItems](sailpoint\beta/docs/OutliersContributingFeatureAccessItems.md) + - [OwnerDto](sailpoint\beta/docs/OwnerDto.md) + - [OwnerReference](sailpoint\beta/docs/OwnerReference.md) + - [OwnerReferenceDto](sailpoint\beta/docs/OwnerReferenceDto.md) + - [OwnerReferenceSegments](sailpoint\beta/docs/OwnerReferenceSegments.md) + - [PasswordChangeRequest](sailpoint\beta/docs/PasswordChangeRequest.md) + - [PasswordChangeResponse](sailpoint\beta/docs/PasswordChangeResponse.md) + - [PasswordDigitToken](sailpoint\beta/docs/PasswordDigitToken.md) + - [PasswordDigitTokenReset](sailpoint\beta/docs/PasswordDigitTokenReset.md) + - [PasswordInfo](sailpoint\beta/docs/PasswordInfo.md) + - [PasswordInfoAccount](sailpoint\beta/docs/PasswordInfoAccount.md) + - [PasswordInfoQueryDTO](sailpoint\beta/docs/PasswordInfoQueryDTO.md) + - [PasswordOrgConfig](sailpoint\beta/docs/PasswordOrgConfig.md) + - [PasswordPolicyV3Dto](sailpoint\beta/docs/PasswordPolicyV3Dto.md) + - [PasswordStatus](sailpoint\beta/docs/PasswordStatus.md) + - [PasswordSyncGroup](sailpoint\beta/docs/PasswordSyncGroup.md) + - [PatOwner](sailpoint\beta/docs/PatOwner.md) + - [PatchPotentialRoleRequestInner](sailpoint\beta/docs/PatchPotentialRoleRequestInner.md) + - [PatchServiceDeskIntegrationRequest](sailpoint\beta/docs/PatchServiceDeskIntegrationRequest.md) + - [PeerGroupMember](sailpoint\beta/docs/PeerGroupMember.md) + - [PendingApproval](sailpoint\beta/docs/PendingApproval.md) + - [PendingApprovalAction](sailpoint\beta/docs/PendingApprovalAction.md) + - [PermissionDto](sailpoint\beta/docs/PermissionDto.md) + - [PostExternalExecuteWorkflow200Response](sailpoint\beta/docs/PostExternalExecuteWorkflow200Response.md) + - [PostExternalExecuteWorkflowRequest](sailpoint\beta/docs/PostExternalExecuteWorkflowRequest.md) + - [PreApprovalTriggerDetails](sailpoint\beta/docs/PreApprovalTriggerDetails.md) + - [PreferencesDto](sailpoint\beta/docs/PreferencesDto.md) + - [PreviewDataSourceResponse](sailpoint\beta/docs/PreviewDataSourceResponse.md) + - [ProcessIdentitiesRequest](sailpoint\beta/docs/ProcessIdentitiesRequest.md) + - [Product](sailpoint\beta/docs/Product.md) + - [ProvisioningCompleted](sailpoint\beta/docs/ProvisioningCompleted.md) + - [ProvisioningCompletedAccountRequestsInner](sailpoint\beta/docs/ProvisioningCompletedAccountRequestsInner.md) + - [ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner](sailpoint\beta/docs/ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner.md) + - [ProvisioningCompletedAccountRequestsInnerSource](sailpoint\beta/docs/ProvisioningCompletedAccountRequestsInnerSource.md) + - [ProvisioningCompletedRecipient](sailpoint\beta/docs/ProvisioningCompletedRecipient.md) + - [ProvisioningCompletedRequester](sailpoint\beta/docs/ProvisioningCompletedRequester.md) + - [ProvisioningConfig](sailpoint\beta/docs/ProvisioningConfig.md) + - [ProvisioningConfigManagedResourceRefsInner](sailpoint\beta/docs/ProvisioningConfigManagedResourceRefsInner.md) + - [ProvisioningConfigPlanInitializerScript](sailpoint\beta/docs/ProvisioningConfigPlanInitializerScript.md) + - [ProvisioningCriteriaLevel1](sailpoint\beta/docs/ProvisioningCriteriaLevel1.md) + - [ProvisioningCriteriaLevel2](sailpoint\beta/docs/ProvisioningCriteriaLevel2.md) + - [ProvisioningCriteriaLevel3](sailpoint\beta/docs/ProvisioningCriteriaLevel3.md) + - [ProvisioningCriteriaOperation](sailpoint\beta/docs/ProvisioningCriteriaOperation.md) + - [ProvisioningDetails](sailpoint\beta/docs/ProvisioningDetails.md) + - [ProvisioningPolicyDto](sailpoint\beta/docs/ProvisioningPolicyDto.md) + - [ProvisioningState](sailpoint\beta/docs/ProvisioningState.md) + - [PublicIdentityAttributeConfig](sailpoint\beta/docs/PublicIdentityAttributeConfig.md) + - [PublicIdentityConfig](sailpoint\beta/docs/PublicIdentityConfig.md) + - [PutPasswordDictionaryRequest](sailpoint\beta/docs/PutPasswordDictionaryRequest.md) + - [QueuedCheckConfigDetails](sailpoint\beta/docs/QueuedCheckConfigDetails.md) + - [ReassignReference](sailpoint\beta/docs/ReassignReference.md) + - [Reassignment](sailpoint\beta/docs/Reassignment.md) + - [ReassignmentType](sailpoint\beta/docs/ReassignmentType.md) + - [ReassignmentTypeEnum](sailpoint\beta/docs/ReassignmentTypeEnum.md) + - [Recommendation](sailpoint\beta/docs/Recommendation.md) + - [RecommendationConfigDto](sailpoint\beta/docs/RecommendationConfigDto.md) + - [RecommendationRequest](sailpoint\beta/docs/RecommendationRequest.md) + - [RecommendationRequestDto](sailpoint\beta/docs/RecommendationRequestDto.md) + - [RecommendationResponse](sailpoint\beta/docs/RecommendationResponse.md) + - [RecommendationResponseDto](sailpoint\beta/docs/RecommendationResponseDto.md) + - [RecommenderCalculations](sailpoint\beta/docs/RecommenderCalculations.md) + - [RecommenderCalculationsIdentityAttributesValue](sailpoint\beta/docs/RecommenderCalculationsIdentityAttributesValue.md) + - [RemediationItemDetails](sailpoint\beta/docs/RemediationItemDetails.md) + - [RemediationItems](sailpoint\beta/docs/RemediationItems.md) + - [ReportConfigDTO](sailpoint\beta/docs/ReportConfigDTO.md) + - [ReportResultReference](sailpoint\beta/docs/ReportResultReference.md) + - [ReportType](sailpoint\beta/docs/ReportType.md) + - [RequestOnBehalfOfConfig](sailpoint\beta/docs/RequestOnBehalfOfConfig.md) + - [Requestability](sailpoint\beta/docs/Requestability.md) + - [RequestabilityForRole](sailpoint\beta/docs/RequestabilityForRole.md) + - [RequestableObject](sailpoint\beta/docs/RequestableObject.md) + - [RequestableObjectReference](sailpoint\beta/docs/RequestableObjectReference.md) + - [RequestableObjectRequestStatus](sailpoint\beta/docs/RequestableObjectRequestStatus.md) + - [RequestableObjectType](sailpoint\beta/docs/RequestableObjectType.md) + - [RequestedItemDetails](sailpoint\beta/docs/RequestedItemDetails.md) + - [RequestedItemStatus](sailpoint\beta/docs/RequestedItemStatus.md) + - [RequestedItemStatusCancelledRequestDetails](sailpoint\beta/docs/RequestedItemStatusCancelledRequestDetails.md) + - [RequestedItemStatusPreApprovalTriggerDetails](sailpoint\beta/docs/RequestedItemStatusPreApprovalTriggerDetails.md) + - [RequestedItemStatusProvisioningDetails](sailpoint\beta/docs/RequestedItemStatusProvisioningDetails.md) + - [RequestedItemStatusRequestState](sailpoint\beta/docs/RequestedItemStatusRequestState.md) + - [RequestedItemStatusRequestedFor](sailpoint\beta/docs/RequestedItemStatusRequestedFor.md) + - [RequestedItemStatusRequesterComment](sailpoint\beta/docs/RequestedItemStatusRequesterComment.md) + - [RequestedItemStatusSodViolationContext](sailpoint\beta/docs/RequestedItemStatusSodViolationContext.md) + - [ResourceBundleMessage](sailpoint\beta/docs/ResourceBundleMessage.md) + - [ResourceObject](sailpoint\beta/docs/ResourceObject.md) + - [ResourceObjectsRequest](sailpoint\beta/docs/ResourceObjectsRequest.md) + - [ResourceObjectsResponse](sailpoint\beta/docs/ResourceObjectsResponse.md) + - [ReviewReassign](sailpoint\beta/docs/ReviewReassign.md) + - [Reviewer](sailpoint\beta/docs/Reviewer.md) + - [Revocability](sailpoint\beta/docs/Revocability.md) + - [RevocabilityForRole](sailpoint\beta/docs/RevocabilityForRole.md) + - [Role](sailpoint\beta/docs/Role.md) + - [RoleAssignmentDto](sailpoint\beta/docs/RoleAssignmentDto.md) + - [RoleAssignmentRef](sailpoint\beta/docs/RoleAssignmentRef.md) + - [RoleAssignmentSourceType](sailpoint\beta/docs/RoleAssignmentSourceType.md) + - [RoleBulkDeleteRequest](sailpoint\beta/docs/RoleBulkDeleteRequest.md) + - [RoleCriteriaKey](sailpoint\beta/docs/RoleCriteriaKey.md) + - [RoleCriteriaKeyType](sailpoint\beta/docs/RoleCriteriaKeyType.md) + - [RoleCriteriaLevel1](sailpoint\beta/docs/RoleCriteriaLevel1.md) + - [RoleCriteriaLevel2](sailpoint\beta/docs/RoleCriteriaLevel2.md) + - [RoleCriteriaLevel3](sailpoint\beta/docs/RoleCriteriaLevel3.md) + - [RoleCriteriaOperation](sailpoint\beta/docs/RoleCriteriaOperation.md) + - [RoleIdentity](sailpoint\beta/docs/RoleIdentity.md) + - [RoleInsight](sailpoint\beta/docs/RoleInsight.md) + - [RoleInsightsEntitlement](sailpoint\beta/docs/RoleInsightsEntitlement.md) + - [RoleInsightsEntitlementChanges](sailpoint\beta/docs/RoleInsightsEntitlementChanges.md) + - [RoleInsightsIdentities](sailpoint\beta/docs/RoleInsightsIdentities.md) + - [RoleInsightsInsight](sailpoint\beta/docs/RoleInsightsInsight.md) + - [RoleInsightsResponse](sailpoint\beta/docs/RoleInsightsResponse.md) + - [RoleInsightsRole](sailpoint\beta/docs/RoleInsightsRole.md) + - [RoleInsightsSummary](sailpoint\beta/docs/RoleInsightsSummary.md) + - [RoleMatchDto](sailpoint\beta/docs/RoleMatchDto.md) + - [RoleMembershipIdentity](sailpoint\beta/docs/RoleMembershipIdentity.md) + - [RoleMembershipSelector](sailpoint\beta/docs/RoleMembershipSelector.md) + - [RoleMembershipSelectorType](sailpoint\beta/docs/RoleMembershipSelectorType.md) + - [RoleMiningEntitlement](sailpoint\beta/docs/RoleMiningEntitlement.md) + - [RoleMiningEntitlementRef](sailpoint\beta/docs/RoleMiningEntitlementRef.md) + - [RoleMiningIdentity](sailpoint\beta/docs/RoleMiningIdentity.md) + - [RoleMiningIdentityDistribution](sailpoint\beta/docs/RoleMiningIdentityDistribution.md) + - [RoleMiningPotentialRole](sailpoint\beta/docs/RoleMiningPotentialRole.md) + - [RoleMiningPotentialRoleApplication](sailpoint\beta/docs/RoleMiningPotentialRoleApplication.md) + - [RoleMiningPotentialRoleEditEntitlements](sailpoint\beta/docs/RoleMiningPotentialRoleEditEntitlements.md) + - [RoleMiningPotentialRoleEntitlements](sailpoint\beta/docs/RoleMiningPotentialRoleEntitlements.md) + - [RoleMiningPotentialRoleExportRequest](sailpoint\beta/docs/RoleMiningPotentialRoleExportRequest.md) + - [RoleMiningPotentialRoleExportResponse](sailpoint\beta/docs/RoleMiningPotentialRoleExportResponse.md) + - [RoleMiningPotentialRoleExportState](sailpoint\beta/docs/RoleMiningPotentialRoleExportState.md) + - [RoleMiningPotentialRoleProvisionRequest](sailpoint\beta/docs/RoleMiningPotentialRoleProvisionRequest.md) + - [RoleMiningPotentialRoleProvisionState](sailpoint\beta/docs/RoleMiningPotentialRoleProvisionState.md) + - [RoleMiningPotentialRoleRef](sailpoint\beta/docs/RoleMiningPotentialRoleRef.md) + - [RoleMiningPotentialRoleSourceUsage](sailpoint\beta/docs/RoleMiningPotentialRoleSourceUsage.md) + - [RoleMiningPotentialRoleSummary](sailpoint\beta/docs/RoleMiningPotentialRoleSummary.md) + - [RoleMiningPotentialRoleSummaryCreatedBy](sailpoint\beta/docs/RoleMiningPotentialRoleSummaryCreatedBy.md) + - [RoleMiningRoleType](sailpoint\beta/docs/RoleMiningRoleType.md) + - [RoleMiningSessionDraftRoleDto](sailpoint\beta/docs/RoleMiningSessionDraftRoleDto.md) + - [RoleMiningSessionDto](sailpoint\beta/docs/RoleMiningSessionDto.md) + - [RoleMiningSessionParametersDto](sailpoint\beta/docs/RoleMiningSessionParametersDto.md) + - [RoleMiningSessionResponse](sailpoint\beta/docs/RoleMiningSessionResponse.md) + - [RoleMiningSessionResponseCreatedBy](sailpoint\beta/docs/RoleMiningSessionResponseCreatedBy.md) + - [RoleMiningSessionScope](sailpoint\beta/docs/RoleMiningSessionScope.md) + - [RoleMiningSessionScopingMethod](sailpoint\beta/docs/RoleMiningSessionScopingMethod.md) + - [RoleMiningSessionState](sailpoint\beta/docs/RoleMiningSessionState.md) + - [RoleMiningSessionStatus](sailpoint\beta/docs/RoleMiningSessionStatus.md) + - [RoleTargetDto](sailpoint\beta/docs/RoleTargetDto.md) + - [SavedSearchComplete](sailpoint\beta/docs/SavedSearchComplete.md) + - [SavedSearchCompleteSearchResults](sailpoint\beta/docs/SavedSearchCompleteSearchResults.md) + - [SavedSearchCompleteSearchResultsAccount](sailpoint\beta/docs/SavedSearchCompleteSearchResultsAccount.md) + - [SavedSearchCompleteSearchResultsEntitlement](sailpoint\beta/docs/SavedSearchCompleteSearchResultsEntitlement.md) + - [SavedSearchCompleteSearchResultsIdentity](sailpoint\beta/docs/SavedSearchCompleteSearchResultsIdentity.md) + - [Schedule](sailpoint\beta/docs/Schedule.md) + - [Schedule1](sailpoint\beta/docs/Schedule1.md) + - [Schedule1Days](sailpoint\beta/docs/Schedule1Days.md) + - [Schedule1Hours](sailpoint\beta/docs/Schedule1Hours.md) + - [Schedule1Months](sailpoint\beta/docs/Schedule1Months.md) + - [ScheduleDays](sailpoint\beta/docs/ScheduleDays.md) + - [ScheduleHours](sailpoint\beta/docs/ScheduleHours.md) + - [ScheduleMonths](sailpoint\beta/docs/ScheduleMonths.md) + - [ScheduleType](sailpoint\beta/docs/ScheduleType.md) + - [ScheduledAttributes](sailpoint\beta/docs/ScheduledAttributes.md) + - [SearchAttributeConfig](sailpoint\beta/docs/SearchAttributeConfig.md) + - [SearchFormDefinitionsByTenant400Response](sailpoint\beta/docs/SearchFormDefinitionsByTenant400Response.md) + - [Section](sailpoint\beta/docs/Section.md) + - [SectionDetails](sailpoint\beta/docs/SectionDetails.md) + - [Sed](sailpoint\beta/docs/Sed.md) + - [SedApproval](sailpoint\beta/docs/SedApproval.md) + - [SedApprovalStatus](sailpoint\beta/docs/SedApprovalStatus.md) + - [SedAssignee](sailpoint\beta/docs/SedAssignee.md) + - [SedAssignment](sailpoint\beta/docs/SedAssignment.md) + - [SedAssignmentResponse](sailpoint\beta/docs/SedAssignmentResponse.md) + - [SedBatchRequest](sailpoint\beta/docs/SedBatchRequest.md) + - [SedBatchResponse](sailpoint\beta/docs/SedBatchResponse.md) + - [SedBatchStats](sailpoint\beta/docs/SedBatchStats.md) + - [SedBatchStatus](sailpoint\beta/docs/SedBatchStatus.md) + - [SedPatch](sailpoint\beta/docs/SedPatch.md) + - [Segment](sailpoint\beta/docs/Segment.md) + - [Selector](sailpoint\beta/docs/Selector.md) + - [SelectorAccountMatchConfig](sailpoint\beta/docs/SelectorAccountMatchConfig.md) + - [SelectorAccountMatchConfigMatchExpression](sailpoint\beta/docs/SelectorAccountMatchConfigMatchExpression.md) + - [SelfImportExportDto](sailpoint\beta/docs/SelfImportExportDto.md) + - [SendAccountVerificationRequest](sailpoint\beta/docs/SendAccountVerificationRequest.md) + - [SendTestNotificationRequestDto](sailpoint\beta/docs/SendTestNotificationRequestDto.md) + - [SendTokenRequest](sailpoint\beta/docs/SendTokenRequest.md) + - [SendTokenResponse](sailpoint\beta/docs/SendTokenResponse.md) + - [ServiceDeskIntegrationDto](sailpoint\beta/docs/ServiceDeskIntegrationDto.md) + - [ServiceDeskIntegrationTemplateDto](sailpoint\beta/docs/ServiceDeskIntegrationTemplateDto.md) + - [ServiceDeskIntegrationTemplateType](sailpoint\beta/docs/ServiceDeskIntegrationTemplateType.md) + - [ServiceDeskSource](sailpoint\beta/docs/ServiceDeskSource.md) + - [SetIcon200Response](sailpoint\beta/docs/SetIcon200Response.md) + - [SetIconRequest](sailpoint\beta/docs/SetIconRequest.md) + - [SimIntegrationDetails](sailpoint\beta/docs/SimIntegrationDetails.md) + - [SimIntegrationDetailsAllOfBeforeProvisioningRule](sailpoint\beta/docs/SimIntegrationDetailsAllOfBeforeProvisioningRule.md) + - [SlimDiscoveredApplications](sailpoint\beta/docs/SlimDiscoveredApplications.md) + - [Slimcampaign](sailpoint\beta/docs/Slimcampaign.md) + - [SodExemptCriteria](sailpoint\beta/docs/SodExemptCriteria.md) + - [SodExemptCriteria1](sailpoint\beta/docs/SodExemptCriteria1.md) + - [SodPolicy](sailpoint\beta/docs/SodPolicy.md) + - [SodPolicyConflictingAccessCriteria](sailpoint\beta/docs/SodPolicyConflictingAccessCriteria.md) + - [SodPolicyDto](sailpoint\beta/docs/SodPolicyDto.md) + - [SodPolicyOwnerRef](sailpoint\beta/docs/SodPolicyOwnerRef.md) + - [SodPolicySchedule](sailpoint\beta/docs/SodPolicySchedule.md) + - [SodRecipient](sailpoint\beta/docs/SodRecipient.md) + - [SodReportResultDto](sailpoint\beta/docs/SodReportResultDto.md) + - [SodViolationCheckResult](sailpoint\beta/docs/SodViolationCheckResult.md) + - [SodViolationCheckResult1](sailpoint\beta/docs/SodViolationCheckResult1.md) + - [SodViolationContext](sailpoint\beta/docs/SodViolationContext.md) + - [SodViolationContext1](sailpoint\beta/docs/SodViolationContext1.md) + - [SodViolationContext1ConflictingAccessCriteria](sailpoint\beta/docs/SodViolationContext1ConflictingAccessCriteria.md) + - [SodViolationContext1ConflictingAccessCriteriaLeftCriteria](sailpoint\beta/docs/SodViolationContext1ConflictingAccessCriteriaLeftCriteria.md) + - [SodViolationContextCheckCompleted](sailpoint\beta/docs/SodViolationContextCheckCompleted.md) + - [SodViolationContextCheckCompleted1](sailpoint\beta/docs/SodViolationContextCheckCompleted1.md) + - [SodViolationContextConflictingAccessCriteria](sailpoint\beta/docs/SodViolationContextConflictingAccessCriteria.md) + - [SodViolationContextConflictingAccessCriteriaLeftCriteria](sailpoint\beta/docs/SodViolationContextConflictingAccessCriteriaLeftCriteria.md) + - [Source](sailpoint\beta/docs/Source.md) + - [Source1](sailpoint\beta/docs/Source1.md) + - [SourceAccountCreated](sailpoint\beta/docs/SourceAccountCreated.md) + - [SourceAccountDeleted](sailpoint\beta/docs/SourceAccountDeleted.md) + - [SourceAccountUpdated](sailpoint\beta/docs/SourceAccountUpdated.md) + - [SourceApp](sailpoint\beta/docs/SourceApp.md) + - [SourceAppAccountSource](sailpoint\beta/docs/SourceAppAccountSource.md) + - [SourceAppBulkUpdateRequest](sailpoint\beta/docs/SourceAppBulkUpdateRequest.md) + - [SourceAppCreateDto](sailpoint\beta/docs/SourceAppCreateDto.md) + - [SourceAppCreateDtoAccountSource](sailpoint\beta/docs/SourceAppCreateDtoAccountSource.md) + - [SourceAppPatchDto](sailpoint\beta/docs/SourceAppPatchDto.md) + - [SourceClusterDto](sailpoint\beta/docs/SourceClusterDto.md) + - [SourceCode](sailpoint\beta/docs/SourceCode.md) + - [SourceCreated](sailpoint\beta/docs/SourceCreated.md) + - [SourceCreatedActor](sailpoint\beta/docs/SourceCreatedActor.md) + - [SourceCreationErrors](sailpoint\beta/docs/SourceCreationErrors.md) + - [SourceDeleted](sailpoint\beta/docs/SourceDeleted.md) + - [SourceDeletedActor](sailpoint\beta/docs/SourceDeletedActor.md) + - [SourceEntitlementRequestConfig](sailpoint\beta/docs/SourceEntitlementRequestConfig.md) + - [SourceSyncJob](sailpoint\beta/docs/SourceSyncJob.md) + - [SourceSyncPayload](sailpoint\beta/docs/SourceSyncPayload.md) + - [SourceUpdated](sailpoint\beta/docs/SourceUpdated.md) + - [SourceUpdatedActor](sailpoint\beta/docs/SourceUpdatedActor.md) + - [SourceUsage](sailpoint\beta/docs/SourceUsage.md) + - [SourceUsageStatus](sailpoint\beta/docs/SourceUsageStatus.md) + - [SpConfigExportJob](sailpoint\beta/docs/SpConfigExportJob.md) + - [SpConfigExportJobStatus](sailpoint\beta/docs/SpConfigExportJobStatus.md) + - [SpConfigExportResults](sailpoint\beta/docs/SpConfigExportResults.md) + - [SpConfigImportJobStatus](sailpoint\beta/docs/SpConfigImportJobStatus.md) + - [SpConfigImportResults](sailpoint\beta/docs/SpConfigImportResults.md) + - [SpConfigJob](sailpoint\beta/docs/SpConfigJob.md) + - [SpConfigMessage](sailpoint\beta/docs/SpConfigMessage.md) + - [SpConfigObject](sailpoint\beta/docs/SpConfigObject.md) + - [SpConfigRule](sailpoint\beta/docs/SpConfigRule.md) + - [SpConfigRules](sailpoint\beta/docs/SpConfigRules.md) + - [StandardLevel](sailpoint\beta/docs/StandardLevel.md) + - [StartInvocationInput](sailpoint\beta/docs/StartInvocationInput.md) + - [StartLauncher200Response](sailpoint\beta/docs/StartLauncher200Response.md) + - [StatusResponse](sailpoint\beta/docs/StatusResponse.md) + - [Subscription](sailpoint\beta/docs/Subscription.md) + - [SubscriptionPatchRequestInner](sailpoint\beta/docs/SubscriptionPatchRequestInner.md) + - [SubscriptionPatchRequestInnerValue](sailpoint\beta/docs/SubscriptionPatchRequestInnerValue.md) + - [SubscriptionPatchRequestInnerValueAnyOfInner](sailpoint\beta/docs/SubscriptionPatchRequestInnerValueAnyOfInner.md) + - [SubscriptionPostRequest](sailpoint\beta/docs/SubscriptionPostRequest.md) + - [SubscriptionPutRequest](sailpoint\beta/docs/SubscriptionPutRequest.md) + - [SubscriptionType](sailpoint\beta/docs/SubscriptionType.md) + - [Tag](sailpoint\beta/docs/Tag.md) + - [TagTagCategoryRefsInner](sailpoint\beta/docs/TagTagCategoryRefsInner.md) + - [TaggedObject](sailpoint\beta/docs/TaggedObject.md) + - [TaggedObjectDto](sailpoint\beta/docs/TaggedObjectDto.md) + - [TaggedObjectObjectRef](sailpoint\beta/docs/TaggedObjectObjectRef.md) + - [Target](sailpoint\beta/docs/Target.md) + - [TaskDefinitionSummary](sailpoint\beta/docs/TaskDefinitionSummary.md) + - [TaskResultDto](sailpoint\beta/docs/TaskResultDto.md) + - [TaskResultResponse](sailpoint\beta/docs/TaskResultResponse.md) + - [TaskResultSimplified](sailpoint\beta/docs/TaskResultSimplified.md) + - [TaskReturnDetails](sailpoint\beta/docs/TaskReturnDetails.md) + - [TaskStatus](sailpoint\beta/docs/TaskStatus.md) + - [TaskStatusMessage](sailpoint\beta/docs/TaskStatusMessage.md) + - [TaskStatusMessageParametersInner](sailpoint\beta/docs/TaskStatusMessageParametersInner.md) + - [TemplateBulkDeleteDto](sailpoint\beta/docs/TemplateBulkDeleteDto.md) + - [TemplateDto](sailpoint\beta/docs/TemplateDto.md) + - [TemplateDtoDefault](sailpoint\beta/docs/TemplateDtoDefault.md) + - [TemplateSlack](sailpoint\beta/docs/TemplateSlack.md) + - [TemplateSlackAutoApprovalData](sailpoint\beta/docs/TemplateSlackAutoApprovalData.md) + - [TemplateSlackCustomFields](sailpoint\beta/docs/TemplateSlackCustomFields.md) + - [TemplateTeams](sailpoint\beta/docs/TemplateTeams.md) + - [Tenant](sailpoint\beta/docs/Tenant.md) + - [TenantConfigurationDetails](sailpoint\beta/docs/TenantConfigurationDetails.md) + - [TenantConfigurationRequest](sailpoint\beta/docs/TenantConfigurationRequest.md) + - [TenantConfigurationResponse](sailpoint\beta/docs/TenantConfigurationResponse.md) + - [TenantUiMetadataItemResponse](sailpoint\beta/docs/TenantUiMetadataItemResponse.md) + - [TenantUiMetadataItemUpdateRequest](sailpoint\beta/docs/TenantUiMetadataItemUpdateRequest.md) + - [TestExternalExecuteWorkflow200Response](sailpoint\beta/docs/TestExternalExecuteWorkflow200Response.md) + - [TestExternalExecuteWorkflowRequest](sailpoint\beta/docs/TestExternalExecuteWorkflowRequest.md) + - [TestInvocation](sailpoint\beta/docs/TestInvocation.md) + - [TestSourceConnectionMultihost200Response](sailpoint\beta/docs/TestSourceConnectionMultihost200Response.md) + - [TestWorkflow200Response](sailpoint\beta/docs/TestWorkflow200Response.md) + - [TestWorkflowRequest](sailpoint\beta/docs/TestWorkflowRequest.md) + - [TokenAuthRequest](sailpoint\beta/docs/TokenAuthRequest.md) + - [TokenAuthResponse](sailpoint\beta/docs/TokenAuthResponse.md) + - [Transform](sailpoint\beta/docs/Transform.md) + - [TransformDefinition](sailpoint\beta/docs/TransformDefinition.md) + - [TransformDefinition1](sailpoint\beta/docs/TransformDefinition1.md) + - [TransformRead](sailpoint\beta/docs/TransformRead.md) + - [TranslationMessage](sailpoint\beta/docs/TranslationMessage.md) + - [Trigger](sailpoint\beta/docs/Trigger.md) + - [TriggerExampleInput](sailpoint\beta/docs/TriggerExampleInput.md) + - [TriggerExampleOutput](sailpoint\beta/docs/TriggerExampleOutput.md) + - [TriggerType](sailpoint\beta/docs/TriggerType.md) + - [UpdateAccessProfilesInBulk412Response](sailpoint\beta/docs/UpdateAccessProfilesInBulk412Response.md) + - [UpdateMultiHostSourcesRequestInner](sailpoint\beta/docs/UpdateMultiHostSourcesRequestInner.md) + - [UpdateMultiHostSourcesRequestInnerValue](sailpoint\beta/docs/UpdateMultiHostSourcesRequestInnerValue.md) + - [UsageType](sailpoint\beta/docs/UsageType.md) + - [UserApp](sailpoint\beta/docs/UserApp.md) + - [UserAppAccount](sailpoint\beta/docs/UserAppAccount.md) + - [UserAppOwner](sailpoint\beta/docs/UserAppOwner.md) + - [UserAppSource](sailpoint\beta/docs/UserAppSource.md) + - [UserAppSourceApp](sailpoint\beta/docs/UserAppSourceApp.md) + - [V3ConnectorDto](sailpoint\beta/docs/V3ConnectorDto.md) + - [VAClusterStatusChangeEvent](sailpoint\beta/docs/VAClusterStatusChangeEvent.md) + - [VAClusterStatusChangeEventApplication](sailpoint\beta/docs/VAClusterStatusChangeEventApplication.md) + - [VAClusterStatusChangeEventHealthCheckResult](sailpoint\beta/docs/VAClusterStatusChangeEventHealthCheckResult.md) + - [VAClusterStatusChangeEventPreviousHealthCheckResult](sailpoint\beta/docs/VAClusterStatusChangeEventPreviousHealthCheckResult.md) + - [ValidateFilterInputDto](sailpoint\beta/docs/ValidateFilterInputDto.md) + - [ValidateFilterOutputDto](sailpoint\beta/docs/ValidateFilterOutputDto.md) + - [Value](sailpoint\beta/docs/Value.md) + - [VendorConnectorMapping](sailpoint\beta/docs/VendorConnectorMapping.md) + - [VendorConnectorMappingDeletedAt](sailpoint\beta/docs/VendorConnectorMappingDeletedAt.md) + - [VendorConnectorMappingDeletedBy](sailpoint\beta/docs/VendorConnectorMappingDeletedBy.md) + - [VendorConnectorMappingUpdatedAt](sailpoint\beta/docs/VendorConnectorMappingUpdatedAt.md) + - [VendorConnectorMappingUpdatedBy](sailpoint\beta/docs/VendorConnectorMappingUpdatedBy.md) + - [VerificationPollRequest](sailpoint\beta/docs/VerificationPollRequest.md) + - [VerificationResponse](sailpoint\beta/docs/VerificationResponse.md) + - [ViolationContext](sailpoint\beta/docs/ViolationContext.md) + - [ViolationContextPolicy](sailpoint\beta/docs/ViolationContextPolicy.md) + - [ViolationOwnerAssignmentConfig](sailpoint\beta/docs/ViolationOwnerAssignmentConfig.md) + - [ViolationOwnerAssignmentConfigOwnerRef](sailpoint\beta/docs/ViolationOwnerAssignmentConfigOwnerRef.md) + - [ViolationPrediction](sailpoint\beta/docs/ViolationPrediction.md) + - [VisibilityCriteria](sailpoint\beta/docs/VisibilityCriteria.md) + - [WorkItemForward](sailpoint\beta/docs/WorkItemForward.md) + - [WorkItemState](sailpoint\beta/docs/WorkItemState.md) + - [WorkItemType](sailpoint\beta/docs/WorkItemType.md) + - [WorkItems](sailpoint\beta/docs/WorkItems.md) + - [WorkItemsCount](sailpoint\beta/docs/WorkItemsCount.md) + - [WorkItemsSummary](sailpoint\beta/docs/WorkItemsSummary.md) + - [Workflow](sailpoint\beta/docs/Workflow.md) + - [WorkflowAllOfCreator](sailpoint\beta/docs/WorkflowAllOfCreator.md) + - [WorkflowBody](sailpoint\beta/docs/WorkflowBody.md) + - [WorkflowBodyOwner](sailpoint\beta/docs/WorkflowBodyOwner.md) + - [WorkflowDefinition](sailpoint\beta/docs/WorkflowDefinition.md) + - [WorkflowExecution](sailpoint\beta/docs/WorkflowExecution.md) + - [WorkflowExecutionEvent](sailpoint\beta/docs/WorkflowExecutionEvent.md) + - [WorkflowLibraryAction](sailpoint\beta/docs/WorkflowLibraryAction.md) + - [WorkflowLibraryActionExampleOutput](sailpoint\beta/docs/WorkflowLibraryActionExampleOutput.md) + - [WorkflowLibraryFormFields](sailpoint\beta/docs/WorkflowLibraryFormFields.md) + - [WorkflowLibraryOperator](sailpoint\beta/docs/WorkflowLibraryOperator.md) + - [WorkflowLibraryTrigger](sailpoint\beta/docs/WorkflowLibraryTrigger.md) + - [WorkflowModifiedBy](sailpoint\beta/docs/WorkflowModifiedBy.md) + - [WorkflowOAuthClient](sailpoint\beta/docs/WorkflowOAuthClient.md) + - [WorkflowTrigger](sailpoint\beta/docs/WorkflowTrigger.md) + - [WorkflowTriggerAttributes](sailpoint\beta/docs/WorkflowTriggerAttributes.md) + - [WorkgroupBulkDeleteRequest](sailpoint\beta/docs/WorkgroupBulkDeleteRequest.md) + - [WorkgroupConnectionDto](sailpoint\beta/docs/WorkgroupConnectionDto.md) + - [WorkgroupDeleteItem](sailpoint\beta/docs/WorkgroupDeleteItem.md) + - [WorkgroupDto](sailpoint\beta/docs/WorkgroupDto.md) + - [WorkgroupDtoOwner](sailpoint\beta/docs/WorkgroupDtoOwner.md) + - [WorkgroupMemberAddItem](sailpoint\beta/docs/WorkgroupMemberAddItem.md) + - [WorkgroupMemberDeleteItem](sailpoint\beta/docs/WorkgroupMemberDeleteItem.md) diff --git a/sailpoint/v2024/api/access_model_metadata_api.py b/sailpoint/v2024/api/access_model_metadata_api.py index 0725c13e1..ed178a7e4 100644 --- a/sailpoint/v2024/api/access_model_metadata_api.py +++ b/sailpoint/v2024/api/access_model_metadata_api.py @@ -283,7 +283,9 @@ def _get_access_model_metadata_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -586,7 +588,9 @@ def _get_access_model_metadata_attribute_value_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -878,7 +882,9 @@ def _list_access_model_metadata_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1170,7 +1176,9 @@ def _list_access_model_metadata_attribute_value_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/access_profiles_api.py b/sailpoint/v2024/api/access_profiles_api.py index b0535da67..88b7ed3a2 100644 --- a/sailpoint/v2024/api/access_profiles_api.py +++ b/sailpoint/v2024/api/access_profiles_api.py @@ -275,7 +275,9 @@ def _create_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -843,7 +847,9 @@ def _delete_access_profiles_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1132,7 +1138,9 @@ def _get_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1473,7 +1481,9 @@ def _get_access_profile_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1860,7 +1870,9 @@ def _list_access_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2180,7 +2192,9 @@ def _patch_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2488,7 +2502,9 @@ def _update_access_profiles_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/access_request_approvals_api.py b/sailpoint/v2024/api/access_request_approvals_api.py index 9d8f57158..e05c77e8d 100644 --- a/sailpoint/v2024/api/access_request_approvals_api.py +++ b/sailpoint/v2024/api/access_request_approvals_api.py @@ -290,7 +290,9 @@ def _approve_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -596,7 +598,9 @@ def _forward_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -899,7 +903,9 @@ def _get_access_request_approval_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1222,7 +1228,9 @@ def _list_access_request_approvers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1574,7 +1582,9 @@ def _list_completed_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1936,7 +1946,9 @@ def _list_pending_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2249,7 +2261,9 @@ def _reject_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/access_request_identity_metrics_api.py b/sailpoint/v2024/api/access_request_identity_metrics_api.py index 6dc499506..ecac20a76 100644 --- a/sailpoint/v2024/api/access_request_identity_metrics_api.py +++ b/sailpoint/v2024/api/access_request_identity_metrics_api.py @@ -307,7 +307,9 @@ def _get_access_request_identity_metrics_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/access_requests_api.py b/sailpoint/v2024/api/access_requests_api.py index 999878903..0c79cd101 100644 --- a/sailpoint/v2024/api/access_requests_api.py +++ b/sailpoint/v2024/api/access_requests_api.py @@ -280,7 +280,9 @@ def _approve_bulk_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -571,7 +573,9 @@ def _cancel_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -862,7 +866,9 @@ def _cancel_access_request_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1163,7 +1169,9 @@ def _close_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1453,7 +1461,9 @@ def _create_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1728,7 +1738,9 @@ def _get_access_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2118,7 +2130,9 @@ def _list_access_request_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2548,7 +2562,9 @@ def _list_administrators_access_request_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2861,7 +2877,9 @@ def _set_access_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/account_activities_api.py b/sailpoint/v2024/api/account_activities_api.py index 435b4a8fc..60ca5f6b3 100644 --- a/sailpoint/v2024/api/account_activities_api.py +++ b/sailpoint/v2024/api/account_activities_api.py @@ -272,7 +272,9 @@ def _get_account_activity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -638,7 +640,9 @@ def _list_account_activities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/account_aggregations_api.py b/sailpoint/v2024/api/account_aggregations_api.py index 179b971d7..73a37535a 100644 --- a/sailpoint/v2024/api/account_aggregations_api.py +++ b/sailpoint/v2024/api/account_aggregations_api.py @@ -281,7 +281,9 @@ def _get_account_aggregation_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/account_usages_api.py b/sailpoint/v2024/api/account_usages_api.py index ec0e5d5ef..67c0fee06 100644 --- a/sailpoint/v2024/api/account_usages_api.py +++ b/sailpoint/v2024/api/account_usages_api.py @@ -321,7 +321,9 @@ def _get_usages_by_account_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/accounts_api.py b/sailpoint/v2024/api/accounts_api.py index 7c482bbdf..df6308039 100644 --- a/sailpoint/v2024/api/accounts_api.py +++ b/sailpoint/v2024/api/accounts_api.py @@ -278,7 +278,9 @@ def _create_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -569,7 +571,9 @@ def _delete_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -857,7 +861,9 @@ def _delete_account_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1150,7 +1156,9 @@ def _disable_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1456,7 +1464,9 @@ def _disable_account_for_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1746,7 +1756,9 @@ def _disable_accounts_for_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2052,7 +2064,9 @@ def _enable_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2358,7 +2372,9 @@ def _enable_account_for_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2648,7 +2664,9 @@ def _enable_accounts_for_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2941,7 +2959,9 @@ def _get_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3258,7 +3278,9 @@ def _get_account_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3610,7 +3632,9 @@ def _list_accounts_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3923,7 +3947,9 @@ def _put_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4216,7 +4242,9 @@ def _submit_reload_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4507,7 +4535,9 @@ def _unlock_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4814,7 +4844,9 @@ def _update_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/application_discovery_api.py b/sailpoint/v2024/api/application_discovery_api.py index 107125b45..6785cc30e 100644 --- a/sailpoint/v2024/api/application_discovery_api.py +++ b/sailpoint/v2024/api/application_discovery_api.py @@ -322,7 +322,9 @@ def _get_discovered_applications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -602,7 +604,9 @@ def _get_manual_discover_applications_csv_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -876,7 +880,9 @@ def _send_manual_discover_applications_csv_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/approvals_api.py b/sailpoint/v2024/api/approvals_api.py index ed4b6edb9..1adf3307a 100644 --- a/sailpoint/v2024/api/approvals_api.py +++ b/sailpoint/v2024/api/approvals_api.py @@ -282,7 +282,9 @@ def _get_approval_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -598,7 +600,9 @@ def _get_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/apps_api.py b/sailpoint/v2024/api/apps_api.py index fc9fa258c..d8f3e07f1 100644 --- a/sailpoint/v2024/api/apps_api.py +++ b/sailpoint/v2024/api/apps_api.py @@ -289,7 +289,9 @@ def _create_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -619,7 +621,9 @@ def _delete_access_profiles_from_source_app_by_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -928,7 +932,9 @@ def _delete_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1221,7 +1227,9 @@ def _get_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1550,7 +1558,9 @@ def _list_access_profiles_for_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1904,7 +1914,9 @@ def _list_all_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2251,7 +2263,9 @@ def _list_all_user_apps_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2607,7 +2621,9 @@ def _list_assigned_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2941,7 +2957,9 @@ def _list_available_accounts_for_user_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3291,7 +3309,9 @@ def _list_available_source_apps_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3638,7 +3658,9 @@ def _list_owned_user_apps_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3959,7 +3981,9 @@ def _patch_source_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4281,7 +4305,9 @@ def _patch_user_app_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4589,7 +4615,9 @@ def _update_source_apps_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/auth_profile_api.py b/sailpoint/v2024/api/auth_profile_api.py index e87c45c0d..b8f79f46e 100644 --- a/sailpoint/v2024/api/auth_profile_api.py +++ b/sailpoint/v2024/api/auth_profile_api.py @@ -287,7 +287,9 @@ def _get_profile_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _get_profile_config_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -866,7 +870,9 @@ def _patch_profile_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/auth_users_api.py b/sailpoint/v2024/api/auth_users_api.py index ca6eec6b0..07b85f13c 100644 --- a/sailpoint/v2024/api/auth_users_api.py +++ b/sailpoint/v2024/api/auth_users_api.py @@ -273,7 +273,9 @@ def _get_auth_user_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -565,7 +567,9 @@ def _patch_auth_user_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/branding_api.py b/sailpoint/v2024/api/branding_api.py index bd836c74b..67327e4b4 100644 --- a/sailpoint/v2024/api/branding_api.py +++ b/sailpoint/v2024/api/branding_api.py @@ -360,7 +360,9 @@ def _create_branding_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -666,7 +668,9 @@ def _delete_branding_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -945,7 +949,9 @@ def _get_branding_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1208,7 +1214,9 @@ def _get_branding_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1589,7 +1597,9 @@ def _set_branding_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/certification_campaign_filters_api.py b/sailpoint/v2024/api/certification_campaign_filters_api.py index 0b68e954b..a1c258c82 100644 --- a/sailpoint/v2024/api/certification_campaign_filters_api.py +++ b/sailpoint/v2024/api/certification_campaign_filters_api.py @@ -270,7 +270,9 @@ def _create_campaign_filter_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_campaign_filters_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -853,7 +857,9 @@ def _get_campaign_filter_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1154,7 +1160,9 @@ def _list_campaign_filters_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1452,7 +1460,9 @@ def _update_campaign_filter_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/certification_campaigns_api.py b/sailpoint/v2024/api/certification_campaigns_api.py index 47e578266..2e2eb2439 100644 --- a/sailpoint/v2024/api/certification_campaigns_api.py +++ b/sailpoint/v2024/api/certification_campaigns_api.py @@ -299,7 +299,9 @@ def _complete_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -589,7 +591,9 @@ def _create_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -877,7 +881,9 @@ def _create_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1168,7 +1174,9 @@ def _delete_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1446,7 +1454,9 @@ def _delete_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1724,7 +1734,9 @@ def _delete_campaigns_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2077,7 +2089,9 @@ def _get_active_campaigns_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2390,7 +2404,9 @@ def _get_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2672,7 +2688,9 @@ def _get_campaign_reports_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2934,7 +2952,9 @@ def _get_campaign_reports_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3210,7 +3230,9 @@ def _get_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3488,7 +3510,9 @@ def _get_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3815,7 +3839,9 @@ def _get_campaign_templates_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4124,7 +4150,9 @@ def _move_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4431,7 +4459,9 @@ def _patch_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4721,7 +4751,9 @@ def _set_campaign_reports_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5025,7 +5057,9 @@ def _set_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5331,7 +5365,9 @@ def _start_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5624,7 +5660,9 @@ def _start_campaign_remediation_scan_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5915,7 +5953,9 @@ def _start_campaign_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6192,7 +6232,9 @@ def _start_generate_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6484,7 +6526,9 @@ def _update_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/certification_summaries_api.py b/sailpoint/v2024/api/certification_summaries_api.py index 3ec74c31d..a62c9c0e7 100644 --- a/sailpoint/v2024/api/certification_summaries_api.py +++ b/sailpoint/v2024/api/certification_summaries_api.py @@ -352,7 +352,9 @@ def _get_identity_access_summaries_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -665,7 +667,9 @@ def _get_identity_decision_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1012,7 +1016,9 @@ def _get_identity_summaries_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1323,7 +1329,9 @@ def _get_identity_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/certifications_api.py b/sailpoint/v2024/api/certifications_api.py index c0b50798e..d008c3c9e 100644 --- a/sailpoint/v2024/api/certifications_api.py +++ b/sailpoint/v2024/api/certifications_api.py @@ -278,7 +278,9 @@ def _get_certification_task_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -556,7 +558,9 @@ def _get_identity_certification_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -899,7 +903,9 @@ def _get_identity_certification_item_permissions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1247,7 +1253,9 @@ def _get_pending_certification_tasks_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1608,7 +1616,9 @@ def _list_certification_reviewers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2010,7 +2020,9 @@ def _list_identity_access_review_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2382,7 +2394,9 @@ def _list_identity_certifications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2696,7 +2710,9 @@ def _make_identity_decision_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3002,7 +3018,9 @@ def _reassign_identity_certifications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3295,7 +3313,9 @@ def _sign_off_identity_certification_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3586,7 +3606,9 @@ def _submit_reassign_certs_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/configuration_hub_api.py b/sailpoint/v2024/api/configuration_hub_api.py index 404390e94..8d38863b4 100644 --- a/sailpoint/v2024/api/configuration_hub_api.py +++ b/sailpoint/v2024/api/configuration_hub_api.py @@ -278,7 +278,9 @@ def _create_deploy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -582,7 +584,9 @@ def _create_object_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -888,7 +892,9 @@ def _create_object_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1191,7 +1197,9 @@ def _create_uploaded_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1484,7 +1492,9 @@ def _delete_backup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1762,7 +1772,9 @@ def _delete_draft_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2053,7 +2065,9 @@ def _delete_object_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2333,7 +2347,9 @@ def _delete_uploaded_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2611,7 +2627,9 @@ def _get_deploy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2889,7 +2907,9 @@ def _get_object_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3167,7 +3187,9 @@ def _get_uploaded_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3442,7 +3464,9 @@ def _list_backups_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3706,7 +3730,9 @@ def _list_deploys_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3979,7 +4005,9 @@ def _list_drafts_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4259,7 +4287,9 @@ def _list_uploaded_configurations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4552,7 +4582,9 @@ def _update_object_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/connector_rule_management_api.py b/sailpoint/v2024/api/connector_rule_management_api.py index df5d6bf6c..6afb983ea 100644 --- a/sailpoint/v2024/api/connector_rule_management_api.py +++ b/sailpoint/v2024/api/connector_rule_management_api.py @@ -286,7 +286,9 @@ def _create_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -592,7 +594,9 @@ def _delete_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -885,7 +889,9 @@ def _get_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1201,7 +1207,9 @@ def _get_connector_rule_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1517,7 +1525,9 @@ def _put_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1822,7 +1832,9 @@ def _test_connector_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/connectors_api.py b/sailpoint/v2024/api/connectors_api.py index 50ac70e13..9f0284d61 100644 --- a/sailpoint/v2024/api/connectors_api.py +++ b/sailpoint/v2024/api/connectors_api.py @@ -276,7 +276,9 @@ def _create_custom_connector_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -567,7 +569,9 @@ def _delete_custom_connector_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -858,7 +862,9 @@ def _get_connector_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1140,7 +1146,9 @@ def _get_connector_correlation_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1471,7 +1479,9 @@ def _get_connector_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1767,7 +1777,9 @@ def _get_connector_source_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2046,7 +2058,9 @@ def _get_connector_source_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2338,7 +2352,9 @@ def _get_connector_translations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2632,7 +2648,9 @@ def _put_connector_correlation_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2938,7 +2956,9 @@ def _put_connector_source_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3244,7 +3264,9 @@ def _put_connector_source_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3550,7 +3572,9 @@ def _put_connector_translations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3857,7 +3881,9 @@ def _update_connector_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/custom_forms_api.py b/sailpoint/v2024/api/custom_forms_api.py index a3db135ad..a27b0558c 100644 --- a/sailpoint/v2024/api/custom_forms_api.py +++ b/sailpoint/v2024/api/custom_forms_api.py @@ -293,7 +293,9 @@ def _create_form_definition_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -596,7 +598,9 @@ def _create_form_definition_dynamic_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -924,7 +928,9 @@ def _create_form_definition_file_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1226,7 +1232,9 @@ def _create_form_instance_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1532,7 +1540,9 @@ def _delete_form_definition_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1861,7 +1871,9 @@ def _export_form_definitions_by_tenant_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2181,7 +2193,9 @@ def _get_file_from_s3_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2479,7 +2493,9 @@ def _get_form_definition_by_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2772,7 +2788,9 @@ def _get_form_instance_by_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3078,7 +3096,9 @@ def _get_form_instance_file_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3371,7 +3391,9 @@ def _import_form_definitions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3691,7 +3713,9 @@ def _patch_form_definition_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4016,7 +4040,9 @@ def _patch_form_instance_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4360,7 +4386,9 @@ def _search_form_definitions_by_tenant_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4719,7 +4747,9 @@ def _search_form_element_data_by_element_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5010,7 +5040,9 @@ def _search_form_instances_by_tenant_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5285,7 +5317,9 @@ def _search_pre_defined_select_options_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5625,7 +5659,9 @@ def _show_preview_data_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/custom_password_instructions_api.py b/sailpoint/v2024/api/custom_password_instructions_api.py index c7e3d37bd..248525e6a 100644 --- a/sailpoint/v2024/api/custom_password_instructions_api.py +++ b/sailpoint/v2024/api/custom_password_instructions_api.py @@ -276,7 +276,9 @@ def _create_custom_password_instructions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -589,7 +591,9 @@ def _delete_custom_password_instructions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -893,7 +897,9 @@ def _get_custom_password_instructions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/data_segmentation_api.py b/sailpoint/v2024/api/data_segmentation_api.py index 2af11ed78..928a67c9f 100644 --- a/sailpoint/v2024/api/data_segmentation_api.py +++ b/sailpoint/v2024/api/data_segmentation_api.py @@ -269,7 +269,9 @@ def _create_data_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -587,7 +589,9 @@ def _delete_data_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -885,7 +889,9 @@ def _get_data_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1179,7 +1185,9 @@ def _get_data_segment_identity_membership_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1473,7 +1481,9 @@ def _get_data_segmentation_enabled_for_user_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1845,7 +1855,9 @@ def _list_data_segments_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2179,7 +2191,9 @@ def _patch_data_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2502,7 +2516,9 @@ def _publish_data_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/dimensions_api.py b/sailpoint/v2024/api/dimensions_api.py index 0cca8fd26..2d0f6b899 100644 --- a/sailpoint/v2024/api/dimensions_api.py +++ b/sailpoint/v2024/api/dimensions_api.py @@ -287,7 +287,9 @@ def _create_dimension_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -590,7 +592,9 @@ def _delete_bulk_dimensions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -893,7 +897,9 @@ def _delete_dimension_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1183,7 +1189,9 @@ def _get_dimension_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1538,7 +1546,9 @@ def _get_dimension_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1916,7 +1926,9 @@ def _list_dimension_access_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2291,7 +2303,9 @@ def _list_dimensions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2617,7 +2631,9 @@ def _patch_dimension_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/entitlements_api.py b/sailpoint/v2024/api/entitlements_api.py index b7b8384ba..120a89e87 100644 --- a/sailpoint/v2024/api/entitlements_api.py +++ b/sailpoint/v2024/api/entitlements_api.py @@ -313,7 +313,9 @@ def _create_access_model_metadata_for_entitlement_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -633,7 +635,9 @@ def _delete_access_model_metadata_from_entitlement_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -930,7 +934,9 @@ def _get_entitlement_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1223,7 +1229,9 @@ def _get_entitlement_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1529,7 +1537,9 @@ def _import_entitlements_by_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1902,7 +1912,9 @@ def _list_entitlement_children_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2280,7 +2292,9 @@ def _list_entitlement_parents_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2694,7 +2708,9 @@ def _list_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3035,7 +3051,9 @@ def _patch_entitlement_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3356,7 +3374,9 @@ def _put_entitlement_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3661,7 +3681,9 @@ def _reset_source_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3951,7 +3973,9 @@ def _update_entitlements_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/global_tenant_security_settings_api.py b/sailpoint/v2024/api/global_tenant_security_settings_api.py index 275322cf7..4328ff1be 100644 --- a/sailpoint/v2024/api/global_tenant_security_settings_api.py +++ b/sailpoint/v2024/api/global_tenant_security_settings_api.py @@ -273,7 +273,9 @@ def _create_auth_org_network_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -551,7 +553,9 @@ def _get_auth_org_network_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -828,7 +832,9 @@ def _patch_auth_org_network_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/governance_groups_api.py b/sailpoint/v2024/api/governance_groups_api.py index 28da941a1..2fc107cf8 100644 --- a/sailpoint/v2024/api/governance_groups_api.py +++ b/sailpoint/v2024/api/governance_groups_api.py @@ -290,7 +290,9 @@ def _create_workgroup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -593,7 +595,9 @@ def _delete_workgroup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -898,7 +902,9 @@ def _delete_workgroup_members_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1204,7 +1210,9 @@ def _delete_workgroups_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1507,7 +1515,9 @@ def _get_workgroup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1850,7 +1860,9 @@ def _list_connections_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2208,7 +2220,9 @@ def _list_workgroup_members_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2566,7 +2580,9 @@ def _list_workgroups_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2888,7 +2904,9 @@ def _patch_workgroup_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3208,7 +3226,9 @@ def _update_workgroup_members_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/iai_access_request_recommendations_api.py b/sailpoint/v2024/api/iai_access_request_recommendations_api.py index 22fe666f8..fb9f8477e 100644 --- a/sailpoint/v2024/api/iai_access_request_recommendations_api.py +++ b/sailpoint/v2024/api/iai_access_request_recommendations_api.py @@ -284,7 +284,9 @@ def _add_access_request_recommendations_ignored_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -587,7 +589,9 @@ def _add_access_request_recommendations_requested_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -890,7 +894,9 @@ def _add_access_request_recommendations_viewed_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1194,7 +1200,9 @@ def _add_access_request_recommendations_viewed_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1575,7 +1583,9 @@ def _get_access_request_recommendations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1943,7 +1953,9 @@ def _get_access_request_recommendations_ignored_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2303,7 +2315,9 @@ def _get_access_request_recommendations_requested_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2663,7 +2677,9 @@ def _get_access_request_recommendations_viewed_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/iai_common_access_api.py b/sailpoint/v2024/api/iai_common_access_api.py index 618f7208b..1175454c2 100644 --- a/sailpoint/v2024/api/iai_common_access_api.py +++ b/sailpoint/v2024/api/iai_common_access_api.py @@ -285,7 +285,9 @@ def _create_common_access_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -637,7 +639,9 @@ def _get_common_access_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -946,7 +950,9 @@ def _update_common_access_status_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/iai_outliers_api.py b/sailpoint/v2024/api/iai_outliers_api.py index e5156840f..690c9984f 100644 --- a/sailpoint/v2024/api/iai_outliers_api.py +++ b/sailpoint/v2024/api/iai_outliers_api.py @@ -287,7 +287,9 @@ def _export_outliers_zip_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -636,7 +638,9 @@ def _get_identity_outlier_snapshots_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1010,7 +1014,9 @@ def _get_identity_outliers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1326,7 +1332,9 @@ def _get_latest_identity_outlier_snapshots_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1622,7 +1630,9 @@ def _get_outlier_contributing_feature_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1981,7 +1991,9 @@ def _get_peer_group_outliers_contributing_features_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2293,7 +2305,9 @@ def _ignore_identity_outliers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2678,7 +2692,9 @@ def _list_outliers_contributing_feature_access_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2992,7 +3008,9 @@ def _un_ignore_identity_outliers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/iai_peer_group_strategies_api.py b/sailpoint/v2024/api/iai_peer_group_strategies_api.py index d3fb53942..d176dd452 100644 --- a/sailpoint/v2024/api/iai_peer_group_strategies_api.py +++ b/sailpoint/v2024/api/iai_peer_group_strategies_api.py @@ -324,7 +324,9 @@ def _get_peer_group_outliers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/iai_recommendations_api.py b/sailpoint/v2024/api/iai_recommendations_api.py index 517753b0b..78efb4c49 100644 --- a/sailpoint/v2024/api/iai_recommendations_api.py +++ b/sailpoint/v2024/api/iai_recommendations_api.py @@ -283,7 +283,9 @@ def _get_recommendations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -570,7 +572,9 @@ def _get_recommendations_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -855,7 +859,9 @@ def _update_recommendations_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/iai_role_mining_api.py b/sailpoint/v2024/api/iai_role_mining_api.py index deac02302..6fe3f99ae 100644 --- a/sailpoint/v2024/api/iai_role_mining_api.py +++ b/sailpoint/v2024/api/iai_role_mining_api.py @@ -350,7 +350,9 @@ def _create_potential_role_provision_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -665,7 +667,9 @@ def _create_role_mining_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -991,7 +995,9 @@ def _download_role_mining_potential_role_zip_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1296,7 +1302,9 @@ def _export_role_mining_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1612,7 +1620,9 @@ def _export_role_mining_potential_role_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1942,7 +1952,9 @@ def _export_role_mining_potential_role_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2288,7 +2300,9 @@ def _get_all_potential_role_summaries_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2619,7 +2633,9 @@ def _get_entitlement_distribution_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3006,7 +3022,9 @@ def _get_entitlements_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3397,7 +3415,9 @@ def _get_excluded_entitlements_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3784,7 +3804,9 @@ def _get_identities_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4109,7 +4131,9 @@ def _get_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4466,7 +4490,9 @@ def _get_potential_role_applications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4839,7 +4865,9 @@ def _get_potential_role_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5212,7 +5240,9 @@ def _get_potential_role_source_identity_usage_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5585,7 +5615,9 @@ def _get_potential_role_summaries_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5895,7 +5927,9 @@ def _get_role_mining_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6188,7 +6222,9 @@ def _get_role_mining_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6475,7 +6511,9 @@ def _get_role_mining_session_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6817,7 +6855,9 @@ def _get_role_mining_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7164,7 +7204,9 @@ def _get_saved_potential_roles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7498,7 +7540,9 @@ def _patch_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7835,7 +7879,9 @@ def _patch_potential_role_0_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8159,7 +8205,9 @@ def _patch_role_mining_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8487,7 +8535,9 @@ def _update_entitlements_potential_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/icons_api.py b/sailpoint/v2024/api/icons_api.py index 8f6b6ba76..6f52ff9b9 100644 --- a/sailpoint/v2024/api/icons_api.py +++ b/sailpoint/v2024/api/icons_api.py @@ -298,7 +298,9 @@ def _delete_icon_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -619,7 +621,9 @@ def _set_icon_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/identities_api.py b/sailpoint/v2024/api/identities_api.py index 9b11666de..a1d2583d5 100644 --- a/sailpoint/v2024/api/identities_api.py +++ b/sailpoint/v2024/api/identities_api.py @@ -294,7 +294,9 @@ def _delete_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -587,7 +589,9 @@ def _get_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -880,7 +884,9 @@ def _get_identity_ownership_details_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1183,7 +1189,9 @@ def _get_role_assignment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1504,7 +1512,9 @@ def _get_role_assignments_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1867,7 +1877,9 @@ def _list_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2182,7 +2194,9 @@ def _reset_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2488,7 +2502,9 @@ def _send_identity_verification_account_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2796,7 +2812,9 @@ def _start_identities_invite_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3102,7 +3120,9 @@ def _start_identity_processing_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3408,7 +3428,9 @@ def _synchronize_attributes_for_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/identity_attributes_api.py b/sailpoint/v2024/api/identity_attributes_api.py index 23a2b13e9..8e04b2a70 100644 --- a/sailpoint/v2024/api/identity_attributes_api.py +++ b/sailpoint/v2024/api/identity_attributes_api.py @@ -286,7 +286,9 @@ def _create_identity_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -592,7 +594,9 @@ def _delete_identity_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -885,7 +889,9 @@ def _delete_identity_attributes_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1191,7 +1197,9 @@ def _get_identity_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1520,7 +1528,9 @@ def _list_identity_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1840,7 +1850,9 @@ def _put_identity_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/identity_history_api.py b/sailpoint/v2024/api/identity_history_api.py index 0dcc394dd..e2d0a2aac 100644 --- a/sailpoint/v2024/api/identity_history_api.py +++ b/sailpoint/v2024/api/identity_history_api.py @@ -368,7 +368,9 @@ def _compare_identity_snapshots_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -773,7 +775,9 @@ def _compare_identity_snapshots_access_type_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1089,7 +1093,9 @@ def _get_historical_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1462,7 +1468,9 @@ def _get_historical_identity_events_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1789,7 +1797,9 @@ def _get_identity_snapshot_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2159,7 +2169,9 @@ def _get_identity_snapshot_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2473,7 +2485,9 @@ def _get_identity_start_date_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2815,7 +2829,9 @@ def _list_historical_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3178,7 +3194,9 @@ def _list_identity_access_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3510,7 +3528,9 @@ def _list_identity_snapshot_access_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3871,7 +3891,9 @@ def _list_identity_snapshots_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/identity_profiles_api.py b/sailpoint/v2024/api/identity_profiles_api.py index 2f44406c8..b83572fe2 100644 --- a/sailpoint/v2024/api/identity_profiles_api.py +++ b/sailpoint/v2024/api/identity_profiles_api.py @@ -276,7 +276,9 @@ def _create_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -567,7 +569,9 @@ def _delete_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -843,7 +847,9 @@ def _delete_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1183,7 +1189,9 @@ def _export_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1479,7 +1487,9 @@ def _get_default_identity_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1757,7 +1767,9 @@ def _get_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2034,7 +2046,9 @@ def _import_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2374,7 +2388,9 @@ def _list_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2668,7 +2684,9 @@ def _show_identity_preview_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2959,7 +2977,9 @@ def _sync_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3251,7 +3271,9 @@ def _update_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/lifecycle_states_api.py b/sailpoint/v2024/api/lifecycle_states_api.py index a42d3e7f9..0cc2a45a9 100644 --- a/sailpoint/v2024/api/lifecycle_states_api.py +++ b/sailpoint/v2024/api/lifecycle_states_api.py @@ -286,7 +286,9 @@ def _create_lifecycle_state_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -593,7 +595,9 @@ def _delete_lifecycle_state_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -887,7 +891,9 @@ def _get_lifecycle_state_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1216,7 +1222,9 @@ def _get_lifecycle_states_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1524,7 +1532,9 @@ def _set_lifecycle_state_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1844,7 +1854,9 @@ def _update_lifecycle_states_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/managed_clients_api.py b/sailpoint/v2024/api/managed_clients_api.py index 0fc41e271..cc910c51b 100644 --- a/sailpoint/v2024/api/managed_clients_api.py +++ b/sailpoint/v2024/api/managed_clients_api.py @@ -273,7 +273,9 @@ def _create_managed_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -561,7 +563,9 @@ def _delete_managed_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -839,7 +843,9 @@ def _get_managed_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1130,7 +1136,9 @@ def _get_managed_client_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1448,7 +1456,9 @@ def _get_managed_clients_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1754,7 +1764,9 @@ def _update_managed_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/managed_clusters_api.py b/sailpoint/v2024/api/managed_clusters_api.py index 675e89928..223a70d9e 100644 --- a/sailpoint/v2024/api/managed_clusters_api.py +++ b/sailpoint/v2024/api/managed_clusters_api.py @@ -273,7 +273,9 @@ def _create_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -574,7 +576,9 @@ def _delete_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -859,7 +863,9 @@ def _get_client_log_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1137,7 +1143,9 @@ def _get_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1451,7 +1459,9 @@ def _get_managed_clusters_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1756,7 +1766,9 @@ def _put_client_log_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2063,7 +2075,9 @@ def _update_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/mfa_configuration_api.py b/sailpoint/v2024/api/mfa_configuration_api.py index d2d55b12a..d41624204 100644 --- a/sailpoint/v2024/api/mfa_configuration_api.py +++ b/sailpoint/v2024/api/mfa_configuration_api.py @@ -261,7 +261,9 @@ def _get_mfa_duo_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -534,7 +536,9 @@ def _get_mfa_kba_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -798,7 +802,9 @@ def _get_mfa_okta_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1071,7 +1077,9 @@ def _set_mfa_duo_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1359,7 +1367,9 @@ def _set_mfa_okta_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1648,7 +1658,9 @@ def _set_mfakba_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1936,7 +1948,9 @@ def _test_mfa_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/non_employee_lifecycle_management_api.py b/sailpoint/v2024/api/non_employee_lifecycle_management_api.py index b179003f2..0a13b9612 100644 --- a/sailpoint/v2024/api/non_employee_lifecycle_management_api.py +++ b/sailpoint/v2024/api/non_employee_lifecycle_management_api.py @@ -300,7 +300,9 @@ def _approve_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -590,7 +592,9 @@ def _create_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -878,7 +882,9 @@ def _create_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1166,7 +1172,9 @@ def _create_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1467,7 +1475,9 @@ def _create_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1757,7 +1767,9 @@ def _delete_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2032,7 +2044,9 @@ def _delete_non_employee_records_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2323,7 +2337,9 @@ def _delete_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2611,7 +2627,9 @@ def _delete_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2888,7 +2906,9 @@ def _delete_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3163,7 +3183,9 @@ def _delete_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3441,7 +3463,9 @@ def _export_non_employee_records_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3720,7 +3744,9 @@ def _export_non_employee_source_schema_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4009,7 +4035,9 @@ def _get_non_employee_approval_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4288,7 +4316,9 @@ def _get_non_employee_approval_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4563,7 +4593,9 @@ def _get_non_employee_bulk_upload_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4838,7 +4870,9 @@ def _get_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5116,7 +5150,9 @@ def _get_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5391,7 +5427,9 @@ def _get_non_employee_request_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5679,7 +5717,9 @@ def _get_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5956,7 +5996,9 @@ def _get_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6234,7 +6276,9 @@ def _get_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6525,7 +6569,9 @@ def _import_non_employee_records_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6880,7 +6926,9 @@ def _list_non_employee_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7229,7 +7277,9 @@ def _list_non_employee_records_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7587,7 +7637,9 @@ def _list_non_employee_requests_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7949,7 +8001,9 @@ def _list_non_employee_sources_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8263,7 +8317,9 @@ def _patch_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8583,7 +8639,9 @@ def _patch_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8889,7 +8947,9 @@ def _patch_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9192,7 +9252,9 @@ def _reject_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9498,7 +9560,9 @@ def _update_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/notifications_api.py b/sailpoint/v2024/api/notifications_api.py index 8adb4925a..466c81795 100644 --- a/sailpoint/v2024/api/notifications_api.py +++ b/sailpoint/v2024/api/notifications_api.py @@ -296,7 +296,9 @@ def _create_domain_dkim_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -599,7 +601,9 @@ def _create_notification_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -902,7 +906,9 @@ def _create_verified_from_address_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1206,7 +1212,9 @@ def _delete_notification_templates_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1512,7 +1520,9 @@ def _delete_verified_from_address_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1789,7 +1799,9 @@ def _get_dkim_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2077,7 +2089,9 @@ def _get_mail_from_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2369,7 +2383,9 @@ def _get_notification_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2646,7 +2662,9 @@ def _get_notifications_template_context_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2983,7 +3001,9 @@ def _list_from_addresses_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3281,7 +3301,9 @@ def _list_notification_preferences_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3595,7 +3617,9 @@ def _list_notification_template_defaults_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3921,7 +3945,9 @@ def _list_notification_templates_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4221,7 +4247,9 @@ def _put_mail_from_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4527,7 +4555,9 @@ def _send_test_notification_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/o_auth_clients_api.py b/sailpoint/v2024/api/o_auth_clients_api.py index c404601c0..ae73b4e59 100644 --- a/sailpoint/v2024/api/o_auth_clients_api.py +++ b/sailpoint/v2024/api/o_auth_clients_api.py @@ -272,7 +272,9 @@ def _create_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -841,7 +845,9 @@ def _get_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1116,7 +1122,9 @@ def _list_oauth_clients_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1410,7 +1418,9 @@ def _patch_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/org_config_api.py b/sailpoint/v2024/api/org_config_api.py index 7edb6f0d9..a5d3feaa3 100644 --- a/sailpoint/v2024/api/org_config_api.py +++ b/sailpoint/v2024/api/org_config_api.py @@ -273,7 +273,9 @@ def _get_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -587,7 +589,9 @@ def _get_valid_time_zones_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -891,7 +895,9 @@ def _patch_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/password_configuration_api.py b/sailpoint/v2024/api/password_configuration_api.py index d33587abf..05be157aa 100644 --- a/sailpoint/v2024/api/password_configuration_api.py +++ b/sailpoint/v2024/api/password_configuration_api.py @@ -266,7 +266,9 @@ def _create_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -541,7 +543,9 @@ def _get_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -814,7 +818,9 @@ def _put_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/password_dictionary_api.py b/sailpoint/v2024/api/password_dictionary_api.py index 6b345881a..a628afc35 100644 --- a/sailpoint/v2024/api/password_dictionary_api.py +++ b/sailpoint/v2024/api/password_dictionary_api.py @@ -257,7 +257,9 @@ def _get_password_dictionary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -537,7 +539,9 @@ def _put_password_dictionary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/password_management_api.py b/sailpoint/v2024/api/password_management_api.py index 2bac452e0..5ee16c12c 100644 --- a/sailpoint/v2024/api/password_management_api.py +++ b/sailpoint/v2024/api/password_management_api.py @@ -287,7 +287,9 @@ def _create_digit_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -580,7 +582,9 @@ def _get_password_change_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -856,7 +860,9 @@ def _query_password_info_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1143,7 +1149,9 @@ def _set_password_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/password_policies_api.py b/sailpoint/v2024/api/password_policies_api.py index e3809bae1..e43250e87 100644 --- a/sailpoint/v2024/api/password_policies_api.py +++ b/sailpoint/v2024/api/password_policies_api.py @@ -272,7 +272,9 @@ def _create_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -841,7 +845,9 @@ def _get_password_policy_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1142,7 +1148,9 @@ def _list_password_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1443,7 +1451,9 @@ def _set_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/password_sync_groups_api.py b/sailpoint/v2024/api/password_sync_groups_api.py index b8d91fc3c..b58e42ed8 100644 --- a/sailpoint/v2024/api/password_sync_groups_api.py +++ b/sailpoint/v2024/api/password_sync_groups_api.py @@ -269,7 +269,9 @@ def _create_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -557,7 +559,9 @@ def _delete_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -835,7 +839,9 @@ def _get_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1136,7 +1142,9 @@ def _get_password_sync_groups_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1437,7 +1445,9 @@ def _update_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/personal_access_tokens_api.py b/sailpoint/v2024/api/personal_access_tokens_api.py index c681d8a12..80e17c077 100644 --- a/sailpoint/v2024/api/personal_access_tokens_api.py +++ b/sailpoint/v2024/api/personal_access_tokens_api.py @@ -272,7 +272,9 @@ def _create_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -851,7 +855,9 @@ def _list_personal_access_tokens_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1149,7 +1155,9 @@ def _patch_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/public_identities_api.py b/sailpoint/v2024/api/public_identities_api.py index 7c3455fbf..c965041ff 100644 --- a/sailpoint/v2024/api/public_identities_api.py +++ b/sailpoint/v2024/api/public_identities_api.py @@ -334,7 +334,9 @@ def _get_public_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/public_identities_config_api.py b/sailpoint/v2024/api/public_identities_config_api.py index 7d1d56ddb..bda538c14 100644 --- a/sailpoint/v2024/api/public_identities_config_api.py +++ b/sailpoint/v2024/api/public_identities_config_api.py @@ -253,7 +253,9 @@ def _get_public_identity_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -526,7 +528,9 @@ def _update_public_identity_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/reports_data_extraction_api.py b/sailpoint/v2024/api/reports_data_extraction_api.py index e21122fbf..e2d27ceda 100644 --- a/sailpoint/v2024/api/reports_data_extraction_api.py +++ b/sailpoint/v2024/api/reports_data_extraction_api.py @@ -271,7 +271,9 @@ def _cancel_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -588,7 +590,9 @@ def _get_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -890,7 +894,9 @@ def _get_report_result_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1169,7 +1175,9 @@ def _start_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/requestable_objects_api.py b/sailpoint/v2024/api/requestable_objects_api.py index fc6c492c0..b20197b22 100644 --- a/sailpoint/v2024/api/requestable_objects_api.py +++ b/sailpoint/v2024/api/requestable_objects_api.py @@ -377,7 +377,9 @@ def _list_requestable_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/role_insights_api.py b/sailpoint/v2024/api/role_insights_api.py index 19a3a3ae8..9bf561f38 100644 --- a/sailpoint/v2024/api/role_insights_api.py +++ b/sailpoint/v2024/api/role_insights_api.py @@ -277,7 +277,9 @@ def _create_role_insight_requests_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -588,7 +590,9 @@ def _download_role_insights_entitlements_changes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -975,7 +979,9 @@ def _get_entitlement_changes_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1288,7 +1294,9 @@ def _get_role_insight_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1627,7 +1635,9 @@ def _get_role_insights_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1945,7 +1955,9 @@ def _get_role_insights_current_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2262,7 +2274,9 @@ def _get_role_insights_entitlements_changes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2563,7 +2577,9 @@ def _get_role_insights_requests_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2837,7 +2853,9 @@ def _get_role_insights_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/roles_api.py b/sailpoint/v2024/api/roles_api.py index 2dc32a2ba..5b8857505 100644 --- a/sailpoint/v2024/api/roles_api.py +++ b/sailpoint/v2024/api/roles_api.py @@ -280,7 +280,9 @@ def _create_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -568,7 +570,9 @@ def _delete_bulk_roles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -882,7 +886,9 @@ def _delete_metadata_from_role_by_key_and_value_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1161,7 +1167,9 @@ def _delete_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1423,7 +1431,9 @@ def _get_bulk_update_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1696,7 +1706,9 @@ def _get_bulk_update_status_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1971,7 +1983,9 @@ def _get_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2308,7 +2322,9 @@ def _get_role_assigned_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2681,7 +2697,9 @@ def _get_role_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3070,7 +3088,9 @@ def _list_roles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3389,7 +3409,9 @@ def _patch_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3770,7 +3792,9 @@ def _search_roles_by_filter_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4112,7 +4136,9 @@ def _update_attribute_key_and_value_to_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4391,7 +4417,9 @@ def _update_roles_metadata_by_filter_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4679,7 +4707,9 @@ def _update_roles_metadata_by_ids_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4967,7 +4997,9 @@ def _update_roles_metadata_by_query_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/saved_search_api.py b/sailpoint/v2024/api/saved_search_api.py index 3eade3dad..f63b64b0e 100644 --- a/sailpoint/v2024/api/saved_search_api.py +++ b/sailpoint/v2024/api/saved_search_api.py @@ -271,7 +271,9 @@ def _create_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -853,7 +857,9 @@ def _execute_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1146,7 +1152,9 @@ def _get_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1460,7 +1468,9 @@ def _list_saved_searches_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1762,7 +1772,9 @@ def _put_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/scheduled_search_api.py b/sailpoint/v2024/api/scheduled_search_api.py index 6399f2c3a..eedf2ad2f 100644 --- a/sailpoint/v2024/api/scheduled_search_api.py +++ b/sailpoint/v2024/api/scheduled_search_api.py @@ -274,7 +274,9 @@ def _create_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -565,7 +567,9 @@ def _delete_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -843,7 +847,9 @@ def _get_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1160,7 +1166,9 @@ def _list_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1456,7 +1464,9 @@ def _unsubscribe_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1762,7 +1772,9 @@ def _update_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/search_api.py b/sailpoint/v2024/api/search_api.py index 5a0e22a47..276b2553e 100644 --- a/sailpoint/v2024/api/search_api.py +++ b/sailpoint/v2024/api/search_api.py @@ -309,7 +309,9 @@ def _search_aggregate_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -610,7 +612,9 @@ def _search_count_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -914,7 +918,9 @@ def _search_get_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1230,7 +1236,9 @@ def _search_post_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/search_attribute_configuration_api.py b/sailpoint/v2024/api/search_attribute_configuration_api.py index bcb12c80e..dbf4a2563 100644 --- a/sailpoint/v2024/api/search_attribute_configuration_api.py +++ b/sailpoint/v2024/api/search_attribute_configuration_api.py @@ -273,7 +273,9 @@ def _create_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -826,7 +830,9 @@ def _get_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1105,7 +1111,9 @@ def _get_single_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1397,7 +1405,9 @@ def _patch_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/segments_api.py b/sailpoint/v2024/api/segments_api.py index 77f5b8c08..6460eee81 100644 --- a/sailpoint/v2024/api/segments_api.py +++ b/sailpoint/v2024/api/segments_api.py @@ -269,7 +269,9 @@ def _create_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -561,7 +563,9 @@ def _delete_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -840,7 +844,9 @@ def _get_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1142,7 +1148,9 @@ def _list_segments_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1445,7 +1453,9 @@ def _patch_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/service_desk_integration_api.py b/sailpoint/v2024/api/service_desk_integration_api.py index c97400ba6..e3259a41b 100644 --- a/sailpoint/v2024/api/service_desk_integration_api.py +++ b/sailpoint/v2024/api/service_desk_integration_api.py @@ -276,7 +276,9 @@ def _create_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -567,7 +569,9 @@ def _delete_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -845,7 +849,9 @@ def _get_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1123,7 +1129,9 @@ def _get_service_desk_integration_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1388,7 +1396,9 @@ def _get_service_desk_integration_types_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1716,7 +1726,9 @@ def _get_service_desk_integrations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1999,7 +2011,9 @@ def _get_status_check_details_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2288,7 +2302,9 @@ def _patch_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2594,7 +2610,9 @@ def _put_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2887,7 +2905,9 @@ def _update_status_check_details_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/sim_integrations_api.py b/sailpoint/v2024/api/sim_integrations_api.py index 9d0742f96..68d647774 100644 --- a/sailpoint/v2024/api/sim_integrations_api.py +++ b/sailpoint/v2024/api/sim_integrations_api.py @@ -286,7 +286,9 @@ def _create_sim_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -592,7 +594,9 @@ def _delete_sim_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -885,7 +889,9 @@ def _get_sim_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1165,7 +1171,9 @@ def _get_sim_integrations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1469,7 +1477,9 @@ def _patch_before_provisioning_rule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1790,7 +1800,9 @@ def _patch_sim_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2111,7 +2123,9 @@ def _put_sim_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/sod_policies_api.py b/sailpoint/v2024/api/sod_policies_api.py index 37a0d01d2..8c949a1a0 100644 --- a/sailpoint/v2024/api/sod_policies_api.py +++ b/sailpoint/v2024/api/sod_policies_api.py @@ -273,7 +273,9 @@ def _create_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -577,7 +579,9 @@ def _delete_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -859,7 +863,9 @@ def _delete_sod_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1150,7 +1156,9 @@ def _get_custom_violation_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1431,7 +1439,9 @@ def _get_default_violation_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1694,7 +1704,9 @@ def _get_sod_all_report_run_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1970,7 +1982,9 @@ def _get_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2245,7 +2259,9 @@ def _get_sod_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2523,7 +2539,9 @@ def _get_sod_violation_report_run_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2801,7 +2819,9 @@ def _get_sod_violation_report_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3128,7 +3148,9 @@ def _list_sod_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3438,7 +3460,9 @@ def _patch_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3741,7 +3765,9 @@ def _put_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4047,7 +4073,9 @@ def _put_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4337,7 +4365,9 @@ def _start_evaluate_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4612,7 +4642,9 @@ def _start_sod_all_policies_for_org_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4903,7 +4935,9 @@ def _start_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/sod_violations_api.py b/sailpoint/v2024/api/sod_violations_api.py index c65ab80ce..d8b83fb33 100644 --- a/sailpoint/v2024/api/sod_violations_api.py +++ b/sailpoint/v2024/api/sod_violations_api.py @@ -272,7 +272,9 @@ def _start_predict_sod_violations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _start_violation_check_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/source_usages_api.py b/sailpoint/v2024/api/source_usages_api.py index 9ac6ac23d..68274c5f2 100644 --- a/sailpoint/v2024/api/source_usages_api.py +++ b/sailpoint/v2024/api/source_usages_api.py @@ -270,7 +270,9 @@ def _get_status_by_source_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -597,7 +599,9 @@ def _get_usages_by_source_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/sources_api.py b/sailpoint/v2024/api/sources_api.py index 8982f6cff..376557f1f 100644 --- a/sailpoint/v2024/api/sources_api.py +++ b/sailpoint/v2024/api/sources_api.py @@ -305,7 +305,9 @@ def _create_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -608,7 +610,9 @@ def _create_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -913,7 +917,9 @@ def _create_source_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1216,7 +1222,9 @@ def _create_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1519,7 +1527,9 @@ def _delete_accounts_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1812,7 +1822,9 @@ def _delete_native_change_detection_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2106,7 +2118,9 @@ def _delete_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2387,7 +2401,9 @@ def _delete_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2675,7 +2691,9 @@ def _delete_source_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2965,7 +2983,9 @@ def _delete_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3245,7 +3265,9 @@ def _get_accounts_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3524,7 +3546,9 @@ def _get_correlation_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3815,7 +3839,9 @@ def _get_entitlements_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4111,7 +4137,9 @@ def _get_native_change_detection_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4404,7 +4432,9 @@ def _get_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4685,7 +4715,9 @@ def _get_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4976,7 +5008,9 @@ def _get_source_attr_sync_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5279,7 +5313,9 @@ def _get_source_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5560,7 +5596,9 @@ def _get_source_entitlement_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5838,7 +5876,9 @@ def _get_source_health_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6129,7 +6169,9 @@ def _get_source_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6409,7 +6451,9 @@ def _get_source_schedules_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6700,7 +6744,9 @@ def _get_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7006,7 +7052,9 @@ def _get_source_schemas_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7328,7 +7376,9 @@ def _import_accounts_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7635,7 +7685,9 @@ def _import_accounts_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7938,7 +7990,9 @@ def _import_connector_file_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8254,7 +8308,9 @@ def _import_entitlements_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8574,7 +8630,9 @@ def _import_uncorrelated_accounts_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8869,7 +8927,9 @@ def _list_provisioning_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9226,7 +9286,9 @@ def _list_sources_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9557,7 +9619,9 @@ def _peek_resource_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9865,7 +9929,9 @@ def _ping_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -10158,7 +10224,9 @@ def _put_correlation_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -10477,7 +10545,9 @@ def _put_native_change_detection_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -10798,7 +10868,9 @@ def _put_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -11107,7 +11179,9 @@ def _put_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -11426,7 +11500,9 @@ def _put_source_attr_sync_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -11747,7 +11823,9 @@ def _put_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -12055,7 +12133,9 @@ def _sync_attributes_for_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -12348,7 +12428,9 @@ def _test_source_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -12641,7 +12723,9 @@ def _test_source_connection_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -12935,7 +13019,9 @@ def _update_password_policy_holders_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -13242,7 +13328,9 @@ def _update_provisioning_policies_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -13563,7 +13651,9 @@ def _update_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -13873,7 +13963,9 @@ def _update_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -14176,7 +14268,9 @@ def _update_source_entitlement_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -14496,7 +14590,9 @@ def _update_source_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -14818,7 +14914,9 @@ def _update_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/sp_config_api.py b/sailpoint/v2024/api/sp_config_api.py index 3e0d33418..5f3809817 100644 --- a/sailpoint/v2024/api/sp_config_api.py +++ b/sailpoint/v2024/api/sp_config_api.py @@ -293,7 +293,9 @@ def _export_sp_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -599,7 +601,9 @@ def _get_sp_config_export_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -892,7 +896,9 @@ def _get_sp_config_export_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1185,7 +1191,9 @@ def _get_sp_config_import_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1478,7 +1486,9 @@ def _get_sp_config_import_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1797,7 +1807,9 @@ def _import_sp_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2096,7 +2108,9 @@ def _list_sp_config_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/suggested_entitlement_description_api.py b/sailpoint/v2024/api/suggested_entitlement_description_api.py index a7bff07bf..629592508 100644 --- a/sailpoint/v2024/api/suggested_entitlement_description_api.py +++ b/sailpoint/v2024/api/suggested_entitlement_description_api.py @@ -294,7 +294,9 @@ def _get_sed_batch_stats_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -574,7 +576,9 @@ def _get_sed_batches_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -943,7 +947,9 @@ def _list_seds_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1276,7 +1282,9 @@ def _patch_sed_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1585,7 +1593,9 @@ def _submit_sed_approval_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1891,7 +1901,9 @@ def _submit_sed_assignment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2197,7 +2209,9 @@ def _submit_sed_batch_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/tagged_objects_api.py b/sailpoint/v2024/api/tagged_objects_api.py index 6ecdaa521..9654bf886 100644 --- a/sailpoint/v2024/api/tagged_objects_api.py +++ b/sailpoint/v2024/api/tagged_objects_api.py @@ -285,7 +285,9 @@ def _delete_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_tags_to_many_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -864,7 +868,9 @@ def _get_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1180,7 +1186,9 @@ def _list_tagged_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1521,7 +1529,9 @@ def _list_tagged_objects_by_type_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1838,7 +1848,9 @@ def _put_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2130,7 +2142,9 @@ def _set_tag_to_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2418,7 +2432,9 @@ def _set_tags_to_many_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/task_management_api.py b/sailpoint/v2024/api/task_management_api.py index 6713604e8..0102941c1 100644 --- a/sailpoint/v2024/api/task_management_api.py +++ b/sailpoint/v2024/api/task_management_api.py @@ -312,7 +312,9 @@ def _get_pending_task_headers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -642,7 +644,9 @@ def _get_pending_tasks_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -946,7 +950,9 @@ def _get_task_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1292,7 +1298,9 @@ def _get_task_status_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1618,7 +1626,9 @@ def _update_task_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/tenant_api.py b/sailpoint/v2024/api/tenant_api.py index a2016879c..1a485032c 100644 --- a/sailpoint/v2024/api/tenant_api.py +++ b/sailpoint/v2024/api/tenant_api.py @@ -271,7 +271,9 @@ def _get_tenant_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/transforms_api.py b/sailpoint/v2024/api/transforms_api.py index 71e8dc63c..7c04cd104 100644 --- a/sailpoint/v2024/api/transforms_api.py +++ b/sailpoint/v2024/api/transforms_api.py @@ -273,7 +273,9 @@ def _create_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -842,7 +846,9 @@ def _get_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1172,7 +1178,9 @@ def _list_transforms_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1481,7 +1489,9 @@ def _update_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/triggers_api.py b/sailpoint/v2024/api/triggers_api.py index 09eda2281..3471c9b87 100644 --- a/sailpoint/v2024/api/triggers_api.py +++ b/sailpoint/v2024/api/triggers_api.py @@ -305,7 +305,9 @@ def _complete_trigger_invocation_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -610,7 +612,9 @@ def _create_subscription_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -916,7 +920,9 @@ def _delete_subscription_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1258,7 +1264,9 @@ def _list_subscriptions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1618,7 +1626,9 @@ def _list_trigger_invocation_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1978,7 +1988,9 @@ def _list_triggers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2303,7 +2315,9 @@ def _patch_subscription_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2611,7 +2625,9 @@ def _start_test_trigger_invocation_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2914,7 +2930,9 @@ def _test_subscription_filter_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3233,7 +3251,9 @@ def _update_subscription_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/ui_metadata_api.py b/sailpoint/v2024/api/ui_metadata_api.py index e0985ae62..27063e367 100644 --- a/sailpoint/v2024/api/ui_metadata_api.py +++ b/sailpoint/v2024/api/ui_metadata_api.py @@ -272,7 +272,9 @@ def _get_tenant_ui_metadata_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _set_tenant_ui_metadata_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/vendor_connector_mappings_api.py b/sailpoint/v2024/api/vendor_connector_mappings_api.py index 5cb049a61..51963ea54 100644 --- a/sailpoint/v2024/api/vendor_connector_mappings_api.py +++ b/sailpoint/v2024/api/vendor_connector_mappings_api.py @@ -271,7 +271,9 @@ def _create_vendor_connector_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_vendor_connector_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -840,7 +844,9 @@ def _get_vendor_connector_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/work_items_api.py b/sailpoint/v2024/api/work_items_api.py index 87ba33a63..2e2eeef1d 100644 --- a/sailpoint/v2024/api/work_items_api.py +++ b/sailpoint/v2024/api/work_items_api.py @@ -288,7 +288,9 @@ def _approve_approval_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -568,7 +570,9 @@ def _approve_approval_items_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -846,7 +850,9 @@ def _complete_work_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1160,7 +1166,9 @@ def _get_completed_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1449,7 +1457,9 @@ def _get_count_completed_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1726,7 +1736,9 @@ def _get_count_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2003,7 +2015,9 @@ def _get_work_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2278,7 +2292,9 @@ def _get_work_items_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2594,7 +2610,9 @@ def _list_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2899,7 +2917,9 @@ def _reject_approval_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3179,7 +3199,9 @@ def _reject_approval_items_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3467,7 +3489,9 @@ def _send_work_item_forward_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3773,7 +3797,9 @@ def _submit_account_selection_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/work_reassignment_api.py b/sailpoint/v2024/api/work_reassignment_api.py index e78f944d6..72cc5cffb 100644 --- a/sailpoint/v2024/api/work_reassignment_api.py +++ b/sailpoint/v2024/api/work_reassignment_api.py @@ -289,7 +289,9 @@ def _create_reassignment_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -605,7 +607,9 @@ def _delete_reassignment_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -924,7 +928,9 @@ def _get_evaluate_reassignment_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1207,7 +1213,9 @@ def _get_reassignment_config_types_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1498,7 +1506,9 @@ def _get_reassignment_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1778,7 +1788,9 @@ def _get_tenant_config_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2056,7 +2068,9 @@ def _list_reassignment_configurations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2357,7 +2371,9 @@ def _put_reassignment_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2662,7 +2678,9 @@ def _put_tenant_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api/workflows_api.py b/sailpoint/v2024/api/workflows_api.py index f3804374b..20a7ea0d1 100644 --- a/sailpoint/v2024/api/workflows_api.py +++ b/sailpoint/v2024/api/workflows_api.py @@ -288,7 +288,9 @@ def _cancel_workflow_execution_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -576,7 +578,9 @@ def _create_external_execute_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -866,7 +870,9 @@ def _create_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1154,7 +1160,9 @@ def _create_workflow_external_trigger_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1429,7 +1437,9 @@ def _delete_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1704,7 +1714,9 @@ def _get_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1982,7 +1994,9 @@ def _get_workflow_execution_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2260,7 +2274,9 @@ def _get_workflow_execution_history_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2590,7 +2606,9 @@ def _get_workflow_executions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2894,7 +2912,9 @@ def _list_complete_workflow_library_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3201,7 +3221,9 @@ def _list_workflow_library_actions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3473,7 +3495,9 @@ def _list_workflow_library_operators_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3772,7 +3796,9 @@ def _list_workflow_library_triggers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4044,7 +4070,9 @@ def _list_workflows_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4331,7 +4359,9 @@ def _patch_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4634,7 +4664,9 @@ def _put_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4937,7 +4969,9 @@ def _test_external_execute_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5240,7 +5274,9 @@ def _test_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v2024/api_client.py b/sailpoint/v2024/api_client.py index a587773dd..22237c352 100644 --- a/sailpoint/v2024/api_client.py +++ b/sailpoint/v2024/api_client.py @@ -538,7 +538,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, str(value)) for value in v) + new_params.extend((k, quote(str(value))) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -556,7 +556,10 @@ def parameters_to_url_query(self, params, collection_formats): return "&".join(["=".join(map(str, item)) for item in new_params]) - def files_parameters(self, files: Dict[str, Union[str, bytes]]): + def files_parameters( + self, + files: Dict[str, Union[str, bytes, List[str], List[bytes], Tuple[str, bytes]]], + ): """Builds form parameters. :param files: File parameters. @@ -571,6 +574,12 @@ def files_parameters(self, files: Dict[str, Union[str, bytes]]): elif isinstance(v, bytes): filename = k filedata = v + elif isinstance(v, tuple): + filename, filedata = v + elif isinstance(v, list): + for file_param in v: + params.extend(self.files_parameters({k: file_param})) + continue else: raise ValueError("Unsupported file value") mimetype = ( diff --git a/sailpoint/v2024/configuration.py b/sailpoint/v2024/configuration.py index 4e2a917e1..17d004016 100644 --- a/sailpoint/v2024/configuration.py +++ b/sailpoint/v2024/configuration.py @@ -13,14 +13,16 @@ import copy +import http.client as httplib import logging from logging import FileHandler import multiprocessing import sys -from typing import Optional +from typing import Any, ClassVar, Dict, List, Literal, Optional, TypedDict +from typing_extensions import NotRequired, Self + import urllib3 -import http.client as httplib JSON_SCHEMA_VALIDATION_KEYWORDS = { 'multipleOf', 'maximum', 'exclusiveMaximum', @@ -28,6 +30,109 @@ 'minLength', 'pattern', 'maxItems', 'minItems' } +ServerVariablesT = Dict[str, str] + +GenericAuthSetting = TypedDict( + "GenericAuthSetting", + { + "type": str, + "in": str, + "key": str, + "value": str, + }, +) + + +OAuth2AuthSetting = TypedDict( + "OAuth2AuthSetting", + { + "type": Literal["oauth2"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +APIKeyAuthSetting = TypedDict( + "APIKeyAuthSetting", + { + "type": Literal["api_key"], + "in": str, + "key": str, + "value": Optional[str], + }, +) + + +BasicAuthSetting = TypedDict( + "BasicAuthSetting", + { + "type": Literal["basic"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": Optional[str], + }, +) + + +BearerFormatAuthSetting = TypedDict( + "BearerFormatAuthSetting", + { + "type": Literal["bearer"], + "in": Literal["header"], + "format": Literal["JWT"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +BearerAuthSetting = TypedDict( + "BearerAuthSetting", + { + "type": Literal["bearer"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +HTTPSignatureAuthSetting = TypedDict( + "HTTPSignatureAuthSetting", + { + "type": Literal["http-signature"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": None, + }, +) + + +AuthSettings = TypedDict( + "AuthSettings", + { + "userAuth": OAuth2AuthSetting, + "userAuth": OAuth2AuthSetting, + "applicationAuth": OAuth2AuthSetting, + }, + total=False, +) + + +class HostSettingVariable(TypedDict): + description: str + default_value: str + enum_values: List[str] + + +class HostSetting(TypedDict): + url: str + description: str + variables: NotRequired[Dict[str, HostSettingVariable]] + + class Configuration: """This class contains various settings of the API client. @@ -62,20 +167,26 @@ class Configuration: :Example: """ - _default = None - - def __init__(self, host=None, - api_key=None, api_key_prefix=None, - username=None, password=None, - access_token=None, - server_index=None, server_variables=None, - server_operation_index=None, server_operation_variables=None, - ignore_operation_servers=False, - ssl_ca_cert=None, - retries=None, - *, - debug: Optional[bool] = None - ) -> None: + _default: ClassVar[Optional[Self]] = None + + def __init__( + self, + host: Optional[str]=None, + api_key: Optional[Dict[str, str]]=None, + api_key_prefix: Optional[Dict[str, str]]=None, + username: Optional[str]=None, + password: Optional[str]=None, + access_token: Optional[str]=None, + server_index: Optional[int]=None, + server_variables: Optional[ServerVariablesT]=None, + server_operation_index: Optional[Dict[int, int]]=None, + server_operation_variables: Optional[Dict[int, ServerVariablesT]]=None, + ignore_operation_servers: bool=False, + ssl_ca_cert: Optional[str]=None, + retries: Optional[int] = None, + *, + debug: Optional[bool] = None, + ) -> None: """Constructor """ self._base_path = "https://sailpoint.api.identitynow.com/v2024" if host is None else host @@ -199,7 +310,7 @@ def __init__(self, host=None, """date format """ - def __deepcopy__(self, memo): + def __deepcopy__(self, memo: Dict[int, Any]) -> Self: cls = self.__class__ result = cls.__new__(cls) memo[id(self)] = result @@ -213,11 +324,11 @@ def __deepcopy__(self, memo): result.debug = self.debug return result - def __setattr__(self, name, value): + def __setattr__(self, name: str, value: Any) -> None: object.__setattr__(self, name, value) @classmethod - def set_default(cls, default): + def set_default(cls, default: Optional[Self]) -> None: """Set default instance of configuration. It stores default configuration, which can be @@ -228,7 +339,7 @@ def set_default(cls, default): cls._default = default @classmethod - def get_default_copy(cls): + def get_default_copy(cls) -> Self: """Deprecated. Please use `get_default` instead. Deprecated. Please use `get_default` instead. @@ -238,7 +349,7 @@ def get_default_copy(cls): return cls.get_default() @classmethod - def get_default(cls): + def get_default(cls) -> Self: """Return the default configuration. This method returns newly created, based on default constructor, @@ -248,11 +359,11 @@ def get_default(cls): :return: The configuration object. """ if cls._default is None: - cls._default = Configuration() + cls._default = cls() return cls._default @property - def logger_file(self): + def logger_file(self) -> Optional[str]: """The logger file. If the logger_file is None, then add stream handler and remove file @@ -264,7 +375,7 @@ def logger_file(self): return self.__logger_file @logger_file.setter - def logger_file(self, value): + def logger_file(self, value: Optional[str]) -> None: """The logger file. If the logger_file is None, then add stream handler and remove file @@ -283,7 +394,7 @@ def logger_file(self, value): logger.addHandler(self.logger_file_handler) @property - def debug(self): + def debug(self) -> bool: """Debug status :param value: The debug status, True or False. @@ -292,7 +403,7 @@ def debug(self): return self.__debug @debug.setter - def debug(self, value): + def debug(self, value: bool) -> None: """Debug status :param value: The debug status, True or False. @@ -314,7 +425,7 @@ def debug(self, value): httplib.HTTPConnection.debuglevel = 0 @property - def logger_format(self): + def logger_format(self) -> str: """The logger format. The logger_formatter will be updated when sets logger_format. @@ -325,7 +436,7 @@ def logger_format(self): return self.__logger_format @logger_format.setter - def logger_format(self, value): + def logger_format(self, value: str) -> None: """The logger format. The logger_formatter will be updated when sets logger_format. @@ -336,7 +447,7 @@ def logger_format(self, value): self.__logger_format = value self.logger_formatter = logging.Formatter(self.__logger_format) - def get_api_key_with_prefix(self, identifier, alias=None): + def get_api_key_with_prefix(self, identifier: str, alias: Optional[str]=None) -> Optional[str]: """Gets API key (with prefix if set). :param identifier: The identifier of apiKey. @@ -353,7 +464,9 @@ def get_api_key_with_prefix(self, identifier, alias=None): else: return key - def get_basic_auth_token(self): + return None + + def get_basic_auth_token(self) -> Optional[str]: """Gets HTTP basic authentication header (string). :return: The token for basic HTTP authentication. @@ -368,12 +481,12 @@ def get_basic_auth_token(self): basic_auth=username + ':' + password ).get('authorization') - def auth_settings(self): + def auth_settings(self)-> AuthSettings: """Gets Auth Settings dict for api client. :return: The Auth Settings information dict. """ - auth = {} + auth: AuthSettings = {} if self.access_token is not None: auth['userAuth'] = { 'type': 'oauth2', @@ -397,7 +510,7 @@ def auth_settings(self): } return auth - def to_debug_report(self): + def to_debug_report(self) -> str: """Gets the essential information for debugging. :return: The report for debugging. @@ -409,7 +522,7 @@ def to_debug_report(self): "SDK Package Version: 1.2.5".\ format(env=sys.platform, pyversion=sys.version) - def get_host_settings(self): + def get_host_settings(self) -> List[HostSetting]: """Gets an array of host settings :return: An array of host settings @@ -437,7 +550,12 @@ def get_host_settings(self): } ] - def get_host_from_settings(self, index, variables=None, servers=None): + def get_host_from_settings( + self, + index: Optional[int], + variables: Optional[ServerVariablesT]=None, + servers: Optional[List[HostSetting]]=None, + ) -> str: """Gets host URL based on the index and variables :param index: array index of the host settings :param variables: hash of variable and the corresponding value @@ -477,12 +595,12 @@ def get_host_from_settings(self, index, variables=None, servers=None): return url @property - def host(self): + def host(self) -> str: """Return generated host.""" return self.get_host_from_settings(self.server_index, variables=self.server_variables) @host.setter - def host(self, value): + def host(self, value: str) -> None: """Fix base path.""" self._base_path = value self.server_index = None diff --git a/sailpoint/v2024/exceptions.py b/sailpoint/v2024/exceptions.py index 3869b8014..9fc33d5b4 100644 --- a/sailpoint/v2024/exceptions.py +++ b/sailpoint/v2024/exceptions.py @@ -150,6 +150,13 @@ def from_response( if http_resp.status == 404: raise NotFoundException(http_resp=http_resp, body=body, data=data) + # Added new conditions for 409 and 422 + if http_resp.status == 409: + raise ConflictException(http_resp=http_resp, body=body, data=data) + + if http_resp.status == 422: + raise UnprocessableEntityException(http_resp=http_resp, body=body, data=data) + if 500 <= http_resp.status <= 599: raise ServiceException(http_resp=http_resp, body=body, data=data) raise ApiException(http_resp=http_resp, body=body, data=data) @@ -188,6 +195,16 @@ class ServiceException(ApiException): pass +class ConflictException(ApiException): + """Exception for HTTP 409 Conflict.""" + pass + + +class UnprocessableEntityException(ApiException): + """Exception for HTTP 422 Unprocessable Entity.""" + pass + + def render_path(path_to_item): """Returns a string representation of a path""" result = "" diff --git a/sailpoint/v2024/models/access.py b/sailpoint/v2024/models/access.py index d6fed3428..11734f4f1 100644 --- a/sailpoint/v2024/models/access.py +++ b/sailpoint/v2024/models/access.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_constraint.py b/sailpoint/v2024/models/access_constraint.py index 2d908be59..829523861 100644 --- a/sailpoint/v2024/models/access_constraint.py +++ b/sailpoint/v2024/models/access_constraint.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_criteria.py b/sailpoint/v2024/models/access_criteria.py index 8dac7d7ad..275fcb65f 100644 --- a/sailpoint/v2024/models/access_criteria.py +++ b/sailpoint/v2024/models/access_criteria.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_criteria_criteria_list_inner.py b/sailpoint/v2024/models/access_criteria_criteria_list_inner.py index 180a9affa..4eb40bc14 100644 --- a/sailpoint/v2024/models/access_criteria_criteria_list_inner.py +++ b/sailpoint/v2024/models/access_criteria_criteria_list_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_access_profile_response.py b/sailpoint/v2024/models/access_item_access_profile_response.py index 38407abd3..b65f56a79 100644 --- a/sailpoint/v2024/models/access_item_access_profile_response.py +++ b/sailpoint/v2024/models/access_item_access_profile_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_account_response.py b/sailpoint/v2024/models/access_item_account_response.py index 316365284..ef857eb39 100644 --- a/sailpoint/v2024/models/access_item_account_response.py +++ b/sailpoint/v2024/models/access_item_account_response.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_app_response.py b/sailpoint/v2024/models/access_item_app_response.py index 108c7f20a..7645b9b32 100644 --- a/sailpoint/v2024/models/access_item_app_response.py +++ b/sailpoint/v2024/models/access_item_app_response.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_approver_dto.py b/sailpoint/v2024/models/access_item_approver_dto.py index 6a3876af5..a560d57ad 100644 --- a/sailpoint/v2024/models/access_item_approver_dto.py +++ b/sailpoint/v2024/models/access_item_approver_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_associated.py b/sailpoint/v2024/models/access_item_associated.py index e08688ab7..d485237e8 100644 --- a/sailpoint/v2024/models/access_item_associated.py +++ b/sailpoint/v2024/models/access_item_associated.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_diff.py b/sailpoint/v2024/models/access_item_diff.py index cd4419473..b5a43f19a 100644 --- a/sailpoint/v2024/models/access_item_diff.py +++ b/sailpoint/v2024/models/access_item_diff.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_entitlement_response.py b/sailpoint/v2024/models/access_item_entitlement_response.py index 758a3dabc..ed851d02e 100644 --- a/sailpoint/v2024/models/access_item_entitlement_response.py +++ b/sailpoint/v2024/models/access_item_entitlement_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_ref.py b/sailpoint/v2024/models/access_item_ref.py index 32a2b593c..b4189a417 100644 --- a/sailpoint/v2024/models/access_item_ref.py +++ b/sailpoint/v2024/models/access_item_ref.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_removed.py b/sailpoint/v2024/models/access_item_removed.py index 5672d6b63..255f7f35c 100644 --- a/sailpoint/v2024/models/access_item_removed.py +++ b/sailpoint/v2024/models/access_item_removed.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_requested_for.py b/sailpoint/v2024/models/access_item_requested_for.py index c2f1fdb59..0149c1bd3 100644 --- a/sailpoint/v2024/models/access_item_requested_for.py +++ b/sailpoint/v2024/models/access_item_requested_for.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_requested_for_dto.py b/sailpoint/v2024/models/access_item_requested_for_dto.py index 7937255a8..11a21cdb5 100644 --- a/sailpoint/v2024/models/access_item_requested_for_dto.py +++ b/sailpoint/v2024/models/access_item_requested_for_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_requester.py b/sailpoint/v2024/models/access_item_requester.py index d0afced08..9ac6428eb 100644 --- a/sailpoint/v2024/models/access_item_requester.py +++ b/sailpoint/v2024/models/access_item_requester.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_requester_dto.py b/sailpoint/v2024/models/access_item_requester_dto.py index bb0a8c17e..957a852ce 100644 --- a/sailpoint/v2024/models/access_item_requester_dto.py +++ b/sailpoint/v2024/models/access_item_requester_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_reviewed_by.py b/sailpoint/v2024/models/access_item_reviewed_by.py index 52aa953ea..3c6e8c68b 100644 --- a/sailpoint/v2024/models/access_item_reviewed_by.py +++ b/sailpoint/v2024/models/access_item_reviewed_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_item_role_response.py b/sailpoint/v2024/models/access_item_role_response.py index 0b69eabbf..a914de097 100644 --- a/sailpoint/v2024/models/access_item_role_response.py +++ b/sailpoint/v2024/models/access_item_role_response.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile.py b/sailpoint/v2024/models/access_profile.py index 45cd987e3..be0cf3fc7 100644 --- a/sailpoint/v2024/models/access_profile.py +++ b/sailpoint/v2024/models/access_profile.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_approval_scheme.py b/sailpoint/v2024/models/access_profile_approval_scheme.py index 4ac5955d3..a0e1e1711 100644 --- a/sailpoint/v2024/models/access_profile_approval_scheme.py +++ b/sailpoint/v2024/models/access_profile_approval_scheme.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_bulk_delete_request.py b/sailpoint/v2024/models/access_profile_bulk_delete_request.py index 63d0505b1..9ba70d9ff 100644 --- a/sailpoint/v2024/models/access_profile_bulk_delete_request.py +++ b/sailpoint/v2024/models/access_profile_bulk_delete_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_bulk_delete_response.py b/sailpoint/v2024/models/access_profile_bulk_delete_response.py index 3f1f68028..067b3547a 100644 --- a/sailpoint/v2024/models/access_profile_bulk_delete_response.py +++ b/sailpoint/v2024/models/access_profile_bulk_delete_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_bulk_update_request_inner.py b/sailpoint/v2024/models/access_profile_bulk_update_request_inner.py index b4526d540..50522d9e7 100644 --- a/sailpoint/v2024/models/access_profile_bulk_update_request_inner.py +++ b/sailpoint/v2024/models/access_profile_bulk_update_request_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_details.py b/sailpoint/v2024/models/access_profile_details.py index b5b2f25a4..7bd94d2a8 100644 --- a/sailpoint/v2024/models/access_profile_details.py +++ b/sailpoint/v2024/models/access_profile_details.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_details_account_selector.py b/sailpoint/v2024/models/access_profile_details_account_selector.py index ffbf4d71d..afa341252 100644 --- a/sailpoint/v2024/models/access_profile_details_account_selector.py +++ b/sailpoint/v2024/models/access_profile_details_account_selector.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_document.py b/sailpoint/v2024/models/access_profile_document.py index ee6d6f628..f991c7ecc 100644 --- a/sailpoint/v2024/models/access_profile_document.py +++ b/sailpoint/v2024/models/access_profile_document.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_document_all_of_source.py b/sailpoint/v2024/models/access_profile_document_all_of_source.py index bae04cc05..42f17b88b 100644 --- a/sailpoint/v2024/models/access_profile_document_all_of_source.py +++ b/sailpoint/v2024/models/access_profile_document_all_of_source.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_entitlement.py b/sailpoint/v2024/models/access_profile_entitlement.py index 798d1a397..adeabce1d 100644 --- a/sailpoint/v2024/models/access_profile_entitlement.py +++ b/sailpoint/v2024/models/access_profile_entitlement.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_ref.py b/sailpoint/v2024/models/access_profile_ref.py index f3491471a..f2e265453 100644 --- a/sailpoint/v2024/models/access_profile_ref.py +++ b/sailpoint/v2024/models/access_profile_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_role.py b/sailpoint/v2024/models/access_profile_role.py index 125a3253c..21f412674 100644 --- a/sailpoint/v2024/models/access_profile_role.py +++ b/sailpoint/v2024/models/access_profile_role.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_source_ref.py b/sailpoint/v2024/models/access_profile_source_ref.py index 0e4c70394..fbf0a8778 100644 --- a/sailpoint/v2024/models/access_profile_source_ref.py +++ b/sailpoint/v2024/models/access_profile_source_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_summary.py b/sailpoint/v2024/models/access_profile_summary.py index 3cbb88bac..2b033be15 100644 --- a/sailpoint/v2024/models/access_profile_summary.py +++ b/sailpoint/v2024/models/access_profile_summary.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_update_item.py b/sailpoint/v2024/models/access_profile_update_item.py index f0b486b1f..b904d5b0a 100644 --- a/sailpoint/v2024/models/access_profile_update_item.py +++ b/sailpoint/v2024/models/access_profile_update_item.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_usage.py b/sailpoint/v2024/models/access_profile_usage.py index 7c9d5f691..4d8015861 100644 --- a/sailpoint/v2024/models/access_profile_usage.py +++ b/sailpoint/v2024/models/access_profile_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_profile_usage_used_by_inner.py b/sailpoint/v2024/models/access_profile_usage_used_by_inner.py index 5562f4d00..27f303ef5 100644 --- a/sailpoint/v2024/models/access_profile_usage_used_by_inner.py +++ b/sailpoint/v2024/models/access_profile_usage_used_by_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_recommendation_message.py b/sailpoint/v2024/models/access_recommendation_message.py index 2c071525d..b1cec3c10 100644 --- a/sailpoint/v2024/models/access_recommendation_message.py +++ b/sailpoint/v2024/models/access_recommendation_message.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request.py b/sailpoint/v2024/models/access_request.py index 974582723..4fb89b0f6 100644 --- a/sailpoint/v2024/models/access_request.py +++ b/sailpoint/v2024/models/access_request.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_admin_item_status.py b/sailpoint/v2024/models/access_request_admin_item_status.py index 6942db210..cb9c48736 100644 --- a/sailpoint/v2024/models/access_request_admin_item_status.py +++ b/sailpoint/v2024/models/access_request_admin_item_status.py @@ -89,8 +89,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_admin_item_status_cancelled_request_details.py b/sailpoint/v2024/models/access_request_admin_item_status_cancelled_request_details.py index d59636d57..51a83a070 100644 --- a/sailpoint/v2024/models/access_request_admin_item_status_cancelled_request_details.py +++ b/sailpoint/v2024/models/access_request_admin_item_status_cancelled_request_details.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_admin_item_status_sod_violation_context.py b/sailpoint/v2024/models/access_request_admin_item_status_sod_violation_context.py index fbeec964a..769ec9f3c 100644 --- a/sailpoint/v2024/models/access_request_admin_item_status_sod_violation_context.py +++ b/sailpoint/v2024/models/access_request_admin_item_status_sod_violation_context.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_approvers_list_response.py b/sailpoint/v2024/models/access_request_approvers_list_response.py index 9cd40027f..b88d7f0a0 100644 --- a/sailpoint/v2024/models/access_request_approvers_list_response.py +++ b/sailpoint/v2024/models/access_request_approvers_list_response.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_config.py b/sailpoint/v2024/models/access_request_config.py index 638fe347f..b7bccce57 100644 --- a/sailpoint/v2024/models/access_request_config.py +++ b/sailpoint/v2024/models/access_request_config.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_context.py b/sailpoint/v2024/models/access_request_context.py index 4c1d6da58..d044297e7 100644 --- a/sailpoint/v2024/models/access_request_context.py +++ b/sailpoint/v2024/models/access_request_context.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_dynamic_approver.py b/sailpoint/v2024/models/access_request_dynamic_approver.py index 6b01806ac..ac4a3bbfe 100644 --- a/sailpoint/v2024/models/access_request_dynamic_approver.py +++ b/sailpoint/v2024/models/access_request_dynamic_approver.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_dynamic_approver1.py b/sailpoint/v2024/models/access_request_dynamic_approver1.py index 7e5733028..6bb962e09 100644 --- a/sailpoint/v2024/models/access_request_dynamic_approver1.py +++ b/sailpoint/v2024/models/access_request_dynamic_approver1.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_dynamic_approver_requested_items_inner.py b/sailpoint/v2024/models/access_request_dynamic_approver_requested_items_inner.py index ef369e551..f91a97f10 100644 --- a/sailpoint/v2024/models/access_request_dynamic_approver_requested_items_inner.py +++ b/sailpoint/v2024/models/access_request_dynamic_approver_requested_items_inner.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_item.py b/sailpoint/v2024/models/access_request_item.py index 3fca672c2..f7b2ea0b0 100644 --- a/sailpoint/v2024/models/access_request_item.py +++ b/sailpoint/v2024/models/access_request_item.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_item_response.py b/sailpoint/v2024/models/access_request_item_response.py index 123d309e7..4ce200a1d 100644 --- a/sailpoint/v2024/models/access_request_item_response.py +++ b/sailpoint/v2024/models/access_request_item_response.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_phases.py b/sailpoint/v2024/models/access_request_phases.py index 82f8371f2..59ee11884 100644 --- a/sailpoint/v2024/models/access_request_phases.py +++ b/sailpoint/v2024/models/access_request_phases.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_post_approval.py b/sailpoint/v2024/models/access_request_post_approval.py index dd8fc9377..3cd6e3abe 100644 --- a/sailpoint/v2024/models/access_request_post_approval.py +++ b/sailpoint/v2024/models/access_request_post_approval.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner.py b/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner.py index d8ec5a183..8db75bc31 100644 --- a/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner.py +++ b/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner_approval_info_inner.py b/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner_approval_info_inner.py index dbcb4c980..f7439ab6a 100644 --- a/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner_approval_info_inner.py +++ b/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner_approval_info_inner.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.py b/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.py index e69c7baab..e0d4047ac 100644 --- a/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.py +++ b/sailpoint/v2024/models/access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_pre_approval.py b/sailpoint/v2024/models/access_request_pre_approval.py index 2fe984fe0..9353eeaa5 100644 --- a/sailpoint/v2024/models/access_request_pre_approval.py +++ b/sailpoint/v2024/models/access_request_pre_approval.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_pre_approval1.py b/sailpoint/v2024/models/access_request_pre_approval1.py index 2ff4ddccc..955c3ac13 100644 --- a/sailpoint/v2024/models/access_request_pre_approval1.py +++ b/sailpoint/v2024/models/access_request_pre_approval1.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_pre_approval_requested_items_inner.py b/sailpoint/v2024/models/access_request_pre_approval_requested_items_inner.py index 03e05cf23..27866e9f7 100644 --- a/sailpoint/v2024/models/access_request_pre_approval_requested_items_inner.py +++ b/sailpoint/v2024/models/access_request_pre_approval_requested_items_inner.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_recommendation_action_item_dto.py b/sailpoint/v2024/models/access_request_recommendation_action_item_dto.py index 3c238b57f..b18152a02 100644 --- a/sailpoint/v2024/models/access_request_recommendation_action_item_dto.py +++ b/sailpoint/v2024/models/access_request_recommendation_action_item_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_recommendation_action_item_response_dto.py b/sailpoint/v2024/models/access_request_recommendation_action_item_response_dto.py index baac0b9be..fe4593568 100644 --- a/sailpoint/v2024/models/access_request_recommendation_action_item_response_dto.py +++ b/sailpoint/v2024/models/access_request_recommendation_action_item_response_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_recommendation_item.py b/sailpoint/v2024/models/access_request_recommendation_item.py index 410015f4c..e22903a91 100644 --- a/sailpoint/v2024/models/access_request_recommendation_item.py +++ b/sailpoint/v2024/models/access_request_recommendation_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_recommendation_item_detail.py b/sailpoint/v2024/models/access_request_recommendation_item_detail.py index 2b505a90a..83dac2831 100644 --- a/sailpoint/v2024/models/access_request_recommendation_item_detail.py +++ b/sailpoint/v2024/models/access_request_recommendation_item_detail.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_recommendation_item_detail_access.py b/sailpoint/v2024/models/access_request_recommendation_item_detail_access.py index 374ed4774..2eed7f8a7 100644 --- a/sailpoint/v2024/models/access_request_recommendation_item_detail_access.py +++ b/sailpoint/v2024/models/access_request_recommendation_item_detail_access.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_response.py b/sailpoint/v2024/models/access_request_response.py index 73539b31f..8bc6c8e2c 100644 --- a/sailpoint/v2024/models/access_request_response.py +++ b/sailpoint/v2024/models/access_request_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_response1.py b/sailpoint/v2024/models/access_request_response1.py index b32090c33..6ab252d37 100644 --- a/sailpoint/v2024/models/access_request_response1.py +++ b/sailpoint/v2024/models/access_request_response1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_request_tracking.py b/sailpoint/v2024/models/access_request_tracking.py index 4206e1bd5..667533779 100644 --- a/sailpoint/v2024/models/access_request_tracking.py +++ b/sailpoint/v2024/models/access_request_tracking.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_requested.py b/sailpoint/v2024/models/access_requested.py index 4ccefbed5..718ad4d52 100644 --- a/sailpoint/v2024/models/access_requested.py +++ b/sailpoint/v2024/models/access_requested.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_review_item.py b/sailpoint/v2024/models/access_review_item.py index 0fc0233da..6247e42b4 100644 --- a/sailpoint/v2024/models/access_review_item.py +++ b/sailpoint/v2024/models/access_review_item.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_review_reassignment.py b/sailpoint/v2024/models/access_review_reassignment.py index 8cfec9b91..cdf8e3886 100644 --- a/sailpoint/v2024/models/access_review_reassignment.py +++ b/sailpoint/v2024/models/access_review_reassignment.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_summary.py b/sailpoint/v2024/models/access_summary.py index 0b415e73b..49f72748d 100644 --- a/sailpoint/v2024/models/access_summary.py +++ b/sailpoint/v2024/models/access_summary.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/access_summary_access.py b/sailpoint/v2024/models/access_summary_access.py index 0b883745a..8c2c55f88 100644 --- a/sailpoint/v2024/models/access_summary_access.py +++ b/sailpoint/v2024/models/access_summary_access.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account.py b/sailpoint/v2024/models/account.py index 3b1af9166..fbece186f 100644 --- a/sailpoint/v2024/models/account.py +++ b/sailpoint/v2024/models/account.py @@ -82,8 +82,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_action.py b/sailpoint/v2024/models/account_action.py index 1a79a50d3..c3157f3e7 100644 --- a/sailpoint/v2024/models/account_action.py +++ b/sailpoint/v2024/models/account_action.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_activity.py b/sailpoint/v2024/models/account_activity.py index 5db34c216..7cb228455 100644 --- a/sailpoint/v2024/models/account_activity.py +++ b/sailpoint/v2024/models/account_activity.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_activity_document.py b/sailpoint/v2024/models/account_activity_document.py index 28a70beb9..d95d6e2f9 100644 --- a/sailpoint/v2024/models/account_activity_document.py +++ b/sailpoint/v2024/models/account_activity_document.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_activity_item.py b/sailpoint/v2024/models/account_activity_item.py index 74f5d902d..36c512c8e 100644 --- a/sailpoint/v2024/models/account_activity_item.py +++ b/sailpoint/v2024/models/account_activity_item.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_activity_searched_item.py b/sailpoint/v2024/models/account_activity_searched_item.py index b14fd4224..d541113cc 100644 --- a/sailpoint/v2024/models/account_activity_searched_item.py +++ b/sailpoint/v2024/models/account_activity_searched_item.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_aggregation_completed.py b/sailpoint/v2024/models/account_aggregation_completed.py index 5067fc550..325cf9393 100644 --- a/sailpoint/v2024/models/account_aggregation_completed.py +++ b/sailpoint/v2024/models/account_aggregation_completed.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_aggregation_completed_source.py b/sailpoint/v2024/models/account_aggregation_completed_source.py index 819626f06..b2372e999 100644 --- a/sailpoint/v2024/models/account_aggregation_completed_source.py +++ b/sailpoint/v2024/models/account_aggregation_completed_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_aggregation_completed_stats.py b/sailpoint/v2024/models/account_aggregation_completed_stats.py index 2e636b3e8..63a1d9fb7 100644 --- a/sailpoint/v2024/models/account_aggregation_completed_stats.py +++ b/sailpoint/v2024/models/account_aggregation_completed_stats.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_aggregation_status.py b/sailpoint/v2024/models/account_aggregation_status.py index 436e92e4d..5898712e5 100644 --- a/sailpoint/v2024/models/account_aggregation_status.py +++ b/sailpoint/v2024/models/account_aggregation_status.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_attributes.py b/sailpoint/v2024/models/account_attributes.py index 33e3a2cb2..13af08379 100644 --- a/sailpoint/v2024/models/account_attributes.py +++ b/sailpoint/v2024/models/account_attributes.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_attributes_changed.py b/sailpoint/v2024/models/account_attributes_changed.py index 3e9219f0d..68388c4fc 100644 --- a/sailpoint/v2024/models/account_attributes_changed.py +++ b/sailpoint/v2024/models/account_attributes_changed.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_attributes_changed_account.py b/sailpoint/v2024/models/account_attributes_changed_account.py index 4e640ca9a..c9475ddb6 100644 --- a/sailpoint/v2024/models/account_attributes_changed_account.py +++ b/sailpoint/v2024/models/account_attributes_changed_account.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_attributes_changed_changes_inner.py b/sailpoint/v2024/models/account_attributes_changed_changes_inner.py index 1877932aa..8ed526801 100644 --- a/sailpoint/v2024/models/account_attributes_changed_changes_inner.py +++ b/sailpoint/v2024/models/account_attributes_changed_changes_inner.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_attributes_changed_identity.py b/sailpoint/v2024/models/account_attributes_changed_identity.py index 7f7eba900..f744b5040 100644 --- a/sailpoint/v2024/models/account_attributes_changed_identity.py +++ b/sailpoint/v2024/models/account_attributes_changed_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_attributes_changed_source.py b/sailpoint/v2024/models/account_attributes_changed_source.py index 65f32923c..ac0a512b1 100644 --- a/sailpoint/v2024/models/account_attributes_changed_source.py +++ b/sailpoint/v2024/models/account_attributes_changed_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_attributes_create.py b/sailpoint/v2024/models/account_attributes_create.py index 98aa287a4..2c2cb40d7 100644 --- a/sailpoint/v2024/models/account_attributes_create.py +++ b/sailpoint/v2024/models/account_attributes_create.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_attributes_create_attributes.py b/sailpoint/v2024/models/account_attributes_create_attributes.py index 1fff086bc..60cdeec53 100644 --- a/sailpoint/v2024/models/account_attributes_create_attributes.py +++ b/sailpoint/v2024/models/account_attributes_create_attributes.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_correlated.py b/sailpoint/v2024/models/account_correlated.py index 349f30f1c..08cef9c57 100644 --- a/sailpoint/v2024/models/account_correlated.py +++ b/sailpoint/v2024/models/account_correlated.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_correlated_account.py b/sailpoint/v2024/models/account_correlated_account.py index 6d1a94a6b..009dec188 100644 --- a/sailpoint/v2024/models/account_correlated_account.py +++ b/sailpoint/v2024/models/account_correlated_account.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_correlated_identity.py b/sailpoint/v2024/models/account_correlated_identity.py index 26cc5e634..53b6f5704 100644 --- a/sailpoint/v2024/models/account_correlated_identity.py +++ b/sailpoint/v2024/models/account_correlated_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_correlated_source.py b/sailpoint/v2024/models/account_correlated_source.py index bef208282..41172add7 100644 --- a/sailpoint/v2024/models/account_correlated_source.py +++ b/sailpoint/v2024/models/account_correlated_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_info_dto.py b/sailpoint/v2024/models/account_info_dto.py index f80d4051d..3342b0336 100644 --- a/sailpoint/v2024/models/account_info_dto.py +++ b/sailpoint/v2024/models/account_info_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_request.py b/sailpoint/v2024/models/account_request.py index a70608101..5f53bfe5c 100644 --- a/sailpoint/v2024/models/account_request.py +++ b/sailpoint/v2024/models/account_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_request_info.py b/sailpoint/v2024/models/account_request_info.py index 0743277d1..a102c08f0 100644 --- a/sailpoint/v2024/models/account_request_info.py +++ b/sailpoint/v2024/models/account_request_info.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_request_result.py b/sailpoint/v2024/models/account_request_result.py index 50f6f1cba..1e6403f32 100644 --- a/sailpoint/v2024/models/account_request_result.py +++ b/sailpoint/v2024/models/account_request_result.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_source.py b/sailpoint/v2024/models/account_source.py index 82e759544..6c9e897f0 100644 --- a/sailpoint/v2024/models/account_source.py +++ b/sailpoint/v2024/models/account_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_status_changed.py b/sailpoint/v2024/models/account_status_changed.py index 5acb21ce8..66928cfe6 100644 --- a/sailpoint/v2024/models/account_status_changed.py +++ b/sailpoint/v2024/models/account_status_changed.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_status_changed_account.py b/sailpoint/v2024/models/account_status_changed_account.py index 072640f52..233744ca3 100644 --- a/sailpoint/v2024/models/account_status_changed_account.py +++ b/sailpoint/v2024/models/account_status_changed_account.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_status_changed_status_change.py b/sailpoint/v2024/models/account_status_changed_status_change.py index 06439af4e..d0cfc668b 100644 --- a/sailpoint/v2024/models/account_status_changed_status_change.py +++ b/sailpoint/v2024/models/account_status_changed_status_change.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_toggle_request.py b/sailpoint/v2024/models/account_toggle_request.py index c6d506d34..1c8ad2b20 100644 --- a/sailpoint/v2024/models/account_toggle_request.py +++ b/sailpoint/v2024/models/account_toggle_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_uncorrelated.py b/sailpoint/v2024/models/account_uncorrelated.py index 078d4ea91..189cfea62 100644 --- a/sailpoint/v2024/models/account_uncorrelated.py +++ b/sailpoint/v2024/models/account_uncorrelated.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_uncorrelated_account.py b/sailpoint/v2024/models/account_uncorrelated_account.py index 8a428a751..c1f874365 100644 --- a/sailpoint/v2024/models/account_uncorrelated_account.py +++ b/sailpoint/v2024/models/account_uncorrelated_account.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_uncorrelated_identity.py b/sailpoint/v2024/models/account_uncorrelated_identity.py index cf877e32b..592c725de 100644 --- a/sailpoint/v2024/models/account_uncorrelated_identity.py +++ b/sailpoint/v2024/models/account_uncorrelated_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_uncorrelated_source.py b/sailpoint/v2024/models/account_uncorrelated_source.py index 0906ce289..703db0230 100644 --- a/sailpoint/v2024/models/account_uncorrelated_source.py +++ b/sailpoint/v2024/models/account_uncorrelated_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_unlock_request.py b/sailpoint/v2024/models/account_unlock_request.py index ea5e44c6b..0044f10f7 100644 --- a/sailpoint/v2024/models/account_unlock_request.py +++ b/sailpoint/v2024/models/account_unlock_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/account_usage.py b/sailpoint/v2024/models/account_usage.py index c739916ae..5951f0155 100644 --- a/sailpoint/v2024/models/account_usage.py +++ b/sailpoint/v2024/models/account_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/accounts_async_result.py b/sailpoint/v2024/models/accounts_async_result.py index 326937c35..291042ed9 100644 --- a/sailpoint/v2024/models/accounts_async_result.py +++ b/sailpoint/v2024/models/accounts_async_result.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/accounts_collected_for_aggregation.py b/sailpoint/v2024/models/accounts_collected_for_aggregation.py index d39f0ed5a..c8333bb64 100644 --- a/sailpoint/v2024/models/accounts_collected_for_aggregation.py +++ b/sailpoint/v2024/models/accounts_collected_for_aggregation.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/accounts_collected_for_aggregation_source.py b/sailpoint/v2024/models/accounts_collected_for_aggregation_source.py index d2d0ba1d0..08ae8c8e8 100644 --- a/sailpoint/v2024/models/accounts_collected_for_aggregation_source.py +++ b/sailpoint/v2024/models/accounts_collected_for_aggregation_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/accounts_collected_for_aggregation_stats.py b/sailpoint/v2024/models/accounts_collected_for_aggregation_stats.py index 501c72660..366009f15 100644 --- a/sailpoint/v2024/models/accounts_collected_for_aggregation_stats.py +++ b/sailpoint/v2024/models/accounts_collected_for_aggregation_stats.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/accounts_export_report_arguments.py b/sailpoint/v2024/models/accounts_export_report_arguments.py index 7fbe97967..17a2aef14 100644 --- a/sailpoint/v2024/models/accounts_export_report_arguments.py +++ b/sailpoint/v2024/models/accounts_export_report_arguments.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/activate_campaign_options.py b/sailpoint/v2024/models/activate_campaign_options.py index 460b1a35b..236b1aabb 100644 --- a/sailpoint/v2024/models/activate_campaign_options.py +++ b/sailpoint/v2024/models/activate_campaign_options.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/activity_insights.py b/sailpoint/v2024/models/activity_insights.py index e7750d5ce..21b4665b4 100644 --- a/sailpoint/v2024/models/activity_insights.py +++ b/sailpoint/v2024/models/activity_insights.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/admin_review_reassign.py b/sailpoint/v2024/models/admin_review_reassign.py index c2ba6c755..bf1ded79f 100644 --- a/sailpoint/v2024/models/admin_review_reassign.py +++ b/sailpoint/v2024/models/admin_review_reassign.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/admin_review_reassign_reassign_to.py b/sailpoint/v2024/models/admin_review_reassign_reassign_to.py index 484a864cc..c14f5b814 100644 --- a/sailpoint/v2024/models/admin_review_reassign_reassign_to.py +++ b/sailpoint/v2024/models/admin_review_reassign_reassign_to.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/aggregation_result.py b/sailpoint/v2024/models/aggregation_result.py index 047e2054c..5898bed23 100644 --- a/sailpoint/v2024/models/aggregation_result.py +++ b/sailpoint/v2024/models/aggregation_result.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/aggregations.py b/sailpoint/v2024/models/aggregations.py index caaacc88c..c59624eea 100644 --- a/sailpoint/v2024/models/aggregations.py +++ b/sailpoint/v2024/models/aggregations.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/app.py b/sailpoint/v2024/models/app.py index 6db358ede..5779260c4 100644 --- a/sailpoint/v2024/models/app.py +++ b/sailpoint/v2024/models/app.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/app_account_details.py b/sailpoint/v2024/models/app_account_details.py index 9ec70c804..6a814cf7a 100644 --- a/sailpoint/v2024/models/app_account_details.py +++ b/sailpoint/v2024/models/app_account_details.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/app_account_details_source_account.py b/sailpoint/v2024/models/app_account_details_source_account.py index 141ebcc10..ff56bdaad 100644 --- a/sailpoint/v2024/models/app_account_details_source_account.py +++ b/sailpoint/v2024/models/app_account_details_source_account.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/app_all_of_account.py b/sailpoint/v2024/models/app_all_of_account.py index 4919538ae..1b864ca09 100644 --- a/sailpoint/v2024/models/app_all_of_account.py +++ b/sailpoint/v2024/models/app_all_of_account.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval.py b/sailpoint/v2024/models/approval.py index e0deb914a..01534940b 100644 --- a/sailpoint/v2024/models/approval.py +++ b/sailpoint/v2024/models/approval.py @@ -93,8 +93,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval1.py b/sailpoint/v2024/models/approval1.py index f3d2c86c9..09c10eb6a 100644 --- a/sailpoint/v2024/models/approval1.py +++ b/sailpoint/v2024/models/approval1.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_batch.py b/sailpoint/v2024/models/approval_batch.py index 274d1743f..f01b651a7 100644 --- a/sailpoint/v2024/models/approval_batch.py +++ b/sailpoint/v2024/models/approval_batch.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_comment.py b/sailpoint/v2024/models/approval_comment.py index 7e83f0e66..8ebc87254 100644 --- a/sailpoint/v2024/models/approval_comment.py +++ b/sailpoint/v2024/models/approval_comment.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_comment1.py b/sailpoint/v2024/models/approval_comment1.py index 4db233d81..81af85ab3 100644 --- a/sailpoint/v2024/models/approval_comment1.py +++ b/sailpoint/v2024/models/approval_comment1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_comment2.py b/sailpoint/v2024/models/approval_comment2.py index 9395dbe28..6cc54d6b1 100644 --- a/sailpoint/v2024/models/approval_comment2.py +++ b/sailpoint/v2024/models/approval_comment2.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_description.py b/sailpoint/v2024/models/approval_description.py index cfab89371..ca9cd5bb3 100644 --- a/sailpoint/v2024/models/approval_description.py +++ b/sailpoint/v2024/models/approval_description.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_forward_history.py b/sailpoint/v2024/models/approval_forward_history.py index 90d15a974..69a4b8e4e 100644 --- a/sailpoint/v2024/models/approval_forward_history.py +++ b/sailpoint/v2024/models/approval_forward_history.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_forward_history1.py b/sailpoint/v2024/models/approval_forward_history1.py index f313b1aef..d6e24dee3 100644 --- a/sailpoint/v2024/models/approval_forward_history1.py +++ b/sailpoint/v2024/models/approval_forward_history1.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_identity.py b/sailpoint/v2024/models/approval_identity.py index 51c801c81..c57614c0a 100644 --- a/sailpoint/v2024/models/approval_identity.py +++ b/sailpoint/v2024/models/approval_identity.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_info_response.py b/sailpoint/v2024/models/approval_info_response.py index 778a1f664..a3b993098 100644 --- a/sailpoint/v2024/models/approval_info_response.py +++ b/sailpoint/v2024/models/approval_info_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_item_details.py b/sailpoint/v2024/models/approval_item_details.py index c6608ee79..3036162a8 100644 --- a/sailpoint/v2024/models/approval_item_details.py +++ b/sailpoint/v2024/models/approval_item_details.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_items.py b/sailpoint/v2024/models/approval_items.py index cdca9726a..fe7206b1b 100644 --- a/sailpoint/v2024/models/approval_items.py +++ b/sailpoint/v2024/models/approval_items.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_name.py b/sailpoint/v2024/models/approval_name.py index ed19e6f20..7183b60af 100644 --- a/sailpoint/v2024/models/approval_name.py +++ b/sailpoint/v2024/models/approval_name.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_reference.py b/sailpoint/v2024/models/approval_reference.py index 3f30d3909..7dacc5bb1 100644 --- a/sailpoint/v2024/models/approval_reference.py +++ b/sailpoint/v2024/models/approval_reference.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_reminder_and_escalation_config.py b/sailpoint/v2024/models/approval_reminder_and_escalation_config.py index eb5b34e88..e04efb610 100644 --- a/sailpoint/v2024/models/approval_reminder_and_escalation_config.py +++ b/sailpoint/v2024/models/approval_reminder_and_escalation_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_scheme_for_role.py b/sailpoint/v2024/models/approval_scheme_for_role.py index 64cf7ce21..c59d28260 100644 --- a/sailpoint/v2024/models/approval_scheme_for_role.py +++ b/sailpoint/v2024/models/approval_scheme_for_role.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_status_dto.py b/sailpoint/v2024/models/approval_status_dto.py index ec0943f16..37754ce9e 100644 --- a/sailpoint/v2024/models/approval_status_dto.py +++ b/sailpoint/v2024/models/approval_status_dto.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_status_dto1.py b/sailpoint/v2024/models/approval_status_dto1.py index a261101d4..1795bba6b 100644 --- a/sailpoint/v2024/models/approval_status_dto1.py +++ b/sailpoint/v2024/models/approval_status_dto1.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_status_dto_current_owner.py b/sailpoint/v2024/models/approval_status_dto_current_owner.py index 96180ee6a..d3def843a 100644 --- a/sailpoint/v2024/models/approval_status_dto_current_owner.py +++ b/sailpoint/v2024/models/approval_status_dto_current_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_status_dto_original_owner.py b/sailpoint/v2024/models/approval_status_dto_original_owner.py index 2e52d747d..1ede1c28e 100644 --- a/sailpoint/v2024/models/approval_status_dto_original_owner.py +++ b/sailpoint/v2024/models/approval_status_dto_original_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/approval_summary.py b/sailpoint/v2024/models/approval_summary.py index 0dbc0d157..82f1c23d3 100644 --- a/sailpoint/v2024/models/approval_summary.py +++ b/sailpoint/v2024/models/approval_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/argument.py b/sailpoint/v2024/models/argument.py index cf038ceb6..741d79fb1 100644 --- a/sailpoint/v2024/models/argument.py +++ b/sailpoint/v2024/models/argument.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/assignment_context_dto.py b/sailpoint/v2024/models/assignment_context_dto.py index 7027ed6f2..4717fb4d7 100644 --- a/sailpoint/v2024/models/assignment_context_dto.py +++ b/sailpoint/v2024/models/assignment_context_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attr_sync_source.py b/sailpoint/v2024/models/attr_sync_source.py index 94dd37d59..6b6925a57 100644 --- a/sailpoint/v2024/models/attr_sync_source.py +++ b/sailpoint/v2024/models/attr_sync_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attr_sync_source_attribute_config.py b/sailpoint/v2024/models/attr_sync_source_attribute_config.py index a4a2704ec..2613b94a0 100644 --- a/sailpoint/v2024/models/attr_sync_source_attribute_config.py +++ b/sailpoint/v2024/models/attr_sync_source_attribute_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attr_sync_source_config.py b/sailpoint/v2024/models/attr_sync_source_config.py index d407714dc..28aba3a03 100644 --- a/sailpoint/v2024/models/attr_sync_source_config.py +++ b/sailpoint/v2024/models/attr_sync_source_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attribute_change.py b/sailpoint/v2024/models/attribute_change.py index 4443f6ae6..efb7b0150 100644 --- a/sailpoint/v2024/models/attribute_change.py +++ b/sailpoint/v2024/models/attribute_change.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attribute_definition.py b/sailpoint/v2024/models/attribute_definition.py index 8393b8819..8ff4034fb 100644 --- a/sailpoint/v2024/models/attribute_definition.py +++ b/sailpoint/v2024/models/attribute_definition.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attribute_definition_schema.py b/sailpoint/v2024/models/attribute_definition_schema.py index bdc30b867..e63acd05f 100644 --- a/sailpoint/v2024/models/attribute_definition_schema.py +++ b/sailpoint/v2024/models/attribute_definition_schema.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attribute_dto.py b/sailpoint/v2024/models/attribute_dto.py index 24d64bf3a..f89e777b3 100644 --- a/sailpoint/v2024/models/attribute_dto.py +++ b/sailpoint/v2024/models/attribute_dto.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attribute_dto_list.py b/sailpoint/v2024/models/attribute_dto_list.py index 37ed60f51..3ac4cad88 100644 --- a/sailpoint/v2024/models/attribute_dto_list.py +++ b/sailpoint/v2024/models/attribute_dto_list.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attribute_request.py b/sailpoint/v2024/models/attribute_request.py index d7520f01a..7cb16813d 100644 --- a/sailpoint/v2024/models/attribute_request.py +++ b/sailpoint/v2024/models/attribute_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attribute_value_dto.py b/sailpoint/v2024/models/attribute_value_dto.py index 3f59359cb..7f628fbe7 100644 --- a/sailpoint/v2024/models/attribute_value_dto.py +++ b/sailpoint/v2024/models/attribute_value_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/attributes_changed.py b/sailpoint/v2024/models/attributes_changed.py index d6ab7c490..c4c107c4a 100644 --- a/sailpoint/v2024/models/attributes_changed.py +++ b/sailpoint/v2024/models/attributes_changed.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/audit_details.py b/sailpoint/v2024/models/audit_details.py index 767b25e66..1c836fad3 100644 --- a/sailpoint/v2024/models/audit_details.py +++ b/sailpoint/v2024/models/audit_details.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/auth_profile.py b/sailpoint/v2024/models/auth_profile.py index 0cf1fdf4f..477854305 100644 --- a/sailpoint/v2024/models/auth_profile.py +++ b/sailpoint/v2024/models/auth_profile.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/auth_profile_summary.py b/sailpoint/v2024/models/auth_profile_summary.py index 5c465b39a..b9bc9bc95 100644 --- a/sailpoint/v2024/models/auth_profile_summary.py +++ b/sailpoint/v2024/models/auth_profile_summary.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/auth_user.py b/sailpoint/v2024/models/auth_user.py index a4e4d6bef..51ca8a640 100644 --- a/sailpoint/v2024/models/auth_user.py +++ b/sailpoint/v2024/models/auth_user.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/backup_options.py b/sailpoint/v2024/models/backup_options.py index bfcfca2a7..05c97a0a0 100644 --- a/sailpoint/v2024/models/backup_options.py +++ b/sailpoint/v2024/models/backup_options.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/backup_response.py b/sailpoint/v2024/models/backup_response.py index da26f49b3..83b5f09ff 100644 --- a/sailpoint/v2024/models/backup_response.py +++ b/sailpoint/v2024/models/backup_response.py @@ -110,8 +110,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_access.py b/sailpoint/v2024/models/base_access.py index 0a37a1d6e..08e64aada 100644 --- a/sailpoint/v2024/models/base_access.py +++ b/sailpoint/v2024/models/base_access.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_access_all_of_owner.py b/sailpoint/v2024/models/base_access_all_of_owner.py index 8e90e2704..174be7823 100644 --- a/sailpoint/v2024/models/base_access_all_of_owner.py +++ b/sailpoint/v2024/models/base_access_all_of_owner.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_access_profile.py b/sailpoint/v2024/models/base_access_profile.py index 9753c42c0..4a2ef5c68 100644 --- a/sailpoint/v2024/models/base_access_profile.py +++ b/sailpoint/v2024/models/base_access_profile.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_account.py b/sailpoint/v2024/models/base_account.py index df2da861c..5ed78c06e 100644 --- a/sailpoint/v2024/models/base_account.py +++ b/sailpoint/v2024/models/base_account.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_common_dto.py b/sailpoint/v2024/models/base_common_dto.py index 7151aa935..6a1b9240d 100644 --- a/sailpoint/v2024/models/base_common_dto.py +++ b/sailpoint/v2024/models/base_common_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_common_dto1.py b/sailpoint/v2024/models/base_common_dto1.py index 104727e20..b4b978dda 100644 --- a/sailpoint/v2024/models/base_common_dto1.py +++ b/sailpoint/v2024/models/base_common_dto1.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_document.py b/sailpoint/v2024/models/base_document.py index ea1802a6f..48f1edb33 100644 --- a/sailpoint/v2024/models/base_document.py +++ b/sailpoint/v2024/models/base_document.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_entitlement.py b/sailpoint/v2024/models/base_entitlement.py index b40b9dc18..f2023e672 100644 --- a/sailpoint/v2024/models/base_entitlement.py +++ b/sailpoint/v2024/models/base_entitlement.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_reference_dto.py b/sailpoint/v2024/models/base_reference_dto.py index a708e3e07..2f7f25a9e 100644 --- a/sailpoint/v2024/models/base_reference_dto.py +++ b/sailpoint/v2024/models/base_reference_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_reference_dto1.py b/sailpoint/v2024/models/base_reference_dto1.py index 5a9213f29..725aa33dc 100644 --- a/sailpoint/v2024/models/base_reference_dto1.py +++ b/sailpoint/v2024/models/base_reference_dto1.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/base_segment.py b/sailpoint/v2024/models/base_segment.py index b8470c91e..cfc09b333 100644 --- a/sailpoint/v2024/models/base_segment.py +++ b/sailpoint/v2024/models/base_segment.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/basic_auth_config.py b/sailpoint/v2024/models/basic_auth_config.py index ae82557df..b2056ea40 100644 --- a/sailpoint/v2024/models/basic_auth_config.py +++ b/sailpoint/v2024/models/basic_auth_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bearer_token_auth_config.py b/sailpoint/v2024/models/bearer_token_auth_config.py index 4f7264335..49789fb13 100644 --- a/sailpoint/v2024/models/bearer_token_auth_config.py +++ b/sailpoint/v2024/models/bearer_token_auth_config.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/before_provisioning_rule_dto.py b/sailpoint/v2024/models/before_provisioning_rule_dto.py index 39d5ab035..3a7f2a676 100644 --- a/sailpoint/v2024/models/before_provisioning_rule_dto.py +++ b/sailpoint/v2024/models/before_provisioning_rule_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bound.py b/sailpoint/v2024/models/bound.py index 0462cd526..1d9387f68 100644 --- a/sailpoint/v2024/models/bound.py +++ b/sailpoint/v2024/models/bound.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/branding_item.py b/sailpoint/v2024/models/branding_item.py index 9d6c55cca..0f476e376 100644 --- a/sailpoint/v2024/models/branding_item.py +++ b/sailpoint/v2024/models/branding_item.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/branding_item_create.py b/sailpoint/v2024/models/branding_item_create.py index bcb134031..18e4f9998 100644 --- a/sailpoint/v2024/models/branding_item_create.py +++ b/sailpoint/v2024/models/branding_item_create.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bucket_aggregation.py b/sailpoint/v2024/models/bucket_aggregation.py index ed5de1464..9041152b2 100644 --- a/sailpoint/v2024/models/bucket_aggregation.py +++ b/sailpoint/v2024/models/bucket_aggregation.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bulk_add_tagged_object.py b/sailpoint/v2024/models/bulk_add_tagged_object.py index 9fb39ec01..e4b286fe1 100644 --- a/sailpoint/v2024/models/bulk_add_tagged_object.py +++ b/sailpoint/v2024/models/bulk_add_tagged_object.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bulk_approve_access_request.py b/sailpoint/v2024/models/bulk_approve_access_request.py index dc01fa03f..5d5fb2a07 100644 --- a/sailpoint/v2024/models/bulk_approve_access_request.py +++ b/sailpoint/v2024/models/bulk_approve_access_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bulk_cancel_access_request.py b/sailpoint/v2024/models/bulk_cancel_access_request.py index 70aeba175..4b187b6d6 100644 --- a/sailpoint/v2024/models/bulk_cancel_access_request.py +++ b/sailpoint/v2024/models/bulk_cancel_access_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bulk_identities_accounts_response.py b/sailpoint/v2024/models/bulk_identities_accounts_response.py index 1fb43b2a4..4e4c2d6df 100644 --- a/sailpoint/v2024/models/bulk_identities_accounts_response.py +++ b/sailpoint/v2024/models/bulk_identities_accounts_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bulk_remove_tagged_object.py b/sailpoint/v2024/models/bulk_remove_tagged_object.py index b4f07264e..a480234e9 100644 --- a/sailpoint/v2024/models/bulk_remove_tagged_object.py +++ b/sailpoint/v2024/models/bulk_remove_tagged_object.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/bulk_tagged_object_response.py b/sailpoint/v2024/models/bulk_tagged_object_response.py index bb7b20bcb..a8c0e7c47 100644 --- a/sailpoint/v2024/models/bulk_tagged_object_response.py +++ b/sailpoint/v2024/models/bulk_tagged_object_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign.py b/sailpoint/v2024/models/campaign.py index 0a735e2a2..75b34fcd8 100644 --- a/sailpoint/v2024/models/campaign.py +++ b/sailpoint/v2024/models/campaign.py @@ -109,8 +109,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_activated.py b/sailpoint/v2024/models/campaign_activated.py index bdec268d2..6b1e21d41 100644 --- a/sailpoint/v2024/models/campaign_activated.py +++ b/sailpoint/v2024/models/campaign_activated.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_activated_campaign.py b/sailpoint/v2024/models/campaign_activated_campaign.py index bcdbfffd8..186e6e04f 100644 --- a/sailpoint/v2024/models/campaign_activated_campaign.py +++ b/sailpoint/v2024/models/campaign_activated_campaign.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_activated_campaign_campaign_owner.py b/sailpoint/v2024/models/campaign_activated_campaign_campaign_owner.py index 110c8313e..3e0a4be3f 100644 --- a/sailpoint/v2024/models/campaign_activated_campaign_campaign_owner.py +++ b/sailpoint/v2024/models/campaign_activated_campaign_campaign_owner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_alert.py b/sailpoint/v2024/models/campaign_alert.py index 510e345d8..541976beb 100644 --- a/sailpoint/v2024/models/campaign_alert.py +++ b/sailpoint/v2024/models/campaign_alert.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_all_of_filter.py b/sailpoint/v2024/models/campaign_all_of_filter.py index a8a9b3386..dd5c9caa8 100644 --- a/sailpoint/v2024/models/campaign_all_of_filter.py +++ b/sailpoint/v2024/models/campaign_all_of_filter.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_all_of_machine_account_campaign_info.py b/sailpoint/v2024/models/campaign_all_of_machine_account_campaign_info.py index d97305138..2c7b6eaed 100644 --- a/sailpoint/v2024/models/campaign_all_of_machine_account_campaign_info.py +++ b/sailpoint/v2024/models/campaign_all_of_machine_account_campaign_info.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_all_of_role_composition_campaign_info.py b/sailpoint/v2024/models/campaign_all_of_role_composition_campaign_info.py index 8547a8935..2dc3bd31e 100644 --- a/sailpoint/v2024/models/campaign_all_of_role_composition_campaign_info.py +++ b/sailpoint/v2024/models/campaign_all_of_role_composition_campaign_info.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_all_of_role_composition_campaign_info_remediator_ref.py b/sailpoint/v2024/models/campaign_all_of_role_composition_campaign_info_remediator_ref.py index 054f33d02..8430799a9 100644 --- a/sailpoint/v2024/models/campaign_all_of_role_composition_campaign_info_remediator_ref.py +++ b/sailpoint/v2024/models/campaign_all_of_role_composition_campaign_info_remediator_ref.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_all_of_search_campaign_info.py b/sailpoint/v2024/models/campaign_all_of_search_campaign_info.py index 3bb2ee270..9858927bd 100644 --- a/sailpoint/v2024/models/campaign_all_of_search_campaign_info.py +++ b/sailpoint/v2024/models/campaign_all_of_search_campaign_info.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_all_of_search_campaign_info_reviewer.py b/sailpoint/v2024/models/campaign_all_of_search_campaign_info_reviewer.py index 34ab5d38a..1197361e9 100644 --- a/sailpoint/v2024/models/campaign_all_of_search_campaign_info_reviewer.py +++ b/sailpoint/v2024/models/campaign_all_of_search_campaign_info_reviewer.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_all_of_source_owner_campaign_info.py b/sailpoint/v2024/models/campaign_all_of_source_owner_campaign_info.py index e688f4be4..f57bc5d19 100644 --- a/sailpoint/v2024/models/campaign_all_of_source_owner_campaign_info.py +++ b/sailpoint/v2024/models/campaign_all_of_source_owner_campaign_info.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_all_of_sources_with_orphan_entitlements.py b/sailpoint/v2024/models/campaign_all_of_sources_with_orphan_entitlements.py index 4b16f8932..3e3c7ea52 100644 --- a/sailpoint/v2024/models/campaign_all_of_sources_with_orphan_entitlements.py +++ b/sailpoint/v2024/models/campaign_all_of_sources_with_orphan_entitlements.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_complete_options.py b/sailpoint/v2024/models/campaign_complete_options.py index 24682816c..01a01f945 100644 --- a/sailpoint/v2024/models/campaign_complete_options.py +++ b/sailpoint/v2024/models/campaign_complete_options.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_ended.py b/sailpoint/v2024/models/campaign_ended.py index 5b9294fc9..163f174e7 100644 --- a/sailpoint/v2024/models/campaign_ended.py +++ b/sailpoint/v2024/models/campaign_ended.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_ended_campaign.py b/sailpoint/v2024/models/campaign_ended_campaign.py index d2c034676..3d7aa52f2 100644 --- a/sailpoint/v2024/models/campaign_ended_campaign.py +++ b/sailpoint/v2024/models/campaign_ended_campaign.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_filter_details.py b/sailpoint/v2024/models/campaign_filter_details.py index c81ac3779..b6e547ea8 100644 --- a/sailpoint/v2024/models/campaign_filter_details.py +++ b/sailpoint/v2024/models/campaign_filter_details.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_filter_details_criteria_list_inner.py b/sailpoint/v2024/models/campaign_filter_details_criteria_list_inner.py index 30e2e306c..116570e58 100644 --- a/sailpoint/v2024/models/campaign_filter_details_criteria_list_inner.py +++ b/sailpoint/v2024/models/campaign_filter_details_criteria_list_inner.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_generated.py b/sailpoint/v2024/models/campaign_generated.py index 2c2f72915..e2e561f24 100644 --- a/sailpoint/v2024/models/campaign_generated.py +++ b/sailpoint/v2024/models/campaign_generated.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_generated_campaign.py b/sailpoint/v2024/models/campaign_generated_campaign.py index 3bfd38c61..2f5f2627d 100644 --- a/sailpoint/v2024/models/campaign_generated_campaign.py +++ b/sailpoint/v2024/models/campaign_generated_campaign.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_generated_campaign_campaign_owner.py b/sailpoint/v2024/models/campaign_generated_campaign_campaign_owner.py index 5e56d7bbc..e28e45420 100644 --- a/sailpoint/v2024/models/campaign_generated_campaign_campaign_owner.py +++ b/sailpoint/v2024/models/campaign_generated_campaign_campaign_owner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_reference.py b/sailpoint/v2024/models/campaign_reference.py index 2c167e519..8b7b9304b 100644 --- a/sailpoint/v2024/models/campaign_reference.py +++ b/sailpoint/v2024/models/campaign_reference.py @@ -76,8 +76,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_report.py b/sailpoint/v2024/models/campaign_report.py index 429ca2f6e..200312963 100644 --- a/sailpoint/v2024/models/campaign_report.py +++ b/sailpoint/v2024/models/campaign_report.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_reports_config.py b/sailpoint/v2024/models/campaign_reports_config.py index f6563c084..8150c31ef 100644 --- a/sailpoint/v2024/models/campaign_reports_config.py +++ b/sailpoint/v2024/models/campaign_reports_config.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_template.py b/sailpoint/v2024/models/campaign_template.py index 42cded93b..a6c7fc80c 100644 --- a/sailpoint/v2024/models/campaign_template.py +++ b/sailpoint/v2024/models/campaign_template.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaign_template_owner_ref.py b/sailpoint/v2024/models/campaign_template_owner_ref.py index c40d161dd..a5da2f367 100644 --- a/sailpoint/v2024/models/campaign_template_owner_ref.py +++ b/sailpoint/v2024/models/campaign_template_owner_ref.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/campaigns_delete_request.py b/sailpoint/v2024/models/campaigns_delete_request.py index 3fefcddd5..e1e57a2b4 100644 --- a/sailpoint/v2024/models/campaigns_delete_request.py +++ b/sailpoint/v2024/models/campaigns_delete_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/cancel_access_request.py b/sailpoint/v2024/models/cancel_access_request.py index 78ba7fb5b..07155f9e3 100644 --- a/sailpoint/v2024/models/cancel_access_request.py +++ b/sailpoint/v2024/models/cancel_access_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/cancelled_request_details.py b/sailpoint/v2024/models/cancelled_request_details.py index 0b53fa4bc..11aa8641b 100644 --- a/sailpoint/v2024/models/cancelled_request_details.py +++ b/sailpoint/v2024/models/cancelled_request_details.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/cancelled_request_details1.py b/sailpoint/v2024/models/cancelled_request_details1.py index 2ed2e5c3d..7c7a3a377 100644 --- a/sailpoint/v2024/models/cancelled_request_details1.py +++ b/sailpoint/v2024/models/cancelled_request_details1.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification.py b/sailpoint/v2024/models/certification.py index 1d9fe94cb..d26f55b8d 100644 --- a/sailpoint/v2024/models/certification.py +++ b/sailpoint/v2024/models/certification.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification_dto.py b/sailpoint/v2024/models/certification_dto.py index 74fd3c9cb..4a29946af 100644 --- a/sailpoint/v2024/models/certification_dto.py +++ b/sailpoint/v2024/models/certification_dto.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification_identity_summary.py b/sailpoint/v2024/models/certification_identity_summary.py index 7da698f7a..d152506f6 100644 --- a/sailpoint/v2024/models/certification_identity_summary.py +++ b/sailpoint/v2024/models/certification_identity_summary.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification_reference.py b/sailpoint/v2024/models/certification_reference.py index 1711617ad..7835b533c 100644 --- a/sailpoint/v2024/models/certification_reference.py +++ b/sailpoint/v2024/models/certification_reference.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification_reference1.py b/sailpoint/v2024/models/certification_reference1.py index c5af5fbd5..733984578 100644 --- a/sailpoint/v2024/models/certification_reference1.py +++ b/sailpoint/v2024/models/certification_reference1.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification_reference_dto.py b/sailpoint/v2024/models/certification_reference_dto.py index 5d8957909..178db40a7 100644 --- a/sailpoint/v2024/models/certification_reference_dto.py +++ b/sailpoint/v2024/models/certification_reference_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification_signed_off.py b/sailpoint/v2024/models/certification_signed_off.py index 9682b0d1c..4c30cd1b2 100644 --- a/sailpoint/v2024/models/certification_signed_off.py +++ b/sailpoint/v2024/models/certification_signed_off.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification_signed_off_certification.py b/sailpoint/v2024/models/certification_signed_off_certification.py index 7b719d79f..d5d45c917 100644 --- a/sailpoint/v2024/models/certification_signed_off_certification.py +++ b/sailpoint/v2024/models/certification_signed_off_certification.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certification_task.py b/sailpoint/v2024/models/certification_task.py index 2184cfbc4..4c0bb622a 100644 --- a/sailpoint/v2024/models/certification_task.py +++ b/sailpoint/v2024/models/certification_task.py @@ -82,8 +82,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/certifier_response.py b/sailpoint/v2024/models/certifier_response.py index 67ad0606d..87e2a168f 100644 --- a/sailpoint/v2024/models/certifier_response.py +++ b/sailpoint/v2024/models/certifier_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/client_log_configuration.py b/sailpoint/v2024/models/client_log_configuration.py index 774268ffc..a587f0401 100644 --- a/sailpoint/v2024/models/client_log_configuration.py +++ b/sailpoint/v2024/models/client_log_configuration.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: @@ -91,7 +91,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "durationMinutes": obj.get("durationMinutes") if obj.get("durationMinutes") is not None else 240, "expiration": obj.get("expiration"), "rootLevel": obj.get("rootLevel"), - "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) + "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) if obj.get("logLevels") is not None else None }) return _obj diff --git a/sailpoint/v2024/models/client_log_configuration_duration_minutes.py b/sailpoint/v2024/models/client_log_configuration_duration_minutes.py index cc8999ae9..da377b29b 100644 --- a/sailpoint/v2024/models/client_log_configuration_duration_minutes.py +++ b/sailpoint/v2024/models/client_log_configuration_duration_minutes.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: @@ -88,7 +88,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "clientId": obj.get("clientId"), "durationMinutes": obj.get("durationMinutes") if obj.get("durationMinutes") is not None else 240, "rootLevel": obj.get("rootLevel"), - "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) + "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) if obj.get("logLevels") is not None else None }) return _obj diff --git a/sailpoint/v2024/models/client_log_configuration_expiration.py b/sailpoint/v2024/models/client_log_configuration_expiration.py index 7a6039e3d..bb1bd31e3 100644 --- a/sailpoint/v2024/models/client_log_configuration_expiration.py +++ b/sailpoint/v2024/models/client_log_configuration_expiration.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: @@ -88,7 +88,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "clientId": obj.get("clientId"), "expiration": obj.get("expiration"), "rootLevel": obj.get("rootLevel"), - "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) + "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) if obj.get("logLevels") is not None else None }) return _obj diff --git a/sailpoint/v2024/models/close_access_request.py b/sailpoint/v2024/models/close_access_request.py index afd5a7350..3c73a89a1 100644 --- a/sailpoint/v2024/models/close_access_request.py +++ b/sailpoint/v2024/models/close_access_request.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/column.py b/sailpoint/v2024/models/column.py index 15a2f9a58..8d2f301c7 100644 --- a/sailpoint/v2024/models/column.py +++ b/sailpoint/v2024/models/column.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/comment.py b/sailpoint/v2024/models/comment.py index 706055abc..2d4e78009 100644 --- a/sailpoint/v2024/models/comment.py +++ b/sailpoint/v2024/models/comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/comment_dto.py b/sailpoint/v2024/models/comment_dto.py index a5aa80f26..9c7ec002b 100644 --- a/sailpoint/v2024/models/comment_dto.py +++ b/sailpoint/v2024/models/comment_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/comment_dto_author.py b/sailpoint/v2024/models/comment_dto_author.py index 23f969385..0908eb439 100644 --- a/sailpoint/v2024/models/comment_dto_author.py +++ b/sailpoint/v2024/models/comment_dto_author.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/common_access_id_status.py b/sailpoint/v2024/models/common_access_id_status.py index 6cf27f1ac..b726a6aae 100644 --- a/sailpoint/v2024/models/common_access_id_status.py +++ b/sailpoint/v2024/models/common_access_id_status.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/common_access_item_access.py b/sailpoint/v2024/models/common_access_item_access.py index 6c42b38a5..c9bb66c48 100644 --- a/sailpoint/v2024/models/common_access_item_access.py +++ b/sailpoint/v2024/models/common_access_item_access.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/common_access_item_request.py b/sailpoint/v2024/models/common_access_item_request.py index 46b4b2626..048a9db01 100644 --- a/sailpoint/v2024/models/common_access_item_request.py +++ b/sailpoint/v2024/models/common_access_item_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/common_access_item_response.py b/sailpoint/v2024/models/common_access_item_response.py index c63869fe0..104235dbd 100644 --- a/sailpoint/v2024/models/common_access_item_response.py +++ b/sailpoint/v2024/models/common_access_item_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/common_access_response.py b/sailpoint/v2024/models/common_access_response.py index b5362dda5..1c8b3e0b9 100644 --- a/sailpoint/v2024/models/common_access_response.py +++ b/sailpoint/v2024/models/common_access_response.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/complete_invocation.py b/sailpoint/v2024/models/complete_invocation.py index 9c74bfd74..88f1bafc5 100644 --- a/sailpoint/v2024/models/complete_invocation.py +++ b/sailpoint/v2024/models/complete_invocation.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/complete_invocation_input.py b/sailpoint/v2024/models/complete_invocation_input.py index 690cee97c..6300eba20 100644 --- a/sailpoint/v2024/models/complete_invocation_input.py +++ b/sailpoint/v2024/models/complete_invocation_input.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/completed_approval.py b/sailpoint/v2024/models/completed_approval.py index bb32232e4..30e044252 100644 --- a/sailpoint/v2024/models/completed_approval.py +++ b/sailpoint/v2024/models/completed_approval.py @@ -78,8 +78,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/completed_approval_pre_approval_trigger_result.py b/sailpoint/v2024/models/completed_approval_pre_approval_trigger_result.py index 1557b1c7f..f867b4866 100644 --- a/sailpoint/v2024/models/completed_approval_pre_approval_trigger_result.py +++ b/sailpoint/v2024/models/completed_approval_pre_approval_trigger_result.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/completed_approval_requester_comment.py b/sailpoint/v2024/models/completed_approval_requester_comment.py index 2c7d65238..82c311efb 100644 --- a/sailpoint/v2024/models/completed_approval_requester_comment.py +++ b/sailpoint/v2024/models/completed_approval_requester_comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/completed_approval_reviewer_comment.py b/sailpoint/v2024/models/completed_approval_reviewer_comment.py index b94956b3c..8c4ba6250 100644 --- a/sailpoint/v2024/models/completed_approval_reviewer_comment.py +++ b/sailpoint/v2024/models/completed_approval_reviewer_comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/condition_effect.py b/sailpoint/v2024/models/condition_effect.py index 2c69089cb..89d139644 100644 --- a/sailpoint/v2024/models/condition_effect.py +++ b/sailpoint/v2024/models/condition_effect.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/condition_effect_config.py b/sailpoint/v2024/models/condition_effect_config.py index 43eb5b708..e86a7b7c9 100644 --- a/sailpoint/v2024/models/condition_effect_config.py +++ b/sailpoint/v2024/models/condition_effect_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/condition_rule.py b/sailpoint/v2024/models/condition_rule.py index 7e78669c6..7c941eb21 100644 --- a/sailpoint/v2024/models/condition_rule.py +++ b/sailpoint/v2024/models/condition_rule.py @@ -76,8 +76,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/config_object.py b/sailpoint/v2024/models/config_object.py index 7fe7dcedc..54d252f96 100644 --- a/sailpoint/v2024/models/config_object.py +++ b/sailpoint/v2024/models/config_object.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/config_type.py b/sailpoint/v2024/models/config_type.py index a0af6cc30..f1843c52e 100644 --- a/sailpoint/v2024/models/config_type.py +++ b/sailpoint/v2024/models/config_type.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/configuration_details_response.py b/sailpoint/v2024/models/configuration_details_response.py index 4bec0bac9..c6a4e97cb 100644 --- a/sailpoint/v2024/models/configuration_details_response.py +++ b/sailpoint/v2024/models/configuration_details_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/configuration_item_request.py b/sailpoint/v2024/models/configuration_item_request.py index 35b8b6d9a..719e6a6c0 100644 --- a/sailpoint/v2024/models/configuration_item_request.py +++ b/sailpoint/v2024/models/configuration_item_request.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/configuration_item_response.py b/sailpoint/v2024/models/configuration_item_response.py index c53f13297..596940d05 100644 --- a/sailpoint/v2024/models/configuration_item_response.py +++ b/sailpoint/v2024/models/configuration_item_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/configuration_response.py b/sailpoint/v2024/models/configuration_response.py index 11d99e535..236bf4183 100644 --- a/sailpoint/v2024/models/configuration_response.py +++ b/sailpoint/v2024/models/configuration_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/conflicting_access_criteria.py b/sailpoint/v2024/models/conflicting_access_criteria.py index 88922f9d4..3a5e181ec 100644 --- a/sailpoint/v2024/models/conflicting_access_criteria.py +++ b/sailpoint/v2024/models/conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connected_object.py b/sailpoint/v2024/models/connected_object.py index 21679c7d3..633b3891b 100644 --- a/sailpoint/v2024/models/connected_object.py +++ b/sailpoint/v2024/models/connected_object.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connector_detail.py b/sailpoint/v2024/models/connector_detail.py index bc58236ee..9b37579e4 100644 --- a/sailpoint/v2024/models/connector_detail.py +++ b/sailpoint/v2024/models/connector_detail.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connector_detail1.py b/sailpoint/v2024/models/connector_detail1.py index 2b13396c2..6dfe4f8bb 100644 --- a/sailpoint/v2024/models/connector_detail1.py +++ b/sailpoint/v2024/models/connector_detail1.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connector_rule_create_request.py b/sailpoint/v2024/models/connector_rule_create_request.py index 14035ef4b..5108c1a97 100644 --- a/sailpoint/v2024/models/connector_rule_create_request.py +++ b/sailpoint/v2024/models/connector_rule_create_request.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connector_rule_create_request_signature.py b/sailpoint/v2024/models/connector_rule_create_request_signature.py index 8bde0fd18..3ab89982d 100644 --- a/sailpoint/v2024/models/connector_rule_create_request_signature.py +++ b/sailpoint/v2024/models/connector_rule_create_request_signature.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connector_rule_response.py b/sailpoint/v2024/models/connector_rule_response.py index cfad70d45..0e37e4565 100644 --- a/sailpoint/v2024/models/connector_rule_response.py +++ b/sailpoint/v2024/models/connector_rule_response.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connector_rule_update_request.py b/sailpoint/v2024/models/connector_rule_update_request.py index dc8f7500e..be4ebf248 100644 --- a/sailpoint/v2024/models/connector_rule_update_request.py +++ b/sailpoint/v2024/models/connector_rule_update_request.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connector_rule_validation_response.py b/sailpoint/v2024/models/connector_rule_validation_response.py index 36dbb83c5..115d23109 100644 --- a/sailpoint/v2024/models/connector_rule_validation_response.py +++ b/sailpoint/v2024/models/connector_rule_validation_response.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/connector_rule_validation_response_details_inner.py b/sailpoint/v2024/models/connector_rule_validation_response_details_inner.py index 5009b7e64..7378b9482 100644 --- a/sailpoint/v2024/models/connector_rule_validation_response_details_inner.py +++ b/sailpoint/v2024/models/connector_rule_validation_response_details_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/context_attribute_dto.py b/sailpoint/v2024/models/context_attribute_dto.py index 0605c8ab6..3e09d186a 100644 --- a/sailpoint/v2024/models/context_attribute_dto.py +++ b/sailpoint/v2024/models/context_attribute_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/correlated_governance_event.py b/sailpoint/v2024/models/correlated_governance_event.py index 5f449da5b..687089f93 100644 --- a/sailpoint/v2024/models/correlated_governance_event.py +++ b/sailpoint/v2024/models/correlated_governance_event.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/correlation_config.py b/sailpoint/v2024/models/correlation_config.py index a4168c1c6..f2d5e6934 100644 --- a/sailpoint/v2024/models/correlation_config.py +++ b/sailpoint/v2024/models/correlation_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/correlation_config_attribute_assignments_inner.py b/sailpoint/v2024/models/correlation_config_attribute_assignments_inner.py index 9935fd935..ab6067034 100644 --- a/sailpoint/v2024/models/correlation_config_attribute_assignments_inner.py +++ b/sailpoint/v2024/models/correlation_config_attribute_assignments_inner.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_domain_dkim405_response.py b/sailpoint/v2024/models/create_domain_dkim405_response.py index 46651ede6..4a11b4a7a 100644 --- a/sailpoint/v2024/models/create_domain_dkim405_response.py +++ b/sailpoint/v2024/models/create_domain_dkim405_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_external_execute_workflow200_response.py b/sailpoint/v2024/models/create_external_execute_workflow200_response.py index a05e60afc..ec245a943 100644 --- a/sailpoint/v2024/models/create_external_execute_workflow200_response.py +++ b/sailpoint/v2024/models/create_external_execute_workflow200_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_external_execute_workflow_request.py b/sailpoint/v2024/models/create_external_execute_workflow_request.py index b6ff08cb3..85f57e72a 100644 --- a/sailpoint/v2024/models/create_external_execute_workflow_request.py +++ b/sailpoint/v2024/models/create_external_execute_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_form_definition_file_request_request.py b/sailpoint/v2024/models/create_form_definition_file_request_request.py index 01554326c..f7aedefee 100644 --- a/sailpoint/v2024/models/create_form_definition_file_request_request.py +++ b/sailpoint/v2024/models/create_form_definition_file_request_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_form_definition_request.py b/sailpoint/v2024/models/create_form_definition_request.py index ebab5c67e..f4dc0df5a 100644 --- a/sailpoint/v2024/models/create_form_definition_request.py +++ b/sailpoint/v2024/models/create_form_definition_request.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_form_instance_request.py b/sailpoint/v2024/models/create_form_instance_request.py index 0cb678fe5..efd0d4e29 100644 --- a/sailpoint/v2024/models/create_form_instance_request.py +++ b/sailpoint/v2024/models/create_form_instance_request.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_o_auth_client_request.py b/sailpoint/v2024/models/create_o_auth_client_request.py index 6e02f17e9..bb6955131 100644 --- a/sailpoint/v2024/models/create_o_auth_client_request.py +++ b/sailpoint/v2024/models/create_o_auth_client_request.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_o_auth_client_response.py b/sailpoint/v2024/models/create_o_auth_client_response.py index 39603e37b..1b2e395eb 100644 --- a/sailpoint/v2024/models/create_o_auth_client_response.py +++ b/sailpoint/v2024/models/create_o_auth_client_response.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_personal_access_token_request.py b/sailpoint/v2024/models/create_personal_access_token_request.py index ac7c9eee6..70a10cf3e 100644 --- a/sailpoint/v2024/models/create_personal_access_token_request.py +++ b/sailpoint/v2024/models/create_personal_access_token_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_personal_access_token_response.py b/sailpoint/v2024/models/create_personal_access_token_response.py index d54e936c6..60ae63256 100644 --- a/sailpoint/v2024/models/create_personal_access_token_response.py +++ b/sailpoint/v2024/models/create_personal_access_token_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_saved_search_request.py b/sailpoint/v2024/models/create_saved_search_request.py index 5086155ce..e29ffe67b 100644 --- a/sailpoint/v2024/models/create_saved_search_request.py +++ b/sailpoint/v2024/models/create_saved_search_request.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_scheduled_search_request.py b/sailpoint/v2024/models/create_scheduled_search_request.py index fddd80747..25925ad44 100644 --- a/sailpoint/v2024/models/create_scheduled_search_request.py +++ b/sailpoint/v2024/models/create_scheduled_search_request.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_uploaded_configuration_request.py b/sailpoint/v2024/models/create_uploaded_configuration_request.py index 73bd0a329..04d0d6d75 100644 --- a/sailpoint/v2024/models/create_uploaded_configuration_request.py +++ b/sailpoint/v2024/models/create_uploaded_configuration_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/create_workflow_request.py b/sailpoint/v2024/models/create_workflow_request.py index 11082eee7..93ed43bda 100644 --- a/sailpoint/v2024/models/create_workflow_request.py +++ b/sailpoint/v2024/models/create_workflow_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/custom_password_instruction.py b/sailpoint/v2024/models/custom_password_instruction.py index d56bee8c9..173957846 100644 --- a/sailpoint/v2024/models/custom_password_instruction.py +++ b/sailpoint/v2024/models/custom_password_instruction.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/data_access.py b/sailpoint/v2024/models/data_access.py index 5cc6e6a67..050ef9bff 100644 --- a/sailpoint/v2024/models/data_access.py +++ b/sailpoint/v2024/models/data_access.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/data_access_categories_inner.py b/sailpoint/v2024/models/data_access_categories_inner.py index dcfba0ee4..6efbea24f 100644 --- a/sailpoint/v2024/models/data_access_categories_inner.py +++ b/sailpoint/v2024/models/data_access_categories_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/data_access_impact_score.py b/sailpoint/v2024/models/data_access_impact_score.py index 526975b23..2f2cef3f2 100644 --- a/sailpoint/v2024/models/data_access_impact_score.py +++ b/sailpoint/v2024/models/data_access_impact_score.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/data_access_policies_inner.py b/sailpoint/v2024/models/data_access_policies_inner.py index 5d6da0949..b34d9a310 100644 --- a/sailpoint/v2024/models/data_access_policies_inner.py +++ b/sailpoint/v2024/models/data_access_policies_inner.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/data_segment.py b/sailpoint/v2024/models/data_segment.py index ed774fa83..aac32b164 100644 --- a/sailpoint/v2024/models/data_segment.py +++ b/sailpoint/v2024/models/data_segment.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/delete_non_employee_records_in_bulk_request.py b/sailpoint/v2024/models/delete_non_employee_records_in_bulk_request.py index ea71f408c..1b9031937 100644 --- a/sailpoint/v2024/models/delete_non_employee_records_in_bulk_request.py +++ b/sailpoint/v2024/models/delete_non_employee_records_in_bulk_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/delete_source202_response.py b/sailpoint/v2024/models/delete_source202_response.py index fda0c0049..e11e5f749 100644 --- a/sailpoint/v2024/models/delete_source202_response.py +++ b/sailpoint/v2024/models/delete_source202_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/delete_vendor_connector_mapping200_response.py b/sailpoint/v2024/models/delete_vendor_connector_mapping200_response.py index 90e482533..7a9efee8d 100644 --- a/sailpoint/v2024/models/delete_vendor_connector_mapping200_response.py +++ b/sailpoint/v2024/models/delete_vendor_connector_mapping200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/deploy_request.py b/sailpoint/v2024/models/deploy_request.py index a5ad28b55..91af5b95a 100644 --- a/sailpoint/v2024/models/deploy_request.py +++ b/sailpoint/v2024/models/deploy_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/deploy_response.py b/sailpoint/v2024/models/deploy_response.py index 7c39d8684..7f2f0bbbf 100644 --- a/sailpoint/v2024/models/deploy_response.py +++ b/sailpoint/v2024/models/deploy_response.py @@ -84,8 +84,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dimension.py b/sailpoint/v2024/models/dimension.py index a06ea726b..16b14a81c 100644 --- a/sailpoint/v2024/models/dimension.py +++ b/sailpoint/v2024/models/dimension.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dimension_bulk_delete_request.py b/sailpoint/v2024/models/dimension_bulk_delete_request.py index f5aad772d..8e2c1ebe6 100644 --- a/sailpoint/v2024/models/dimension_bulk_delete_request.py +++ b/sailpoint/v2024/models/dimension_bulk_delete_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dimension_criteria_key.py b/sailpoint/v2024/models/dimension_criteria_key.py index 97ad7daf6..04f143bc2 100644 --- a/sailpoint/v2024/models/dimension_criteria_key.py +++ b/sailpoint/v2024/models/dimension_criteria_key.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dimension_criteria_level1.py b/sailpoint/v2024/models/dimension_criteria_level1.py index cb6a2b93b..5672ce3fa 100644 --- a/sailpoint/v2024/models/dimension_criteria_level1.py +++ b/sailpoint/v2024/models/dimension_criteria_level1.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dimension_criteria_level2.py b/sailpoint/v2024/models/dimension_criteria_level2.py index d4b95175b..a3d3c1829 100644 --- a/sailpoint/v2024/models/dimension_criteria_level2.py +++ b/sailpoint/v2024/models/dimension_criteria_level2.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dimension_criteria_level3.py b/sailpoint/v2024/models/dimension_criteria_level3.py index 99a549b0b..9cc987989 100644 --- a/sailpoint/v2024/models/dimension_criteria_level3.py +++ b/sailpoint/v2024/models/dimension_criteria_level3.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dimension_membership_selector.py b/sailpoint/v2024/models/dimension_membership_selector.py index 6b9111994..c8423c75c 100644 --- a/sailpoint/v2024/models/dimension_membership_selector.py +++ b/sailpoint/v2024/models/dimension_membership_selector.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dimension_ref.py b/sailpoint/v2024/models/dimension_ref.py index 20fefa322..2455fb405 100644 --- a/sailpoint/v2024/models/dimension_ref.py +++ b/sailpoint/v2024/models/dimension_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/display_reference.py b/sailpoint/v2024/models/display_reference.py index f1f024234..d60346476 100644 --- a/sailpoint/v2024/models/display_reference.py +++ b/sailpoint/v2024/models/display_reference.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/dkim_attributes.py b/sailpoint/v2024/models/dkim_attributes.py index 96c4ce7b4..9a2c33ef3 100644 --- a/sailpoint/v2024/models/dkim_attributes.py +++ b/sailpoint/v2024/models/dkim_attributes.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/domain_address.py b/sailpoint/v2024/models/domain_address.py index 94230b17a..cd7827f62 100644 --- a/sailpoint/v2024/models/domain_address.py +++ b/sailpoint/v2024/models/domain_address.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/domain_status_dto.py b/sailpoint/v2024/models/domain_status_dto.py index 9a66aef0e..5f7c1f12f 100644 --- a/sailpoint/v2024/models/domain_status_dto.py +++ b/sailpoint/v2024/models/domain_status_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/draft_response.py b/sailpoint/v2024/models/draft_response.py index 5350b43e8..b0bd2f260 100644 --- a/sailpoint/v2024/models/draft_response.py +++ b/sailpoint/v2024/models/draft_response.py @@ -99,8 +99,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/email_notification_option.py b/sailpoint/v2024/models/email_notification_option.py index 7bb8eb592..e768be06a 100644 --- a/sailpoint/v2024/models/email_notification_option.py +++ b/sailpoint/v2024/models/email_notification_option.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/email_status_dto.py b/sailpoint/v2024/models/email_status_dto.py index 27d5e7d5f..1eef10518 100644 --- a/sailpoint/v2024/models/email_status_dto.py +++ b/sailpoint/v2024/models/email_status_dto.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement.py b/sailpoint/v2024/models/entitlement.py index 65469c747..11967ea91 100644 --- a/sailpoint/v2024/models/entitlement.py +++ b/sailpoint/v2024/models/entitlement.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement1.py b/sailpoint/v2024/models/entitlement1.py index 805777014..93fe2d8e3 100644 --- a/sailpoint/v2024/models/entitlement1.py +++ b/sailpoint/v2024/models/entitlement1.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement1_access_model_metadata.py b/sailpoint/v2024/models/entitlement1_access_model_metadata.py index 57ea5b516..ffc02b48c 100644 --- a/sailpoint/v2024/models/entitlement1_access_model_metadata.py +++ b/sailpoint/v2024/models/entitlement1_access_model_metadata.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement1_manually_updated_fields.py b/sailpoint/v2024/models/entitlement1_manually_updated_fields.py index 5dff09378..827023fe1 100644 --- a/sailpoint/v2024/models/entitlement1_manually_updated_fields.py +++ b/sailpoint/v2024/models/entitlement1_manually_updated_fields.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement1_owner.py b/sailpoint/v2024/models/entitlement1_owner.py index f0d5288a6..1e1b95ed2 100644 --- a/sailpoint/v2024/models/entitlement1_owner.py +++ b/sailpoint/v2024/models/entitlement1_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement1_source.py b/sailpoint/v2024/models/entitlement1_source.py index 203481a6c..9f1385ea8 100644 --- a/sailpoint/v2024/models/entitlement1_source.py +++ b/sailpoint/v2024/models/entitlement1_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_access_request_config.py b/sailpoint/v2024/models/entitlement_access_request_config.py index c46e86e6c..ac49ec138 100644 --- a/sailpoint/v2024/models/entitlement_access_request_config.py +++ b/sailpoint/v2024/models/entitlement_access_request_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_approval_scheme.py b/sailpoint/v2024/models/entitlement_approval_scheme.py index 2ab93cd69..18faf685d 100644 --- a/sailpoint/v2024/models/entitlement_approval_scheme.py +++ b/sailpoint/v2024/models/entitlement_approval_scheme.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_bulk_update_request.py b/sailpoint/v2024/models/entitlement_bulk_update_request.py index 47455fe2f..69505066f 100644 --- a/sailpoint/v2024/models/entitlement_bulk_update_request.py +++ b/sailpoint/v2024/models/entitlement_bulk_update_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_document.py b/sailpoint/v2024/models/entitlement_document.py index 4f4de4aea..bc2149bd5 100644 --- a/sailpoint/v2024/models/entitlement_document.py +++ b/sailpoint/v2024/models/entitlement_document.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_document_all_of_source.py b/sailpoint/v2024/models/entitlement_document_all_of_source.py index f1e338578..097fcf4ff 100644 --- a/sailpoint/v2024/models/entitlement_document_all_of_source.py +++ b/sailpoint/v2024/models/entitlement_document_all_of_source.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_dto.py b/sailpoint/v2024/models/entitlement_dto.py index 66fae6c16..f9d2b30b2 100644 --- a/sailpoint/v2024/models/entitlement_dto.py +++ b/sailpoint/v2024/models/entitlement_dto.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_ref.py b/sailpoint/v2024/models/entitlement_ref.py index 8573c7bc9..720a32d90 100644 --- a/sailpoint/v2024/models/entitlement_ref.py +++ b/sailpoint/v2024/models/entitlement_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_ref1.py b/sailpoint/v2024/models/entitlement_ref1.py index b89e43bec..24749b71b 100644 --- a/sailpoint/v2024/models/entitlement_ref1.py +++ b/sailpoint/v2024/models/entitlement_ref1.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_request_config.py b/sailpoint/v2024/models/entitlement_request_config.py index f75642a81..a5850c8da 100644 --- a/sailpoint/v2024/models/entitlement_request_config.py +++ b/sailpoint/v2024/models/entitlement_request_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_request_config1.py b/sailpoint/v2024/models/entitlement_request_config1.py index 529112dd5..53a5f4043 100644 --- a/sailpoint/v2024/models/entitlement_request_config1.py +++ b/sailpoint/v2024/models/entitlement_request_config1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_source.py b/sailpoint/v2024/models/entitlement_source.py index 5c4e335e4..7c263af1c 100644 --- a/sailpoint/v2024/models/entitlement_source.py +++ b/sailpoint/v2024/models/entitlement_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_source_reset_base_reference_dto.py b/sailpoint/v2024/models/entitlement_source_reset_base_reference_dto.py index 8f072ac6d..784a8333d 100644 --- a/sailpoint/v2024/models/entitlement_source_reset_base_reference_dto.py +++ b/sailpoint/v2024/models/entitlement_source_reset_base_reference_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entitlement_summary.py b/sailpoint/v2024/models/entitlement_summary.py index 6d6e5eef6..171774e9c 100644 --- a/sailpoint/v2024/models/entitlement_summary.py +++ b/sailpoint/v2024/models/entitlement_summary.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/entity_created_by_dto.py b/sailpoint/v2024/models/entity_created_by_dto.py index 13ac066c2..ec6230ab9 100644 --- a/sailpoint/v2024/models/entity_created_by_dto.py +++ b/sailpoint/v2024/models/entity_created_by_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/error.py b/sailpoint/v2024/models/error.py index 56917eae2..65bac4758 100644 --- a/sailpoint/v2024/models/error.py +++ b/sailpoint/v2024/models/error.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/error_message.py b/sailpoint/v2024/models/error_message.py index cb450d7ac..a4efa55dc 100644 --- a/sailpoint/v2024/models/error_message.py +++ b/sailpoint/v2024/models/error_message.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/error_message_dto.py b/sailpoint/v2024/models/error_message_dto.py index 17e2a3efb..ec4ee2b44 100644 --- a/sailpoint/v2024/models/error_message_dto.py +++ b/sailpoint/v2024/models/error_message_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/error_message_dto1.py b/sailpoint/v2024/models/error_message_dto1.py index d1577d585..49125aaa4 100644 --- a/sailpoint/v2024/models/error_message_dto1.py +++ b/sailpoint/v2024/models/error_message_dto1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/error_response_dto.py b/sailpoint/v2024/models/error_response_dto.py index 632fde5c7..fc933b4c7 100644 --- a/sailpoint/v2024/models/error_response_dto.py +++ b/sailpoint/v2024/models/error_response_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/evaluate_response.py b/sailpoint/v2024/models/evaluate_response.py index f0ba2e0ad..ba54591fe 100644 --- a/sailpoint/v2024/models/evaluate_response.py +++ b/sailpoint/v2024/models/evaluate_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/event.py b/sailpoint/v2024/models/event.py index bf7bd1d8c..5cd651a42 100644 --- a/sailpoint/v2024/models/event.py +++ b/sailpoint/v2024/models/event.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/event_attributes.py b/sailpoint/v2024/models/event_attributes.py index c23dafaa6..3bd32872c 100644 --- a/sailpoint/v2024/models/event_attributes.py +++ b/sailpoint/v2024/models/event_attributes.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/event_bridge_config.py b/sailpoint/v2024/models/event_bridge_config.py index ae2ca9d0b..ee586f33c 100644 --- a/sailpoint/v2024/models/event_bridge_config.py +++ b/sailpoint/v2024/models/event_bridge_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/event_document.py b/sailpoint/v2024/models/event_document.py index 898c2b74d..09f477945 100644 --- a/sailpoint/v2024/models/event_document.py +++ b/sailpoint/v2024/models/event_document.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/exception_access_criteria.py b/sailpoint/v2024/models/exception_access_criteria.py index ee08721db..b9ae36f1b 100644 --- a/sailpoint/v2024/models/exception_access_criteria.py +++ b/sailpoint/v2024/models/exception_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/exception_criteria.py b/sailpoint/v2024/models/exception_criteria.py index abad91eae..b63a46051 100644 --- a/sailpoint/v2024/models/exception_criteria.py +++ b/sailpoint/v2024/models/exception_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/exception_criteria_access.py b/sailpoint/v2024/models/exception_criteria_access.py index 88ad8ed28..803881b23 100644 --- a/sailpoint/v2024/models/exception_criteria_access.py +++ b/sailpoint/v2024/models/exception_criteria_access.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/exception_criteria_criteria_list_inner.py b/sailpoint/v2024/models/exception_criteria_criteria_list_inner.py index a75a08344..ea552596f 100644 --- a/sailpoint/v2024/models/exception_criteria_criteria_list_inner.py +++ b/sailpoint/v2024/models/exception_criteria_criteria_list_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/expansion_item.py b/sailpoint/v2024/models/expansion_item.py index 1e61934a9..c535fad3d 100644 --- a/sailpoint/v2024/models/expansion_item.py +++ b/sailpoint/v2024/models/expansion_item.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/export_form_definitions_by_tenant200_response_inner.py b/sailpoint/v2024/models/export_form_definitions_by_tenant200_response_inner.py index 10b254f3a..eda365d0f 100644 --- a/sailpoint/v2024/models/export_form_definitions_by_tenant200_response_inner.py +++ b/sailpoint/v2024/models/export_form_definitions_by_tenant200_response_inner.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/export_options.py b/sailpoint/v2024/models/export_options.py index 522cd78b8..a1bdf8bce 100644 --- a/sailpoint/v2024/models/export_options.py +++ b/sailpoint/v2024/models/export_options.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/export_payload.py b/sailpoint/v2024/models/export_payload.py index 612725ba8..b06beb90d 100644 --- a/sailpoint/v2024/models/export_payload.py +++ b/sailpoint/v2024/models/export_payload.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/expression.py b/sailpoint/v2024/models/expression.py index ca0a501da..a38697b90 100644 --- a/sailpoint/v2024/models/expression.py +++ b/sailpoint/v2024/models/expression.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/expression_children_inner.py b/sailpoint/v2024/models/expression_children_inner.py index 13e944e22..33efed955 100644 --- a/sailpoint/v2024/models/expression_children_inner.py +++ b/sailpoint/v2024/models/expression_children_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/external_attributes.py b/sailpoint/v2024/models/external_attributes.py index d83a2adaa..9f092f45e 100644 --- a/sailpoint/v2024/models/external_attributes.py +++ b/sailpoint/v2024/models/external_attributes.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/feature_value_dto.py b/sailpoint/v2024/models/feature_value_dto.py index 3f48e2cee..fffef6cb9 100644 --- a/sailpoint/v2024/models/feature_value_dto.py +++ b/sailpoint/v2024/models/feature_value_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/field_details_dto.py b/sailpoint/v2024/models/field_details_dto.py index d8e0d8c51..da9019667 100644 --- a/sailpoint/v2024/models/field_details_dto.py +++ b/sailpoint/v2024/models/field_details_dto.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/filter.py b/sailpoint/v2024/models/filter.py index 84445c7f8..8403837ca 100644 --- a/sailpoint/v2024/models/filter.py +++ b/sailpoint/v2024/models/filter.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/filter_aggregation.py b/sailpoint/v2024/models/filter_aggregation.py index 7e0aa5579..daf3a9afa 100644 --- a/sailpoint/v2024/models/filter_aggregation.py +++ b/sailpoint/v2024/models/filter_aggregation.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_condition.py b/sailpoint/v2024/models/form_condition.py index d732e39ad..d775a6c1b 100644 --- a/sailpoint/v2024/models/form_condition.py +++ b/sailpoint/v2024/models/form_condition.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_definition_dynamic_schema_request.py b/sailpoint/v2024/models/form_definition_dynamic_schema_request.py index 3c7b61b88..402eb374a 100644 --- a/sailpoint/v2024/models/form_definition_dynamic_schema_request.py +++ b/sailpoint/v2024/models/form_definition_dynamic_schema_request.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_definition_dynamic_schema_request_attributes.py b/sailpoint/v2024/models/form_definition_dynamic_schema_request_attributes.py index d6588a127..fa3cfa287 100644 --- a/sailpoint/v2024/models/form_definition_dynamic_schema_request_attributes.py +++ b/sailpoint/v2024/models/form_definition_dynamic_schema_request_attributes.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_definition_dynamic_schema_response.py b/sailpoint/v2024/models/form_definition_dynamic_schema_response.py index e3523d4d8..958622ce2 100644 --- a/sailpoint/v2024/models/form_definition_dynamic_schema_response.py +++ b/sailpoint/v2024/models/form_definition_dynamic_schema_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_definition_file_upload_response.py b/sailpoint/v2024/models/form_definition_file_upload_response.py index 8d2e6b5dc..3a8f06c0d 100644 --- a/sailpoint/v2024/models/form_definition_file_upload_response.py +++ b/sailpoint/v2024/models/form_definition_file_upload_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_definition_input.py b/sailpoint/v2024/models/form_definition_input.py index 66bb5d8b8..2f04eb593 100644 --- a/sailpoint/v2024/models/form_definition_input.py +++ b/sailpoint/v2024/models/form_definition_input.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_definition_response.py b/sailpoint/v2024/models/form_definition_response.py index 4a57561f5..a1308f634 100644 --- a/sailpoint/v2024/models/form_definition_response.py +++ b/sailpoint/v2024/models/form_definition_response.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_details.py b/sailpoint/v2024/models/form_details.py index b01c54626..13878b0fe 100644 --- a/sailpoint/v2024/models/form_details.py +++ b/sailpoint/v2024/models/form_details.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_element.py b/sailpoint/v2024/models/form_element.py index 4a7bd875d..30dca16a4 100644 --- a/sailpoint/v2024/models/form_element.py +++ b/sailpoint/v2024/models/form_element.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_element_data_source_config_options.py b/sailpoint/v2024/models/form_element_data_source_config_options.py index 34f8f3f5b..74cb66d0b 100644 --- a/sailpoint/v2024/models/form_element_data_source_config_options.py +++ b/sailpoint/v2024/models/form_element_data_source_config_options.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_element_dynamic_data_source.py b/sailpoint/v2024/models/form_element_dynamic_data_source.py index 6cfe857e4..8c2d70434 100644 --- a/sailpoint/v2024/models/form_element_dynamic_data_source.py +++ b/sailpoint/v2024/models/form_element_dynamic_data_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_element_dynamic_data_source_config.py b/sailpoint/v2024/models/form_element_dynamic_data_source_config.py index 1df5ef814..ca59a6c05 100644 --- a/sailpoint/v2024/models/form_element_dynamic_data_source_config.py +++ b/sailpoint/v2024/models/form_element_dynamic_data_source_config.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_element_preview_request.py b/sailpoint/v2024/models/form_element_preview_request.py index 56beaca10..92643a714 100644 --- a/sailpoint/v2024/models/form_element_preview_request.py +++ b/sailpoint/v2024/models/form_element_preview_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_element_validations_set.py b/sailpoint/v2024/models/form_element_validations_set.py index f2e51e5c6..f1de17cf5 100644 --- a/sailpoint/v2024/models/form_element_validations_set.py +++ b/sailpoint/v2024/models/form_element_validations_set.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_error.py b/sailpoint/v2024/models/form_error.py index 32eb39b0a..bdafb720c 100644 --- a/sailpoint/v2024/models/form_error.py +++ b/sailpoint/v2024/models/form_error.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_instance_created_by.py b/sailpoint/v2024/models/form_instance_created_by.py index db99b6597..c08e537f5 100644 --- a/sailpoint/v2024/models/form_instance_created_by.py +++ b/sailpoint/v2024/models/form_instance_created_by.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_instance_recipient.py b/sailpoint/v2024/models/form_instance_recipient.py index 24c43093d..d322a8d75 100644 --- a/sailpoint/v2024/models/form_instance_recipient.py +++ b/sailpoint/v2024/models/form_instance_recipient.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_instance_response.py b/sailpoint/v2024/models/form_instance_response.py index 7e48c549d..f71f8f7f2 100644 --- a/sailpoint/v2024/models/form_instance_response.py +++ b/sailpoint/v2024/models/form_instance_response.py @@ -72,8 +72,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_item_details.py b/sailpoint/v2024/models/form_item_details.py index cdeee76c9..85a290eda 100644 --- a/sailpoint/v2024/models/form_item_details.py +++ b/sailpoint/v2024/models/form_item_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_owner.py b/sailpoint/v2024/models/form_owner.py index 27f946256..7905ede4c 100644 --- a/sailpoint/v2024/models/form_owner.py +++ b/sailpoint/v2024/models/form_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/form_used_by.py b/sailpoint/v2024/models/form_used_by.py index cc63f422d..bfb8e0e3d 100644 --- a/sailpoint/v2024/models/form_used_by.py +++ b/sailpoint/v2024/models/form_used_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/forward_approval_dto.py b/sailpoint/v2024/models/forward_approval_dto.py index 2c4d90a43..0f23b0df4 100644 --- a/sailpoint/v2024/models/forward_approval_dto.py +++ b/sailpoint/v2024/models/forward_approval_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/full_discovered_applications.py b/sailpoint/v2024/models/full_discovered_applications.py index 7b6d0d187..1c8ca2c29 100644 --- a/sailpoint/v2024/models/full_discovered_applications.py +++ b/sailpoint/v2024/models/full_discovered_applications.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/get_o_auth_client_response.py b/sailpoint/v2024/models/get_o_auth_client_response.py index a1ede44c4..6e5736d7a 100644 --- a/sailpoint/v2024/models/get_o_auth_client_response.py +++ b/sailpoint/v2024/models/get_o_auth_client_response.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/get_personal_access_token_response.py b/sailpoint/v2024/models/get_personal_access_token_response.py index 4e1d7edf5..2c552f600 100644 --- a/sailpoint/v2024/models/get_personal_access_token_response.py +++ b/sailpoint/v2024/models/get_personal_access_token_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/http_config.py b/sailpoint/v2024/models/http_config.py index dec781e57..e0ce52eb2 100644 --- a/sailpoint/v2024/models/http_config.py +++ b/sailpoint/v2024/models/http_config.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identities_accounts_bulk_request.py b/sailpoint/v2024/models/identities_accounts_bulk_request.py index 2462d7d41..e7d55c209 100644 --- a/sailpoint/v2024/models/identities_accounts_bulk_request.py +++ b/sailpoint/v2024/models/identities_accounts_bulk_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identities_details_report_arguments.py b/sailpoint/v2024/models/identities_details_report_arguments.py index 1fbcf6c6e..c6462d273 100644 --- a/sailpoint/v2024/models/identities_details_report_arguments.py +++ b/sailpoint/v2024/models/identities_details_report_arguments.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identities_report_arguments.py b/sailpoint/v2024/models/identities_report_arguments.py index db03d4f9f..0634373d0 100644 --- a/sailpoint/v2024/models/identities_report_arguments.py +++ b/sailpoint/v2024/models/identities_report_arguments.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity.py b/sailpoint/v2024/models/identity.py index d44615435..d9ec0daef 100644 --- a/sailpoint/v2024/models/identity.py +++ b/sailpoint/v2024/models/identity.py @@ -77,8 +77,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity1.py b/sailpoint/v2024/models/identity1.py index 0e8d6b9b6..9e3431449 100644 --- a/sailpoint/v2024/models/identity1.py +++ b/sailpoint/v2024/models/identity1.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_association_details.py b/sailpoint/v2024/models/identity_association_details.py index eb9f3780c..f040b244e 100644 --- a/sailpoint/v2024/models/identity_association_details.py +++ b/sailpoint/v2024/models/identity_association_details.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_association_details_association_details_inner.py b/sailpoint/v2024/models/identity_association_details_association_details_inner.py index 826a08f73..e4b6b4148 100644 --- a/sailpoint/v2024/models/identity_association_details_association_details_inner.py +++ b/sailpoint/v2024/models/identity_association_details_association_details_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_attribute.py b/sailpoint/v2024/models/identity_attribute.py index 3a84edd74..4330231ca 100644 --- a/sailpoint/v2024/models/identity_attribute.py +++ b/sailpoint/v2024/models/identity_attribute.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_attribute_config.py b/sailpoint/v2024/models/identity_attribute_config.py index 5dba600ba..e13b97fe6 100644 --- a/sailpoint/v2024/models/identity_attribute_config.py +++ b/sailpoint/v2024/models/identity_attribute_config.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_attribute_names.py b/sailpoint/v2024/models/identity_attribute_names.py index 5b40daeb2..eb76b39e2 100644 --- a/sailpoint/v2024/models/identity_attribute_names.py +++ b/sailpoint/v2024/models/identity_attribute_names.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_attribute_preview.py b/sailpoint/v2024/models/identity_attribute_preview.py index ae4a8b9ad..5074abfde 100644 --- a/sailpoint/v2024/models/identity_attribute_preview.py +++ b/sailpoint/v2024/models/identity_attribute_preview.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_attribute_transform.py b/sailpoint/v2024/models/identity_attribute_transform.py index c2dd1afc7..edd673562 100644 --- a/sailpoint/v2024/models/identity_attribute_transform.py +++ b/sailpoint/v2024/models/identity_attribute_transform.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_attributes_changed.py b/sailpoint/v2024/models/identity_attributes_changed.py index 70c055b2e..b67800520 100644 --- a/sailpoint/v2024/models/identity_attributes_changed.py +++ b/sailpoint/v2024/models/identity_attributes_changed.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_attributes_changed_changes_inner.py b/sailpoint/v2024/models/identity_attributes_changed_changes_inner.py index 2b3a8fc11..e065def63 100644 --- a/sailpoint/v2024/models/identity_attributes_changed_changes_inner.py +++ b/sailpoint/v2024/models/identity_attributes_changed_changes_inner.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_attributes_changed_identity.py b/sailpoint/v2024/models/identity_attributes_changed_identity.py index bcb58b10c..584ae7f47 100644 --- a/sailpoint/v2024/models/identity_attributes_changed_identity.py +++ b/sailpoint/v2024/models/identity_attributes_changed_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_cert_decision_summary.py b/sailpoint/v2024/models/identity_cert_decision_summary.py index d6357b67b..42f8cc9c6 100644 --- a/sailpoint/v2024/models/identity_cert_decision_summary.py +++ b/sailpoint/v2024/models/identity_cert_decision_summary.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_certification_dto.py b/sailpoint/v2024/models/identity_certification_dto.py index 8c99f8604..e49cc6576 100644 --- a/sailpoint/v2024/models/identity_certification_dto.py +++ b/sailpoint/v2024/models/identity_certification_dto.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_certified.py b/sailpoint/v2024/models/identity_certified.py index 8aa5d3151..edb0ce8ca 100644 --- a/sailpoint/v2024/models/identity_certified.py +++ b/sailpoint/v2024/models/identity_certified.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_compare_response.py b/sailpoint/v2024/models/identity_compare_response.py index 86ff8763c..05f0d986d 100644 --- a/sailpoint/v2024/models/identity_compare_response.py +++ b/sailpoint/v2024/models/identity_compare_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_created.py b/sailpoint/v2024/models/identity_created.py index 48c17bfec..bb4183d5c 100644 --- a/sailpoint/v2024/models/identity_created.py +++ b/sailpoint/v2024/models/identity_created.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_created_identity.py b/sailpoint/v2024/models/identity_created_identity.py index cc6a0cb50..37cf00c89 100644 --- a/sailpoint/v2024/models/identity_created_identity.py +++ b/sailpoint/v2024/models/identity_created_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_deleted.py b/sailpoint/v2024/models/identity_deleted.py index 3ca4c7c29..aabc95ade 100644 --- a/sailpoint/v2024/models/identity_deleted.py +++ b/sailpoint/v2024/models/identity_deleted.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_deleted_identity.py b/sailpoint/v2024/models/identity_deleted_identity.py index cc04684ca..a000bd36e 100644 --- a/sailpoint/v2024/models/identity_deleted_identity.py +++ b/sailpoint/v2024/models/identity_deleted_identity.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_document.py b/sailpoint/v2024/models/identity_document.py index 968d787b7..b8d1637f5 100644 --- a/sailpoint/v2024/models/identity_document.py +++ b/sailpoint/v2024/models/identity_document.py @@ -85,8 +85,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_document_all_of_identity_profile.py b/sailpoint/v2024/models/identity_document_all_of_identity_profile.py index 823849bd7..8932c8de1 100644 --- a/sailpoint/v2024/models/identity_document_all_of_identity_profile.py +++ b/sailpoint/v2024/models/identity_document_all_of_identity_profile.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_document_all_of_manager.py b/sailpoint/v2024/models/identity_document_all_of_manager.py index 1c6057877..a728cd6d5 100644 --- a/sailpoint/v2024/models/identity_document_all_of_manager.py +++ b/sailpoint/v2024/models/identity_document_all_of_manager.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_document_all_of_source.py b/sailpoint/v2024/models/identity_document_all_of_source.py index 4f6d3f454..d894eabfd 100644 --- a/sailpoint/v2024/models/identity_document_all_of_source.py +++ b/sailpoint/v2024/models/identity_document_all_of_source.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_entities.py b/sailpoint/v2024/models/identity_entities.py index e3c4d0e02..1b5a3df8d 100644 --- a/sailpoint/v2024/models/identity_entities.py +++ b/sailpoint/v2024/models/identity_entities.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_entities_identity_entity.py b/sailpoint/v2024/models/identity_entities_identity_entity.py index 3a109db7c..e297b5c7a 100644 --- a/sailpoint/v2024/models/identity_entities_identity_entity.py +++ b/sailpoint/v2024/models/identity_entities_identity_entity.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_exception_report_reference.py b/sailpoint/v2024/models/identity_exception_report_reference.py index 578aeccad..799754fce 100644 --- a/sailpoint/v2024/models/identity_exception_report_reference.py +++ b/sailpoint/v2024/models/identity_exception_report_reference.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_history_response.py b/sailpoint/v2024/models/identity_history_response.py index c6129cabf..f328dd139 100644 --- a/sailpoint/v2024/models/identity_history_response.py +++ b/sailpoint/v2024/models/identity_history_response.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_lifecycle_state.py b/sailpoint/v2024/models/identity_lifecycle_state.py index 367b8b7d9..c63e36a35 100644 --- a/sailpoint/v2024/models/identity_lifecycle_state.py +++ b/sailpoint/v2024/models/identity_lifecycle_state.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_list_item.py b/sailpoint/v2024/models/identity_list_item.py index a060fa335..a38f0d71b 100644 --- a/sailpoint/v2024/models/identity_list_item.py +++ b/sailpoint/v2024/models/identity_list_item.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_manager_ref.py b/sailpoint/v2024/models/identity_manager_ref.py index 4a8315ea8..072192393 100644 --- a/sailpoint/v2024/models/identity_manager_ref.py +++ b/sailpoint/v2024/models/identity_manager_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_ownership_association_details.py b/sailpoint/v2024/models/identity_ownership_association_details.py index 0e5af9ea1..1be9d258b 100644 --- a/sailpoint/v2024/models/identity_ownership_association_details.py +++ b/sailpoint/v2024/models/identity_ownership_association_details.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_ownership_association_details_association_details_inner.py b/sailpoint/v2024/models/identity_ownership_association_details_association_details_inner.py index 1dd0a8c2a..e142897f5 100644 --- a/sailpoint/v2024/models/identity_ownership_association_details_association_details_inner.py +++ b/sailpoint/v2024/models/identity_ownership_association_details_association_details_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_preview_request.py b/sailpoint/v2024/models/identity_preview_request.py index 83f7162df..9aea8fe56 100644 --- a/sailpoint/v2024/models/identity_preview_request.py +++ b/sailpoint/v2024/models/identity_preview_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_preview_response.py b/sailpoint/v2024/models/identity_preview_response.py index 45da9b4c4..4829223cc 100644 --- a/sailpoint/v2024/models/identity_preview_response.py +++ b/sailpoint/v2024/models/identity_preview_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_preview_response_identity.py b/sailpoint/v2024/models/identity_preview_response_identity.py index b9e44b1c4..5ea34f443 100644 --- a/sailpoint/v2024/models/identity_preview_response_identity.py +++ b/sailpoint/v2024/models/identity_preview_response_identity.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_profile.py b/sailpoint/v2024/models/identity_profile.py index b71de9e86..48cacc026 100644 --- a/sailpoint/v2024/models/identity_profile.py +++ b/sailpoint/v2024/models/identity_profile.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_profile_all_of_authoritative_source.py b/sailpoint/v2024/models/identity_profile_all_of_authoritative_source.py index 47381c912..88ad2187b 100644 --- a/sailpoint/v2024/models/identity_profile_all_of_authoritative_source.py +++ b/sailpoint/v2024/models/identity_profile_all_of_authoritative_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_profile_all_of_owner.py b/sailpoint/v2024/models/identity_profile_all_of_owner.py index 8cfe32987..fab6d6d0c 100644 --- a/sailpoint/v2024/models/identity_profile_all_of_owner.py +++ b/sailpoint/v2024/models/identity_profile_all_of_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_profile_exported_object.py b/sailpoint/v2024/models/identity_profile_exported_object.py index 4b0b44329..100acd411 100644 --- a/sailpoint/v2024/models/identity_profile_exported_object.py +++ b/sailpoint/v2024/models/identity_profile_exported_object.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_profile_exported_object_self.py b/sailpoint/v2024/models/identity_profile_exported_object_self.py index 9f8aaf60c..65212b21f 100644 --- a/sailpoint/v2024/models/identity_profile_exported_object_self.py +++ b/sailpoint/v2024/models/identity_profile_exported_object_self.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_profile_identity_error_report_arguments.py b/sailpoint/v2024/models/identity_profile_identity_error_report_arguments.py index d81e8bf46..28bbd571c 100644 --- a/sailpoint/v2024/models/identity_profile_identity_error_report_arguments.py +++ b/sailpoint/v2024/models/identity_profile_identity_error_report_arguments.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_reference.py b/sailpoint/v2024/models/identity_reference.py index 4386bc1be..39c454e19 100644 --- a/sailpoint/v2024/models/identity_reference.py +++ b/sailpoint/v2024/models/identity_reference.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_reference_with_name_and_email.py b/sailpoint/v2024/models/identity_reference_with_name_and_email.py index 7d99ebc56..5eebd102b 100644 --- a/sailpoint/v2024/models/identity_reference_with_name_and_email.py +++ b/sailpoint/v2024/models/identity_reference_with_name_and_email.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_snapshot_summary_response.py b/sailpoint/v2024/models/identity_snapshot_summary_response.py index 185339c8e..d4ba4db2e 100644 --- a/sailpoint/v2024/models/identity_snapshot_summary_response.py +++ b/sailpoint/v2024/models/identity_snapshot_summary_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_summary.py b/sailpoint/v2024/models/identity_summary.py index 5d32df0fe..ce6a9e15c 100644 --- a/sailpoint/v2024/models/identity_summary.py +++ b/sailpoint/v2024/models/identity_summary.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_sync_job.py b/sailpoint/v2024/models/identity_sync_job.py index 0b6e7b93b..7e915d83e 100644 --- a/sailpoint/v2024/models/identity_sync_job.py +++ b/sailpoint/v2024/models/identity_sync_job.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_sync_payload.py b/sailpoint/v2024/models/identity_sync_payload.py index ebb0392f6..2d4e8bca6 100644 --- a/sailpoint/v2024/models/identity_sync_payload.py +++ b/sailpoint/v2024/models/identity_sync_payload.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_with_new_access.py b/sailpoint/v2024/models/identity_with_new_access.py index 1965df401..47883acca 100644 --- a/sailpoint/v2024/models/identity_with_new_access.py +++ b/sailpoint/v2024/models/identity_with_new_access.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_with_new_access1.py b/sailpoint/v2024/models/identity_with_new_access1.py index 182a47f2a..08c4af67a 100644 --- a/sailpoint/v2024/models/identity_with_new_access1.py +++ b/sailpoint/v2024/models/identity_with_new_access1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/identity_with_new_access_access_refs_inner.py b/sailpoint/v2024/models/identity_with_new_access_access_refs_inner.py index 70aea7dec..5e83fa557 100644 --- a/sailpoint/v2024/models/identity_with_new_access_access_refs_inner.py +++ b/sailpoint/v2024/models/identity_with_new_access_access_refs_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/import_accounts_request.py b/sailpoint/v2024/models/import_accounts_request.py index 35207cae0..de4b1e795 100644 --- a/sailpoint/v2024/models/import_accounts_request.py +++ b/sailpoint/v2024/models/import_accounts_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/import_entitlements_by_source_request.py b/sailpoint/v2024/models/import_entitlements_by_source_request.py index 1583176b5..92727011e 100644 --- a/sailpoint/v2024/models/import_entitlements_by_source_request.py +++ b/sailpoint/v2024/models/import_entitlements_by_source_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/import_form_definitions202_response.py b/sailpoint/v2024/models/import_form_definitions202_response.py index f7b756d0f..72860dd95 100644 --- a/sailpoint/v2024/models/import_form_definitions202_response.py +++ b/sailpoint/v2024/models/import_form_definitions202_response.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/import_form_definitions202_response_errors_inner.py b/sailpoint/v2024/models/import_form_definitions202_response_errors_inner.py index fb0577a23..587715906 100644 --- a/sailpoint/v2024/models/import_form_definitions202_response_errors_inner.py +++ b/sailpoint/v2024/models/import_form_definitions202_response_errors_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/import_non_employee_records_in_bulk_request.py b/sailpoint/v2024/models/import_non_employee_records_in_bulk_request.py index ab94602ac..23dd91f07 100644 --- a/sailpoint/v2024/models/import_non_employee_records_in_bulk_request.py +++ b/sailpoint/v2024/models/import_non_employee_records_in_bulk_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/import_object.py b/sailpoint/v2024/models/import_object.py index 3ff4e9fba..5cf56b6ba 100644 --- a/sailpoint/v2024/models/import_object.py +++ b/sailpoint/v2024/models/import_object.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/import_options.py b/sailpoint/v2024/models/import_options.py index ee3d12514..7446ad58c 100644 --- a/sailpoint/v2024/models/import_options.py +++ b/sailpoint/v2024/models/import_options.py @@ -80,8 +80,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/import_sp_config_request.py b/sailpoint/v2024/models/import_sp_config_request.py index 75e1b728b..66a63fc40 100644 --- a/sailpoint/v2024/models/import_sp_config_request.py +++ b/sailpoint/v2024/models/import_sp_config_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/inner_hit.py b/sailpoint/v2024/models/inner_hit.py index 9a72216c2..871b9da2b 100644 --- a/sailpoint/v2024/models/inner_hit.py +++ b/sailpoint/v2024/models/inner_hit.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/invite_identities_request.py b/sailpoint/v2024/models/invite_identities_request.py index 5c1765c66..3c07254ad 100644 --- a/sailpoint/v2024/models/invite_identities_request.py +++ b/sailpoint/v2024/models/invite_identities_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/invocation.py b/sailpoint/v2024/models/invocation.py index 87a017f77..a919ce265 100644 --- a/sailpoint/v2024/models/invocation.py +++ b/sailpoint/v2024/models/invocation.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/invocation_status.py b/sailpoint/v2024/models/invocation_status.py index 48ab4728e..71c396a52 100644 --- a/sailpoint/v2024/models/invocation_status.py +++ b/sailpoint/v2024/models/invocation_status.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/json_patch.py b/sailpoint/v2024/models/json_patch.py index 3b919e9a3..5123f5bc7 100644 --- a/sailpoint/v2024/models/json_patch.py +++ b/sailpoint/v2024/models/json_patch.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/json_patch_operation.py b/sailpoint/v2024/models/json_patch_operation.py index 379ade285..6095b71f2 100644 --- a/sailpoint/v2024/models/json_patch_operation.py +++ b/sailpoint/v2024/models/json_patch_operation.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/kba_answer_request_item.py b/sailpoint/v2024/models/kba_answer_request_item.py index 89d6bca33..f8933cc92 100644 --- a/sailpoint/v2024/models/kba_answer_request_item.py +++ b/sailpoint/v2024/models/kba_answer_request_item.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/kba_answer_response_item.py b/sailpoint/v2024/models/kba_answer_response_item.py index 52d57d5c4..4981c2691 100644 --- a/sailpoint/v2024/models/kba_answer_response_item.py +++ b/sailpoint/v2024/models/kba_answer_response_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/kba_question.py b/sailpoint/v2024/models/kba_question.py index 05be8a020..713161513 100644 --- a/sailpoint/v2024/models/kba_question.py +++ b/sailpoint/v2024/models/kba_question.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/latest_outlier_summary.py b/sailpoint/v2024/models/latest_outlier_summary.py index d618504ab..0b9c0d7f9 100644 --- a/sailpoint/v2024/models/latest_outlier_summary.py +++ b/sailpoint/v2024/models/latest_outlier_summary.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/license.py b/sailpoint/v2024/models/license.py index 83d0333bb..7f6d1374e 100644 --- a/sailpoint/v2024/models/license.py +++ b/sailpoint/v2024/models/license.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/lifecycle_state.py b/sailpoint/v2024/models/lifecycle_state.py index d6d9ba5ab..05da909c1 100644 --- a/sailpoint/v2024/models/lifecycle_state.py +++ b/sailpoint/v2024/models/lifecycle_state.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/lifecycle_state_dto.py b/sailpoint/v2024/models/lifecycle_state_dto.py index ac87e6fdc..eacfd542e 100644 --- a/sailpoint/v2024/models/lifecycle_state_dto.py +++ b/sailpoint/v2024/models/lifecycle_state_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/lifecyclestate_deleted.py b/sailpoint/v2024/models/lifecyclestate_deleted.py index 037e3491e..e2064f87c 100644 --- a/sailpoint/v2024/models/lifecyclestate_deleted.py +++ b/sailpoint/v2024/models/lifecyclestate_deleted.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/list_access_profiles401_response.py b/sailpoint/v2024/models/list_access_profiles401_response.py index f56ba56b3..547e5fe6c 100644 --- a/sailpoint/v2024/models/list_access_profiles401_response.py +++ b/sailpoint/v2024/models/list_access_profiles401_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/list_access_profiles429_response.py b/sailpoint/v2024/models/list_access_profiles429_response.py index ca42b1a15..b2e912094 100644 --- a/sailpoint/v2024/models/list_access_profiles429_response.py +++ b/sailpoint/v2024/models/list_access_profiles429_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/list_campaign_filters200_response.py b/sailpoint/v2024/models/list_campaign_filters200_response.py index 771b7e7a4..e823b630c 100644 --- a/sailpoint/v2024/models/list_campaign_filters200_response.py +++ b/sailpoint/v2024/models/list_campaign_filters200_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/list_form_definitions_by_tenant_response.py b/sailpoint/v2024/models/list_form_definitions_by_tenant_response.py index 94fcf87df..0f3ff281c 100644 --- a/sailpoint/v2024/models/list_form_definitions_by_tenant_response.py +++ b/sailpoint/v2024/models/list_form_definitions_by_tenant_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/list_form_element_data_by_element_id_response.py b/sailpoint/v2024/models/list_form_element_data_by_element_id_response.py index fca34b9fc..b7ea76b62 100644 --- a/sailpoint/v2024/models/list_form_element_data_by_element_id_response.py +++ b/sailpoint/v2024/models/list_form_element_data_by_element_id_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/list_form_instances_by_tenant_response.py b/sailpoint/v2024/models/list_form_instances_by_tenant_response.py index 6f6ee981a..f68486399 100644 --- a/sailpoint/v2024/models/list_form_instances_by_tenant_response.py +++ b/sailpoint/v2024/models/list_form_instances_by_tenant_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/list_predefined_select_options_response.py b/sailpoint/v2024/models/list_predefined_select_options_response.py index e5245ff78..49ef3519e 100644 --- a/sailpoint/v2024/models/list_predefined_select_options_response.py +++ b/sailpoint/v2024/models/list_predefined_select_options_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/list_workgroup_members200_response_inner.py b/sailpoint/v2024/models/list_workgroup_members200_response_inner.py index b031f4538..263288b9f 100644 --- a/sailpoint/v2024/models/list_workgroup_members200_response_inner.py +++ b/sailpoint/v2024/models/list_workgroup_members200_response_inner.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_accounts_task.py b/sailpoint/v2024/models/load_accounts_task.py index 5484baac4..9535999bf 100644 --- a/sailpoint/v2024/models/load_accounts_task.py +++ b/sailpoint/v2024/models/load_accounts_task.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_accounts_task_task.py b/sailpoint/v2024/models/load_accounts_task_task.py index ccaf83b9d..ae76bc6a4 100644 --- a/sailpoint/v2024/models/load_accounts_task_task.py +++ b/sailpoint/v2024/models/load_accounts_task_task.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_accounts_task_task_attributes.py b/sailpoint/v2024/models/load_accounts_task_task_attributes.py index 1a7abc547..38123fb46 100644 --- a/sailpoint/v2024/models/load_accounts_task_task_attributes.py +++ b/sailpoint/v2024/models/load_accounts_task_task_attributes.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_accounts_task_task_messages_inner.py b/sailpoint/v2024/models/load_accounts_task_task_messages_inner.py index 46c8c01ac..788428dba 100644 --- a/sailpoint/v2024/models/load_accounts_task_task_messages_inner.py +++ b/sailpoint/v2024/models/load_accounts_task_task_messages_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_accounts_task_task_returns_inner.py b/sailpoint/v2024/models/load_accounts_task_task_returns_inner.py index bc5016d21..62b80dd3b 100644 --- a/sailpoint/v2024/models/load_accounts_task_task_returns_inner.py +++ b/sailpoint/v2024/models/load_accounts_task_task_returns_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_entitlement_task.py b/sailpoint/v2024/models/load_entitlement_task.py index 203b89fff..cd3a68d29 100644 --- a/sailpoint/v2024/models/load_entitlement_task.py +++ b/sailpoint/v2024/models/load_entitlement_task.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_entitlement_task_returns_inner.py b/sailpoint/v2024/models/load_entitlement_task_returns_inner.py index f8bb891f3..0a5b48635 100644 --- a/sailpoint/v2024/models/load_entitlement_task_returns_inner.py +++ b/sailpoint/v2024/models/load_entitlement_task_returns_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_uncorrelated_accounts_task.py b/sailpoint/v2024/models/load_uncorrelated_accounts_task.py index 268e35d7b..dbd1593ed 100644 --- a/sailpoint/v2024/models/load_uncorrelated_accounts_task.py +++ b/sailpoint/v2024/models/load_uncorrelated_accounts_task.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_uncorrelated_accounts_task_task.py b/sailpoint/v2024/models/load_uncorrelated_accounts_task_task.py index 1c57b5184..ebfa5b4f6 100644 --- a/sailpoint/v2024/models/load_uncorrelated_accounts_task_task.py +++ b/sailpoint/v2024/models/load_uncorrelated_accounts_task_task.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_uncorrelated_accounts_task_task_attributes.py b/sailpoint/v2024/models/load_uncorrelated_accounts_task_task_attributes.py index 1be6c2964..968e35ad7 100644 --- a/sailpoint/v2024/models/load_uncorrelated_accounts_task_task_attributes.py +++ b/sailpoint/v2024/models/load_uncorrelated_accounts_task_task_attributes.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/load_uncorrelated_accounts_task_task_messages_inner.py b/sailpoint/v2024/models/load_uncorrelated_accounts_task_task_messages_inner.py index cbfa90cb3..d159e3053 100644 --- a/sailpoint/v2024/models/load_uncorrelated_accounts_task_task_messages_inner.py +++ b/sailpoint/v2024/models/load_uncorrelated_accounts_task_task_messages_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/localized_message.py b/sailpoint/v2024/models/localized_message.py index 948fa541e..51d7fffb8 100644 --- a/sailpoint/v2024/models/localized_message.py +++ b/sailpoint/v2024/models/localized_message.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/lookup_step.py b/sailpoint/v2024/models/lookup_step.py index 9a8155cab..dd0adb8d8 100644 --- a/sailpoint/v2024/models/lookup_step.py +++ b/sailpoint/v2024/models/lookup_step.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/mail_from_attributes.py b/sailpoint/v2024/models/mail_from_attributes.py index cc0aca0e2..d724e4111 100644 --- a/sailpoint/v2024/models/mail_from_attributes.py +++ b/sailpoint/v2024/models/mail_from_attributes.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/mail_from_attributes_dto.py b/sailpoint/v2024/models/mail_from_attributes_dto.py index a4a235198..05f366e0a 100644 --- a/sailpoint/v2024/models/mail_from_attributes_dto.py +++ b/sailpoint/v2024/models/mail_from_attributes_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_client.py b/sailpoint/v2024/models/managed_client.py index 03aee4edf..b57e98c13 100644 --- a/sailpoint/v2024/models/managed_client.py +++ b/sailpoint/v2024/models/managed_client.py @@ -93,8 +93,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_client_request.py b/sailpoint/v2024/models/managed_client_request.py index 9a5d37ddd..91e33f620 100644 --- a/sailpoint/v2024/models/managed_client_request.py +++ b/sailpoint/v2024/models/managed_client_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_client_status.py b/sailpoint/v2024/models/managed_client_status.py index 947d889c2..2d77faa05 100644 --- a/sailpoint/v2024/models/managed_client_status.py +++ b/sailpoint/v2024/models/managed_client_status.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_cluster.py b/sailpoint/v2024/models/managed_cluster.py index 12684d694..951fed83e 100644 --- a/sailpoint/v2024/models/managed_cluster.py +++ b/sailpoint/v2024/models/managed_cluster.py @@ -73,8 +73,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_cluster_attributes.py b/sailpoint/v2024/models/managed_cluster_attributes.py index 7b448ade8..a1c8f9c57 100644 --- a/sailpoint/v2024/models/managed_cluster_attributes.py +++ b/sailpoint/v2024/models/managed_cluster_attributes.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_cluster_key_pair.py b/sailpoint/v2024/models/managed_cluster_key_pair.py index f224669fe..05195d45b 100644 --- a/sailpoint/v2024/models/managed_cluster_key_pair.py +++ b/sailpoint/v2024/models/managed_cluster_key_pair.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_cluster_queue.py b/sailpoint/v2024/models/managed_cluster_queue.py index c8bb07955..217505c16 100644 --- a/sailpoint/v2024/models/managed_cluster_queue.py +++ b/sailpoint/v2024/models/managed_cluster_queue.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_cluster_redis.py b/sailpoint/v2024/models/managed_cluster_redis.py index cf8a4ab99..3c869783b 100644 --- a/sailpoint/v2024/models/managed_cluster_redis.py +++ b/sailpoint/v2024/models/managed_cluster_redis.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/managed_cluster_request.py b/sailpoint/v2024/models/managed_cluster_request.py index 3dc70e3a1..091eb4cd2 100644 --- a/sailpoint/v2024/models/managed_cluster_request.py +++ b/sailpoint/v2024/models/managed_cluster_request.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/manager_correlation_mapping.py b/sailpoint/v2024/models/manager_correlation_mapping.py index dfe3a97fa..524b647ec 100644 --- a/sailpoint/v2024/models/manager_correlation_mapping.py +++ b/sailpoint/v2024/models/manager_correlation_mapping.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/manual_discover_applications.py b/sailpoint/v2024/models/manual_discover_applications.py index cf28058fd..9514dc3d7 100644 --- a/sailpoint/v2024/models/manual_discover_applications.py +++ b/sailpoint/v2024/models/manual_discover_applications.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/manual_discover_applications_template.py b/sailpoint/v2024/models/manual_discover_applications_template.py index 4fed0734c..bcd806845 100644 --- a/sailpoint/v2024/models/manual_discover_applications_template.py +++ b/sailpoint/v2024/models/manual_discover_applications_template.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/manual_work_item_details.py b/sailpoint/v2024/models/manual_work_item_details.py index 360b6d4d1..982878293 100644 --- a/sailpoint/v2024/models/manual_work_item_details.py +++ b/sailpoint/v2024/models/manual_work_item_details.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/manual_work_item_details1.py b/sailpoint/v2024/models/manual_work_item_details1.py index 311d0a9df..9e911b7cd 100644 --- a/sailpoint/v2024/models/manual_work_item_details1.py +++ b/sailpoint/v2024/models/manual_work_item_details1.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/manual_work_item_details_current_owner.py b/sailpoint/v2024/models/manual_work_item_details_current_owner.py index 0811d79f9..056f4f072 100644 --- a/sailpoint/v2024/models/manual_work_item_details_current_owner.py +++ b/sailpoint/v2024/models/manual_work_item_details_current_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/manual_work_item_details_original_owner.py b/sailpoint/v2024/models/manual_work_item_details_original_owner.py index cb8ac7494..1aae198a5 100644 --- a/sailpoint/v2024/models/manual_work_item_details_original_owner.py +++ b/sailpoint/v2024/models/manual_work_item_details_original_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/manually_updated_fields_dto.py b/sailpoint/v2024/models/manually_updated_fields_dto.py index 40b07ff6f..0333e4313 100644 --- a/sailpoint/v2024/models/manually_updated_fields_dto.py +++ b/sailpoint/v2024/models/manually_updated_fields_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/match_term.py b/sailpoint/v2024/models/match_term.py index 06e9391d8..8ba09c3ba 100644 --- a/sailpoint/v2024/models/match_term.py +++ b/sailpoint/v2024/models/match_term.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/metric_aggregation.py b/sailpoint/v2024/models/metric_aggregation.py index 8c95677e3..1039a038c 100644 --- a/sailpoint/v2024/models/metric_aggregation.py +++ b/sailpoint/v2024/models/metric_aggregation.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/metric_response.py b/sailpoint/v2024/models/metric_response.py index 9640f9526..674f7bf52 100644 --- a/sailpoint/v2024/models/metric_response.py +++ b/sailpoint/v2024/models/metric_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/mfa_config_test_response.py b/sailpoint/v2024/models/mfa_config_test_response.py index 1fd38e6a7..5d2bbb991 100644 --- a/sailpoint/v2024/models/mfa_config_test_response.py +++ b/sailpoint/v2024/models/mfa_config_test_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/mfa_duo_config.py b/sailpoint/v2024/models/mfa_duo_config.py index 3a21a6b19..f920e816c 100644 --- a/sailpoint/v2024/models/mfa_duo_config.py +++ b/sailpoint/v2024/models/mfa_duo_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/mfa_okta_config.py b/sailpoint/v2024/models/mfa_okta_config.py index 4a95bb303..82c732b72 100644 --- a/sailpoint/v2024/models/mfa_okta_config.py +++ b/sailpoint/v2024/models/mfa_okta_config.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/model_schema.py b/sailpoint/v2024/models/model_schema.py index e559ced4d..0e28f3b8b 100644 --- a/sailpoint/v2024/models/model_schema.py +++ b/sailpoint/v2024/models/model_schema.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/multi_policy_request.py b/sailpoint/v2024/models/multi_policy_request.py index 84873eca6..1c6aba3a0 100644 --- a/sailpoint/v2024/models/multi_policy_request.py +++ b/sailpoint/v2024/models/multi_policy_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/native_change_detection_config.py b/sailpoint/v2024/models/native_change_detection_config.py index e5ec9ed7a..231684bb7 100644 --- a/sailpoint/v2024/models/native_change_detection_config.py +++ b/sailpoint/v2024/models/native_change_detection_config.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/nested_aggregation.py b/sailpoint/v2024/models/nested_aggregation.py index 34201af27..fa2810685 100644 --- a/sailpoint/v2024/models/nested_aggregation.py +++ b/sailpoint/v2024/models/nested_aggregation.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/network_configuration.py b/sailpoint/v2024/models/network_configuration.py index 795cd46a8..54e773397 100644 --- a/sailpoint/v2024/models/network_configuration.py +++ b/sailpoint/v2024/models/network_configuration.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_approval_decision.py b/sailpoint/v2024/models/non_employee_approval_decision.py index ef1a21ab0..e771764d0 100644 --- a/sailpoint/v2024/models/non_employee_approval_decision.py +++ b/sailpoint/v2024/models/non_employee_approval_decision.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_approval_item.py b/sailpoint/v2024/models/non_employee_approval_item.py index ad2b9f3fa..cc813fc5f 100644 --- a/sailpoint/v2024/models/non_employee_approval_item.py +++ b/sailpoint/v2024/models/non_employee_approval_item.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_approval_item_base.py b/sailpoint/v2024/models/non_employee_approval_item_base.py index 94ad7a1ec..6636c3073 100644 --- a/sailpoint/v2024/models/non_employee_approval_item_base.py +++ b/sailpoint/v2024/models/non_employee_approval_item_base.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_approval_item_detail.py b/sailpoint/v2024/models/non_employee_approval_item_detail.py index 009c0f1c1..a1a320e60 100644 --- a/sailpoint/v2024/models/non_employee_approval_item_detail.py +++ b/sailpoint/v2024/models/non_employee_approval_item_detail.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_approval_summary.py b/sailpoint/v2024/models/non_employee_approval_summary.py index 9fad17925..0809806d3 100644 --- a/sailpoint/v2024/models/non_employee_approval_summary.py +++ b/sailpoint/v2024/models/non_employee_approval_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_bulk_upload_job.py b/sailpoint/v2024/models/non_employee_bulk_upload_job.py index b3ecedbf4..6a2e8eac2 100644 --- a/sailpoint/v2024/models/non_employee_bulk_upload_job.py +++ b/sailpoint/v2024/models/non_employee_bulk_upload_job.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_bulk_upload_status.py b/sailpoint/v2024/models/non_employee_bulk_upload_status.py index 2908103c5..66d05b9cb 100644 --- a/sailpoint/v2024/models/non_employee_bulk_upload_status.py +++ b/sailpoint/v2024/models/non_employee_bulk_upload_status.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_identity_reference_with_id.py b/sailpoint/v2024/models/non_employee_identity_reference_with_id.py index 51a7d4417..85cd4ae4f 100644 --- a/sailpoint/v2024/models/non_employee_identity_reference_with_id.py +++ b/sailpoint/v2024/models/non_employee_identity_reference_with_id.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_idn_user_request.py b/sailpoint/v2024/models/non_employee_idn_user_request.py index 51714436c..1d9bda3f9 100644 --- a/sailpoint/v2024/models/non_employee_idn_user_request.py +++ b/sailpoint/v2024/models/non_employee_idn_user_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_record.py b/sailpoint/v2024/models/non_employee_record.py index 7e7d3d97f..b924980f2 100644 --- a/sailpoint/v2024/models/non_employee_record.py +++ b/sailpoint/v2024/models/non_employee_record.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_reject_approval_decision.py b/sailpoint/v2024/models/non_employee_reject_approval_decision.py index 585bb3140..a9a18011f 100644 --- a/sailpoint/v2024/models/non_employee_reject_approval_decision.py +++ b/sailpoint/v2024/models/non_employee_reject_approval_decision.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_request.py b/sailpoint/v2024/models/non_employee_request.py index 02ca533d9..3cf982d9a 100644 --- a/sailpoint/v2024/models/non_employee_request.py +++ b/sailpoint/v2024/models/non_employee_request.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_request_body.py b/sailpoint/v2024/models/non_employee_request_body.py index 73335eb91..ad0f271fe 100644 --- a/sailpoint/v2024/models/non_employee_request_body.py +++ b/sailpoint/v2024/models/non_employee_request_body.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_request_lite.py b/sailpoint/v2024/models/non_employee_request_lite.py index 90fefe20d..39db681a5 100644 --- a/sailpoint/v2024/models/non_employee_request_lite.py +++ b/sailpoint/v2024/models/non_employee_request_lite.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_request_summary.py b/sailpoint/v2024/models/non_employee_request_summary.py index eb341efd0..717941817 100644 --- a/sailpoint/v2024/models/non_employee_request_summary.py +++ b/sailpoint/v2024/models/non_employee_request_summary.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_request_without_approval_item.py b/sailpoint/v2024/models/non_employee_request_without_approval_item.py index 0a9cdc0da..a0346d0d5 100644 --- a/sailpoint/v2024/models/non_employee_request_without_approval_item.py +++ b/sailpoint/v2024/models/non_employee_request_without_approval_item.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_schema_attribute.py b/sailpoint/v2024/models/non_employee_schema_attribute.py index d15a27d5a..fa39b8799 100644 --- a/sailpoint/v2024/models/non_employee_schema_attribute.py +++ b/sailpoint/v2024/models/non_employee_schema_attribute.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_schema_attribute_body.py b/sailpoint/v2024/models/non_employee_schema_attribute_body.py index eb2458ef7..f40d19bf6 100644 --- a/sailpoint/v2024/models/non_employee_schema_attribute_body.py +++ b/sailpoint/v2024/models/non_employee_schema_attribute_body.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_source.py b/sailpoint/v2024/models/non_employee_source.py index d85e313d6..3af1b836d 100644 --- a/sailpoint/v2024/models/non_employee_source.py +++ b/sailpoint/v2024/models/non_employee_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_source_lite.py b/sailpoint/v2024/models/non_employee_source_lite.py index a07067905..383e8179c 100644 --- a/sailpoint/v2024/models/non_employee_source_lite.py +++ b/sailpoint/v2024/models/non_employee_source_lite.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_source_lite_with_schema_attributes.py b/sailpoint/v2024/models/non_employee_source_lite_with_schema_attributes.py index 2bd474a74..a1745000a 100644 --- a/sailpoint/v2024/models/non_employee_source_lite_with_schema_attributes.py +++ b/sailpoint/v2024/models/non_employee_source_lite_with_schema_attributes.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_source_request_body.py b/sailpoint/v2024/models/non_employee_source_request_body.py index a0e91232a..223e0b405 100644 --- a/sailpoint/v2024/models/non_employee_source_request_body.py +++ b/sailpoint/v2024/models/non_employee_source_request_body.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_source_with_cloud_external_id.py b/sailpoint/v2024/models/non_employee_source_with_cloud_external_id.py index 54fcc99f3..b2a60363c 100644 --- a/sailpoint/v2024/models/non_employee_source_with_cloud_external_id.py +++ b/sailpoint/v2024/models/non_employee_source_with_cloud_external_id.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/non_employee_source_with_ne_count.py b/sailpoint/v2024/models/non_employee_source_with_ne_count.py index f20e0db27..91339de6e 100644 --- a/sailpoint/v2024/models/non_employee_source_with_ne_count.py +++ b/sailpoint/v2024/models/non_employee_source_with_ne_count.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/notification_template_context.py b/sailpoint/v2024/models/notification_template_context.py index 2d2013d13..bc68d17f6 100644 --- a/sailpoint/v2024/models/notification_template_context.py +++ b/sailpoint/v2024/models/notification_template_context.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_export_import_names.py b/sailpoint/v2024/models/object_export_import_names.py index b2da49261..b8af8148f 100644 --- a/sailpoint/v2024/models/object_export_import_names.py +++ b/sailpoint/v2024/models/object_export_import_names.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_export_import_options.py b/sailpoint/v2024/models/object_export_import_options.py index 7be354646..cf8f763eb 100644 --- a/sailpoint/v2024/models/object_export_import_options.py +++ b/sailpoint/v2024/models/object_export_import_options.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_import_result.py b/sailpoint/v2024/models/object_import_result.py index ee3290594..027d3f696 100644 --- a/sailpoint/v2024/models/object_import_result.py +++ b/sailpoint/v2024/models/object_import_result.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_import_result1.py b/sailpoint/v2024/models/object_import_result1.py index 9f7f8b604..02b6901b3 100644 --- a/sailpoint/v2024/models/object_import_result1.py +++ b/sailpoint/v2024/models/object_import_result1.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_mapping_bulk_create_request.py b/sailpoint/v2024/models/object_mapping_bulk_create_request.py index f7c257d1a..0cd9c4116 100644 --- a/sailpoint/v2024/models/object_mapping_bulk_create_request.py +++ b/sailpoint/v2024/models/object_mapping_bulk_create_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_mapping_bulk_create_response.py b/sailpoint/v2024/models/object_mapping_bulk_create_response.py index b16b29c23..ba3d8e262 100644 --- a/sailpoint/v2024/models/object_mapping_bulk_create_response.py +++ b/sailpoint/v2024/models/object_mapping_bulk_create_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_mapping_bulk_patch_request.py b/sailpoint/v2024/models/object_mapping_bulk_patch_request.py index 5e59cfe38..9f890dbb0 100644 --- a/sailpoint/v2024/models/object_mapping_bulk_patch_request.py +++ b/sailpoint/v2024/models/object_mapping_bulk_patch_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_mapping_bulk_patch_response.py b/sailpoint/v2024/models/object_mapping_bulk_patch_response.py index 467ecf1bf..19f50eaf9 100644 --- a/sailpoint/v2024/models/object_mapping_bulk_patch_response.py +++ b/sailpoint/v2024/models/object_mapping_bulk_patch_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_mapping_request.py b/sailpoint/v2024/models/object_mapping_request.py index 3b56b1e6f..766d8cc97 100644 --- a/sailpoint/v2024/models/object_mapping_request.py +++ b/sailpoint/v2024/models/object_mapping_request.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/object_mapping_response.py b/sailpoint/v2024/models/object_mapping_response.py index dd552446e..d69341d2a 100644 --- a/sailpoint/v2024/models/object_mapping_response.py +++ b/sailpoint/v2024/models/object_mapping_response.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/org_config.py b/sailpoint/v2024/models/org_config.py index b8dd08b34..f48c934a4 100644 --- a/sailpoint/v2024/models/org_config.py +++ b/sailpoint/v2024/models/org_config.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/original_request.py b/sailpoint/v2024/models/original_request.py index 30931edb8..4891ff281 100644 --- a/sailpoint/v2024/models/original_request.py +++ b/sailpoint/v2024/models/original_request.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/orphan_identities_report_arguments.py b/sailpoint/v2024/models/orphan_identities_report_arguments.py index ed2fc742c..541d21025 100644 --- a/sailpoint/v2024/models/orphan_identities_report_arguments.py +++ b/sailpoint/v2024/models/orphan_identities_report_arguments.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/outlier.py b/sailpoint/v2024/models/outlier.py index 752601d58..394ce84e3 100644 --- a/sailpoint/v2024/models/outlier.py +++ b/sailpoint/v2024/models/outlier.py @@ -73,8 +73,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/outlier_contributing_feature.py b/sailpoint/v2024/models/outlier_contributing_feature.py index 5dedcd4ae..402311334 100644 --- a/sailpoint/v2024/models/outlier_contributing_feature.py +++ b/sailpoint/v2024/models/outlier_contributing_feature.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/outlier_feature_summary.py b/sailpoint/v2024/models/outlier_feature_summary.py index f8aa14f69..7bf2413d6 100644 --- a/sailpoint/v2024/models/outlier_feature_summary.py +++ b/sailpoint/v2024/models/outlier_feature_summary.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/outlier_feature_summary_outlier_feature_display_values_inner.py b/sailpoint/v2024/models/outlier_feature_summary_outlier_feature_display_values_inner.py index 1115abbb1..b7119461d 100644 --- a/sailpoint/v2024/models/outlier_feature_summary_outlier_feature_display_values_inner.py +++ b/sailpoint/v2024/models/outlier_feature_summary_outlier_feature_display_values_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/outlier_feature_translation.py b/sailpoint/v2024/models/outlier_feature_translation.py index b985bd9d3..61b3a687e 100644 --- a/sailpoint/v2024/models/outlier_feature_translation.py +++ b/sailpoint/v2024/models/outlier_feature_translation.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/outlier_summary.py b/sailpoint/v2024/models/outlier_summary.py index 9bd76978f..b0d03cf07 100644 --- a/sailpoint/v2024/models/outlier_summary.py +++ b/sailpoint/v2024/models/outlier_summary.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/outliers_contributing_feature_access_items.py b/sailpoint/v2024/models/outliers_contributing_feature_access_items.py index 9671ca486..55010f39d 100644 --- a/sailpoint/v2024/models/outliers_contributing_feature_access_items.py +++ b/sailpoint/v2024/models/outliers_contributing_feature_access_items.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/owner_dto.py b/sailpoint/v2024/models/owner_dto.py index 394ce899e..b64d8d77c 100644 --- a/sailpoint/v2024/models/owner_dto.py +++ b/sailpoint/v2024/models/owner_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/owner_reference.py b/sailpoint/v2024/models/owner_reference.py index e414fad2b..358e3572e 100644 --- a/sailpoint/v2024/models/owner_reference.py +++ b/sailpoint/v2024/models/owner_reference.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/owner_reference_dto.py b/sailpoint/v2024/models/owner_reference_dto.py index 2bc9a27e7..e488960b2 100644 --- a/sailpoint/v2024/models/owner_reference_dto.py +++ b/sailpoint/v2024/models/owner_reference_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/owner_reference_segments.py b/sailpoint/v2024/models/owner_reference_segments.py index d4e85591d..5a29363ea 100644 --- a/sailpoint/v2024/models/owner_reference_segments.py +++ b/sailpoint/v2024/models/owner_reference_segments.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/owns.py b/sailpoint/v2024/models/owns.py index 4ea9de621..8975c3c44 100644 --- a/sailpoint/v2024/models/owns.py +++ b/sailpoint/v2024/models/owns.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_change_request.py b/sailpoint/v2024/models/password_change_request.py index b36049ed5..1d46143a0 100644 --- a/sailpoint/v2024/models/password_change_request.py +++ b/sailpoint/v2024/models/password_change_request.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_change_response.py b/sailpoint/v2024/models/password_change_response.py index 778daa253..a6b3091b1 100644 --- a/sailpoint/v2024/models/password_change_response.py +++ b/sailpoint/v2024/models/password_change_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_digit_token.py b/sailpoint/v2024/models/password_digit_token.py index 207d9a1fc..cd45b4ca3 100644 --- a/sailpoint/v2024/models/password_digit_token.py +++ b/sailpoint/v2024/models/password_digit_token.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_digit_token_reset.py b/sailpoint/v2024/models/password_digit_token_reset.py index 6d41a2c86..cb172aa07 100644 --- a/sailpoint/v2024/models/password_digit_token_reset.py +++ b/sailpoint/v2024/models/password_digit_token_reset.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_info.py b/sailpoint/v2024/models/password_info.py index bfe49776c..2fd1c2e64 100644 --- a/sailpoint/v2024/models/password_info.py +++ b/sailpoint/v2024/models/password_info.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_info_account.py b/sailpoint/v2024/models/password_info_account.py index e23298cf3..deba06d9d 100644 --- a/sailpoint/v2024/models/password_info_account.py +++ b/sailpoint/v2024/models/password_info_account.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_info_query_dto.py b/sailpoint/v2024/models/password_info_query_dto.py index f8497f4d6..aee4b38b1 100644 --- a/sailpoint/v2024/models/password_info_query_dto.py +++ b/sailpoint/v2024/models/password_info_query_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_org_config.py b/sailpoint/v2024/models/password_org_config.py index 971433b61..98b064636 100644 --- a/sailpoint/v2024/models/password_org_config.py +++ b/sailpoint/v2024/models/password_org_config.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_policy_holders_dto_attributes.py b/sailpoint/v2024/models/password_policy_holders_dto_attributes.py index f7cd36645..d92c6ecad 100644 --- a/sailpoint/v2024/models/password_policy_holders_dto_attributes.py +++ b/sailpoint/v2024/models/password_policy_holders_dto_attributes.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_policy_holders_dto_attributes_identity_attr_inner.py b/sailpoint/v2024/models/password_policy_holders_dto_attributes_identity_attr_inner.py index f258b9ab8..7f9bd96fd 100644 --- a/sailpoint/v2024/models/password_policy_holders_dto_attributes_identity_attr_inner.py +++ b/sailpoint/v2024/models/password_policy_holders_dto_attributes_identity_attr_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_policy_holders_dto_inner.py b/sailpoint/v2024/models/password_policy_holders_dto_inner.py index 73eb1f5ed..634cbf74b 100644 --- a/sailpoint/v2024/models/password_policy_holders_dto_inner.py +++ b/sailpoint/v2024/models/password_policy_holders_dto_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_policy_v3_dto.py b/sailpoint/v2024/models/password_policy_v3_dto.py index 6d954c027..faeceb642 100644 --- a/sailpoint/v2024/models/password_policy_v3_dto.py +++ b/sailpoint/v2024/models/password_policy_v3_dto.py @@ -73,8 +73,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_status.py b/sailpoint/v2024/models/password_status.py index 8e5fbce95..96881454d 100644 --- a/sailpoint/v2024/models/password_status.py +++ b/sailpoint/v2024/models/password_status.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/password_sync_group.py b/sailpoint/v2024/models/password_sync_group.py index 3380db024..db98d9b1b 100644 --- a/sailpoint/v2024/models/password_sync_group.py +++ b/sailpoint/v2024/models/password_sync_group.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/pat_owner.py b/sailpoint/v2024/models/pat_owner.py index 6144241a5..666cd28af 100644 --- a/sailpoint/v2024/models/pat_owner.py +++ b/sailpoint/v2024/models/pat_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/patch_potential_role_request_inner.py b/sailpoint/v2024/models/patch_potential_role_request_inner.py index 187f813ed..fda83d719 100644 --- a/sailpoint/v2024/models/patch_potential_role_request_inner.py +++ b/sailpoint/v2024/models/patch_potential_role_request_inner.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/patch_service_desk_integration_request.py b/sailpoint/v2024/models/patch_service_desk_integration_request.py index 2289dbc1c..86c3993dc 100644 --- a/sailpoint/v2024/models/patch_service_desk_integration_request.py +++ b/sailpoint/v2024/models/patch_service_desk_integration_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/peer_group_member.py b/sailpoint/v2024/models/peer_group_member.py index b86029615..9904e4a09 100644 --- a/sailpoint/v2024/models/peer_group_member.py +++ b/sailpoint/v2024/models/peer_group_member.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/pending_approval.py b/sailpoint/v2024/models/pending_approval.py index f7396d846..ba38b8010 100644 --- a/sailpoint/v2024/models/pending_approval.py +++ b/sailpoint/v2024/models/pending_approval.py @@ -71,8 +71,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/pending_approval_owner.py b/sailpoint/v2024/models/pending_approval_owner.py index 84cd5905d..2f9e3802c 100644 --- a/sailpoint/v2024/models/pending_approval_owner.py +++ b/sailpoint/v2024/models/pending_approval_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/permission_dto.py b/sailpoint/v2024/models/permission_dto.py index cd3747af6..8b64f3674 100644 --- a/sailpoint/v2024/models/permission_dto.py +++ b/sailpoint/v2024/models/permission_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/pre_approval_trigger_details.py b/sailpoint/v2024/models/pre_approval_trigger_details.py index 3c9b6baaa..39de7f253 100644 --- a/sailpoint/v2024/models/pre_approval_trigger_details.py +++ b/sailpoint/v2024/models/pre_approval_trigger_details.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/preferences_dto.py b/sailpoint/v2024/models/preferences_dto.py index 78656a84c..f65bc33d3 100644 --- a/sailpoint/v2024/models/preferences_dto.py +++ b/sailpoint/v2024/models/preferences_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/preview_data_source_response.py b/sailpoint/v2024/models/preview_data_source_response.py index ef40a2b4e..db008a1f3 100644 --- a/sailpoint/v2024/models/preview_data_source_response.py +++ b/sailpoint/v2024/models/preview_data_source_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/process_identities_request.py b/sailpoint/v2024/models/process_identities_request.py index b6027282f..07c321015 100644 --- a/sailpoint/v2024/models/process_identities_request.py +++ b/sailpoint/v2024/models/process_identities_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/processing_details.py b/sailpoint/v2024/models/processing_details.py index bd4c5cdc1..ae40004b8 100644 --- a/sailpoint/v2024/models/processing_details.py +++ b/sailpoint/v2024/models/processing_details.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/product.py b/sailpoint/v2024/models/product.py index 8cff9ee32..64edbb69c 100644 --- a/sailpoint/v2024/models/product.py +++ b/sailpoint/v2024/models/product.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_completed.py b/sailpoint/v2024/models/provisioning_completed.py index 01f669ba0..c3c44698e 100644 --- a/sailpoint/v2024/models/provisioning_completed.py +++ b/sailpoint/v2024/models/provisioning_completed.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_completed_account_requests_inner.py b/sailpoint/v2024/models/provisioning_completed_account_requests_inner.py index abe72c28e..f9677ae59 100644 --- a/sailpoint/v2024/models/provisioning_completed_account_requests_inner.py +++ b/sailpoint/v2024/models/provisioning_completed_account_requests_inner.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_completed_account_requests_inner_attribute_requests_inner.py b/sailpoint/v2024/models/provisioning_completed_account_requests_inner_attribute_requests_inner.py index 78b19ce5d..b58df1ee3 100644 --- a/sailpoint/v2024/models/provisioning_completed_account_requests_inner_attribute_requests_inner.py +++ b/sailpoint/v2024/models/provisioning_completed_account_requests_inner_attribute_requests_inner.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_completed_account_requests_inner_source.py b/sailpoint/v2024/models/provisioning_completed_account_requests_inner_source.py index 0f8b1be66..3f21f2e9f 100644 --- a/sailpoint/v2024/models/provisioning_completed_account_requests_inner_source.py +++ b/sailpoint/v2024/models/provisioning_completed_account_requests_inner_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_completed_recipient.py b/sailpoint/v2024/models/provisioning_completed_recipient.py index b829102fb..cd01260b0 100644 --- a/sailpoint/v2024/models/provisioning_completed_recipient.py +++ b/sailpoint/v2024/models/provisioning_completed_recipient.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_completed_requester.py b/sailpoint/v2024/models/provisioning_completed_requester.py index 5c4c38715..b3307033a 100644 --- a/sailpoint/v2024/models/provisioning_completed_requester.py +++ b/sailpoint/v2024/models/provisioning_completed_requester.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_config.py b/sailpoint/v2024/models/provisioning_config.py index 2545137dd..613af9881 100644 --- a/sailpoint/v2024/models/provisioning_config.py +++ b/sailpoint/v2024/models/provisioning_config.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_config1.py b/sailpoint/v2024/models/provisioning_config1.py index b0e06c14c..a40f48a19 100644 --- a/sailpoint/v2024/models/provisioning_config1.py +++ b/sailpoint/v2024/models/provisioning_config1.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_config1_managed_resource_refs_inner.py b/sailpoint/v2024/models/provisioning_config1_managed_resource_refs_inner.py index eddb6ed67..90be832cd 100644 --- a/sailpoint/v2024/models/provisioning_config1_managed_resource_refs_inner.py +++ b/sailpoint/v2024/models/provisioning_config1_managed_resource_refs_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_config1_plan_initializer_script.py b/sailpoint/v2024/models/provisioning_config1_plan_initializer_script.py index b6b25f4b2..c41805dfd 100644 --- a/sailpoint/v2024/models/provisioning_config1_plan_initializer_script.py +++ b/sailpoint/v2024/models/provisioning_config1_plan_initializer_script.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_config_plan_initializer_script.py b/sailpoint/v2024/models/provisioning_config_plan_initializer_script.py index d21f03e2e..ea3efecf7 100644 --- a/sailpoint/v2024/models/provisioning_config_plan_initializer_script.py +++ b/sailpoint/v2024/models/provisioning_config_plan_initializer_script.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_criteria_level1.py b/sailpoint/v2024/models/provisioning_criteria_level1.py index 862b663c1..897d2afab 100644 --- a/sailpoint/v2024/models/provisioning_criteria_level1.py +++ b/sailpoint/v2024/models/provisioning_criteria_level1.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_criteria_level2.py b/sailpoint/v2024/models/provisioning_criteria_level2.py index 2e7e14c2f..f55e5c3db 100644 --- a/sailpoint/v2024/models/provisioning_criteria_level2.py +++ b/sailpoint/v2024/models/provisioning_criteria_level2.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_criteria_level3.py b/sailpoint/v2024/models/provisioning_criteria_level3.py index b46232d3b..1ee15a778 100644 --- a/sailpoint/v2024/models/provisioning_criteria_level3.py +++ b/sailpoint/v2024/models/provisioning_criteria_level3.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_details.py b/sailpoint/v2024/models/provisioning_details.py index 45666cb1f..02355f751 100644 --- a/sailpoint/v2024/models/provisioning_details.py +++ b/sailpoint/v2024/models/provisioning_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_policy.py b/sailpoint/v2024/models/provisioning_policy.py index 1546828a3..910229bf0 100644 --- a/sailpoint/v2024/models/provisioning_policy.py +++ b/sailpoint/v2024/models/provisioning_policy.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/provisioning_policy_dto.py b/sailpoint/v2024/models/provisioning_policy_dto.py index 458815c2f..a66c52f51 100644 --- a/sailpoint/v2024/models/provisioning_policy_dto.py +++ b/sailpoint/v2024/models/provisioning_policy_dto.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/public_identity.py b/sailpoint/v2024/models/public_identity.py index b56ede2ad..94c792cfb 100644 --- a/sailpoint/v2024/models/public_identity.py +++ b/sailpoint/v2024/models/public_identity.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/public_identity_attribute_config.py b/sailpoint/v2024/models/public_identity_attribute_config.py index 130c4b051..56b93bc21 100644 --- a/sailpoint/v2024/models/public_identity_attribute_config.py +++ b/sailpoint/v2024/models/public_identity_attribute_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/public_identity_attributes_inner.py b/sailpoint/v2024/models/public_identity_attributes_inner.py index 656d9982d..60c083873 100644 --- a/sailpoint/v2024/models/public_identity_attributes_inner.py +++ b/sailpoint/v2024/models/public_identity_attributes_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/public_identity_config.py b/sailpoint/v2024/models/public_identity_config.py index d277fd863..1fd9395d4 100644 --- a/sailpoint/v2024/models/public_identity_config.py +++ b/sailpoint/v2024/models/public_identity_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/put_connector_correlation_config_request.py b/sailpoint/v2024/models/put_connector_correlation_config_request.py index 49648d5c8..e61ed83aa 100644 --- a/sailpoint/v2024/models/put_connector_correlation_config_request.py +++ b/sailpoint/v2024/models/put_connector_correlation_config_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/put_connector_source_config_request.py b/sailpoint/v2024/models/put_connector_source_config_request.py index 86dbfc9f8..764ff9a43 100644 --- a/sailpoint/v2024/models/put_connector_source_config_request.py +++ b/sailpoint/v2024/models/put_connector_source_config_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/put_connector_source_template_request.py b/sailpoint/v2024/models/put_connector_source_template_request.py index 038460db3..92c8b944b 100644 --- a/sailpoint/v2024/models/put_connector_source_template_request.py +++ b/sailpoint/v2024/models/put_connector_source_template_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/put_password_dictionary_request.py b/sailpoint/v2024/models/put_password_dictionary_request.py index 888f2d5f0..c8c17a642 100644 --- a/sailpoint/v2024/models/put_password_dictionary_request.py +++ b/sailpoint/v2024/models/put_password_dictionary_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/query.py b/sailpoint/v2024/models/query.py index 0a5ef1b87..9d4af3b4c 100644 --- a/sailpoint/v2024/models/query.py +++ b/sailpoint/v2024/models/query.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/query_result_filter.py b/sailpoint/v2024/models/query_result_filter.py index 8cdd1a4f3..8f37a4a94 100644 --- a/sailpoint/v2024/models/query_result_filter.py +++ b/sailpoint/v2024/models/query_result_filter.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/queued_check_config_details.py b/sailpoint/v2024/models/queued_check_config_details.py index 069912f54..e9965b78d 100644 --- a/sailpoint/v2024/models/queued_check_config_details.py +++ b/sailpoint/v2024/models/queued_check_config_details.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/range.py b/sailpoint/v2024/models/range.py index 98741d9af..b1e473e6d 100644 --- a/sailpoint/v2024/models/range.py +++ b/sailpoint/v2024/models/range.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reassign_reference.py b/sailpoint/v2024/models/reassign_reference.py index 94323a1eb..9ac151934 100644 --- a/sailpoint/v2024/models/reassign_reference.py +++ b/sailpoint/v2024/models/reassign_reference.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reassignment.py b/sailpoint/v2024/models/reassignment.py index 6fb16b685..f81cae728 100644 --- a/sailpoint/v2024/models/reassignment.py +++ b/sailpoint/v2024/models/reassignment.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reassignment1.py b/sailpoint/v2024/models/reassignment1.py index ce326499d..35d4873fa 100644 --- a/sailpoint/v2024/models/reassignment1.py +++ b/sailpoint/v2024/models/reassignment1.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reassignment_reference.py b/sailpoint/v2024/models/reassignment_reference.py index 77ca871c7..74cad1e90 100644 --- a/sailpoint/v2024/models/reassignment_reference.py +++ b/sailpoint/v2024/models/reassignment_reference.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reassignment_trail_dto.py b/sailpoint/v2024/models/reassignment_trail_dto.py index b52a87e5f..356e079cc 100644 --- a/sailpoint/v2024/models/reassignment_trail_dto.py +++ b/sailpoint/v2024/models/reassignment_trail_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/recommendation.py b/sailpoint/v2024/models/recommendation.py index b7baba9cd..52ae53542 100644 --- a/sailpoint/v2024/models/recommendation.py +++ b/sailpoint/v2024/models/recommendation.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/recommendation_config_dto.py b/sailpoint/v2024/models/recommendation_config_dto.py index d792376c2..8b1f63e77 100644 --- a/sailpoint/v2024/models/recommendation_config_dto.py +++ b/sailpoint/v2024/models/recommendation_config_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/recommendation_request.py b/sailpoint/v2024/models/recommendation_request.py index 623fb0fae..3ff2e79af 100644 --- a/sailpoint/v2024/models/recommendation_request.py +++ b/sailpoint/v2024/models/recommendation_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/recommendation_request_dto.py b/sailpoint/v2024/models/recommendation_request_dto.py index 0cff3473a..c0c08ff99 100644 --- a/sailpoint/v2024/models/recommendation_request_dto.py +++ b/sailpoint/v2024/models/recommendation_request_dto.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/recommendation_response.py b/sailpoint/v2024/models/recommendation_response.py index 24ef23872..197a83a4f 100644 --- a/sailpoint/v2024/models/recommendation_response.py +++ b/sailpoint/v2024/models/recommendation_response.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/recommendation_response_dto.py b/sailpoint/v2024/models/recommendation_response_dto.py index 390b6e30f..b1e6d4799 100644 --- a/sailpoint/v2024/models/recommendation_response_dto.py +++ b/sailpoint/v2024/models/recommendation_response_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/recommender_calculations.py b/sailpoint/v2024/models/recommender_calculations.py index 9cd006b8a..c8cc94e00 100644 --- a/sailpoint/v2024/models/recommender_calculations.py +++ b/sailpoint/v2024/models/recommender_calculations.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/recommender_calculations_identity_attributes_value.py b/sailpoint/v2024/models/recommender_calculations_identity_attributes_value.py index 644b28ba2..7704a271a 100644 --- a/sailpoint/v2024/models/recommender_calculations_identity_attributes_value.py +++ b/sailpoint/v2024/models/recommender_calculations_identity_attributes_value.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/ref.py b/sailpoint/v2024/models/ref.py index 42a2c462c..7daa35f95 100644 --- a/sailpoint/v2024/models/ref.py +++ b/sailpoint/v2024/models/ref.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reference.py b/sailpoint/v2024/models/reference.py index f1f23133a..66f95cd09 100644 --- a/sailpoint/v2024/models/reference.py +++ b/sailpoint/v2024/models/reference.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/remediation_item_details.py b/sailpoint/v2024/models/remediation_item_details.py index cc73779d2..96b62fea3 100644 --- a/sailpoint/v2024/models/remediation_item_details.py +++ b/sailpoint/v2024/models/remediation_item_details.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/remediation_items.py b/sailpoint/v2024/models/remediation_items.py index 53ce6a48d..cab6411a1 100644 --- a/sailpoint/v2024/models/remediation_items.py +++ b/sailpoint/v2024/models/remediation_items.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/report_config_dto.py b/sailpoint/v2024/models/report_config_dto.py index 9d8e1ae71..5035a3586 100644 --- a/sailpoint/v2024/models/report_config_dto.py +++ b/sailpoint/v2024/models/report_config_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/report_details.py b/sailpoint/v2024/models/report_details.py index 69ab83619..e58067e7a 100644 --- a/sailpoint/v2024/models/report_details.py +++ b/sailpoint/v2024/models/report_details.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/report_result_reference.py b/sailpoint/v2024/models/report_result_reference.py index 3631a75c4..25e0bb7d7 100644 --- a/sailpoint/v2024/models/report_result_reference.py +++ b/sailpoint/v2024/models/report_result_reference.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/report_results.py b/sailpoint/v2024/models/report_results.py index 7a39ade89..3544729ab 100644 --- a/sailpoint/v2024/models/report_results.py +++ b/sailpoint/v2024/models/report_results.py @@ -81,8 +81,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/request_on_behalf_of_config.py b/sailpoint/v2024/models/request_on_behalf_of_config.py index be097ee0b..a260eaf12 100644 --- a/sailpoint/v2024/models/request_on_behalf_of_config.py +++ b/sailpoint/v2024/models/request_on_behalf_of_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requestability.py b/sailpoint/v2024/models/requestability.py index 64b8c5cf8..72ec3d0b1 100644 --- a/sailpoint/v2024/models/requestability.py +++ b/sailpoint/v2024/models/requestability.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requestability_for_role.py b/sailpoint/v2024/models/requestability_for_role.py index 4da18aae2..a099aa488 100644 --- a/sailpoint/v2024/models/requestability_for_role.py +++ b/sailpoint/v2024/models/requestability_for_role.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requestable_object.py b/sailpoint/v2024/models/requestable_object.py index 29e061619..6fccf0390 100644 --- a/sailpoint/v2024/models/requestable_object.py +++ b/sailpoint/v2024/models/requestable_object.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requestable_object_reference.py b/sailpoint/v2024/models/requestable_object_reference.py index f8df81102..de272b984 100644 --- a/sailpoint/v2024/models/requestable_object_reference.py +++ b/sailpoint/v2024/models/requestable_object_reference.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requested_item_details.py b/sailpoint/v2024/models/requested_item_details.py index cab122b8e..ae911f27e 100644 --- a/sailpoint/v2024/models/requested_item_details.py +++ b/sailpoint/v2024/models/requested_item_details.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requested_item_status.py b/sailpoint/v2024/models/requested_item_status.py index 9c0bfaa72..fd50b8226 100644 --- a/sailpoint/v2024/models/requested_item_status.py +++ b/sailpoint/v2024/models/requested_item_status.py @@ -89,8 +89,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requested_item_status_cancelled_request_details.py b/sailpoint/v2024/models/requested_item_status_cancelled_request_details.py index c652b3a19..fba355eac 100644 --- a/sailpoint/v2024/models/requested_item_status_cancelled_request_details.py +++ b/sailpoint/v2024/models/requested_item_status_cancelled_request_details.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requested_item_status_pre_approval_trigger_details.py b/sailpoint/v2024/models/requested_item_status_pre_approval_trigger_details.py index ed13003bd..80bf7cf34 100644 --- a/sailpoint/v2024/models/requested_item_status_pre_approval_trigger_details.py +++ b/sailpoint/v2024/models/requested_item_status_pre_approval_trigger_details.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requested_item_status_provisioning_details.py b/sailpoint/v2024/models/requested_item_status_provisioning_details.py index c72574b96..ce6087098 100644 --- a/sailpoint/v2024/models/requested_item_status_provisioning_details.py +++ b/sailpoint/v2024/models/requested_item_status_provisioning_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requested_item_status_requested_for.py b/sailpoint/v2024/models/requested_item_status_requested_for.py index 880f87a92..64ca18b46 100644 --- a/sailpoint/v2024/models/requested_item_status_requested_for.py +++ b/sailpoint/v2024/models/requested_item_status_requested_for.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requested_item_status_requester_comment.py b/sailpoint/v2024/models/requested_item_status_requester_comment.py index c38562bde..f2fb1fe75 100644 --- a/sailpoint/v2024/models/requested_item_status_requester_comment.py +++ b/sailpoint/v2024/models/requested_item_status_requester_comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/requested_item_status_sod_violation_context.py b/sailpoint/v2024/models/requested_item_status_sod_violation_context.py index f5b32e6a3..a08436bd3 100644 --- a/sailpoint/v2024/models/requested_item_status_sod_violation_context.py +++ b/sailpoint/v2024/models/requested_item_status_sod_violation_context.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/resource_object.py b/sailpoint/v2024/models/resource_object.py index 1c97af28b..e5fe4f040 100644 --- a/sailpoint/v2024/models/resource_object.py +++ b/sailpoint/v2024/models/resource_object.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/resource_objects_request.py b/sailpoint/v2024/models/resource_objects_request.py index a2f09674c..346580758 100644 --- a/sailpoint/v2024/models/resource_objects_request.py +++ b/sailpoint/v2024/models/resource_objects_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/resource_objects_response.py b/sailpoint/v2024/models/resource_objects_response.py index 77d059348..f67401369 100644 --- a/sailpoint/v2024/models/resource_objects_response.py +++ b/sailpoint/v2024/models/resource_objects_response.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/review_decision.py b/sailpoint/v2024/models/review_decision.py index 367035481..f6074206e 100644 --- a/sailpoint/v2024/models/review_decision.py +++ b/sailpoint/v2024/models/review_decision.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/review_reassign.py b/sailpoint/v2024/models/review_reassign.py index 7a88e7135..ce4f1384a 100644 --- a/sailpoint/v2024/models/review_reassign.py +++ b/sailpoint/v2024/models/review_reassign.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/review_recommendation.py b/sailpoint/v2024/models/review_recommendation.py index 988d6f329..280d72358 100644 --- a/sailpoint/v2024/models/review_recommendation.py +++ b/sailpoint/v2024/models/review_recommendation.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reviewable_access_profile.py b/sailpoint/v2024/models/reviewable_access_profile.py index 88f6f87e0..6048f1c12 100644 --- a/sailpoint/v2024/models/reviewable_access_profile.py +++ b/sailpoint/v2024/models/reviewable_access_profile.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reviewable_entitlement.py b/sailpoint/v2024/models/reviewable_entitlement.py index c70ec7f47..633bb0113 100644 --- a/sailpoint/v2024/models/reviewable_entitlement.py +++ b/sailpoint/v2024/models/reviewable_entitlement.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reviewable_entitlement_account.py b/sailpoint/v2024/models/reviewable_entitlement_account.py index 31c4e4d31..9d32424c3 100644 --- a/sailpoint/v2024/models/reviewable_entitlement_account.py +++ b/sailpoint/v2024/models/reviewable_entitlement_account.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reviewable_entitlement_account_owner.py b/sailpoint/v2024/models/reviewable_entitlement_account_owner.py index b9fbc6ca2..19288d919 100644 --- a/sailpoint/v2024/models/reviewable_entitlement_account_owner.py +++ b/sailpoint/v2024/models/reviewable_entitlement_account_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reviewable_role.py b/sailpoint/v2024/models/reviewable_role.py index b9e59fbca..bfce13095 100644 --- a/sailpoint/v2024/models/reviewable_role.py +++ b/sailpoint/v2024/models/reviewable_role.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reviewer.py b/sailpoint/v2024/models/reviewer.py index 7f4ec15a8..a80dde61c 100644 --- a/sailpoint/v2024/models/reviewer.py +++ b/sailpoint/v2024/models/reviewer.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/reviewer1.py b/sailpoint/v2024/models/reviewer1.py index f8da91bcf..6cc8bfe27 100644 --- a/sailpoint/v2024/models/reviewer1.py +++ b/sailpoint/v2024/models/reviewer1.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/revocability.py b/sailpoint/v2024/models/revocability.py index e9590e477..0acc2b388 100644 --- a/sailpoint/v2024/models/revocability.py +++ b/sailpoint/v2024/models/revocability.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/revocability_for_role.py b/sailpoint/v2024/models/revocability_for_role.py index 069b1b69e..53c5e9193 100644 --- a/sailpoint/v2024/models/revocability_for_role.py +++ b/sailpoint/v2024/models/revocability_for_role.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role.py b/sailpoint/v2024/models/role.py index d71f0e3f0..b2d6b7095 100644 --- a/sailpoint/v2024/models/role.py +++ b/sailpoint/v2024/models/role.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_assignment_dto.py b/sailpoint/v2024/models/role_assignment_dto.py index 5d6c06633..8b1057bb2 100644 --- a/sailpoint/v2024/models/role_assignment_dto.py +++ b/sailpoint/v2024/models/role_assignment_dto.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_assignment_ref.py b/sailpoint/v2024/models/role_assignment_ref.py index 36e250d0c..a5a2aaa16 100644 --- a/sailpoint/v2024/models/role_assignment_ref.py +++ b/sailpoint/v2024/models/role_assignment_ref.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_bulk_delete_request.py b/sailpoint/v2024/models/role_bulk_delete_request.py index fd5830b38..3757ece4e 100644 --- a/sailpoint/v2024/models/role_bulk_delete_request.py +++ b/sailpoint/v2024/models/role_bulk_delete_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_bulk_update_response.py b/sailpoint/v2024/models/role_bulk_update_response.py index 409279db3..b15229031 100644 --- a/sailpoint/v2024/models/role_bulk_update_response.py +++ b/sailpoint/v2024/models/role_bulk_update_response.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_criteria_key.py b/sailpoint/v2024/models/role_criteria_key.py index 9f2252da6..290463dc8 100644 --- a/sailpoint/v2024/models/role_criteria_key.py +++ b/sailpoint/v2024/models/role_criteria_key.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_criteria_level1.py b/sailpoint/v2024/models/role_criteria_level1.py index 58621c5f0..3e3186ce8 100644 --- a/sailpoint/v2024/models/role_criteria_level1.py +++ b/sailpoint/v2024/models/role_criteria_level1.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_criteria_level2.py b/sailpoint/v2024/models/role_criteria_level2.py index ddd29a2c8..f39e9131b 100644 --- a/sailpoint/v2024/models/role_criteria_level2.py +++ b/sailpoint/v2024/models/role_criteria_level2.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_criteria_level3.py b/sailpoint/v2024/models/role_criteria_level3.py index 596c22b9f..b802d14c2 100644 --- a/sailpoint/v2024/models/role_criteria_level3.py +++ b/sailpoint/v2024/models/role_criteria_level3.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_document.py b/sailpoint/v2024/models/role_document.py index 3f0e09491..deabfc1b9 100644 --- a/sailpoint/v2024/models/role_document.py +++ b/sailpoint/v2024/models/role_document.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_get_all_bulk_update_response.py b/sailpoint/v2024/models/role_get_all_bulk_update_response.py index edba628a8..bf75560ed 100644 --- a/sailpoint/v2024/models/role_get_all_bulk_update_response.py +++ b/sailpoint/v2024/models/role_get_all_bulk_update_response.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_identity.py b/sailpoint/v2024/models/role_identity.py index 0d3a272f3..dc7be8eaa 100644 --- a/sailpoint/v2024/models/role_identity.py +++ b/sailpoint/v2024/models/role_identity.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_insight.py b/sailpoint/v2024/models/role_insight.py index 1d76f6192..81e48e5c0 100644 --- a/sailpoint/v2024/models/role_insight.py +++ b/sailpoint/v2024/models/role_insight.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_insights_entitlement.py b/sailpoint/v2024/models/role_insights_entitlement.py index e41bff949..fcb0033d1 100644 --- a/sailpoint/v2024/models/role_insights_entitlement.py +++ b/sailpoint/v2024/models/role_insights_entitlement.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_insights_entitlement_changes.py b/sailpoint/v2024/models/role_insights_entitlement_changes.py index 0e3b16b17..e85c4b250 100644 --- a/sailpoint/v2024/models/role_insights_entitlement_changes.py +++ b/sailpoint/v2024/models/role_insights_entitlement_changes.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_insights_identities.py b/sailpoint/v2024/models/role_insights_identities.py index 1e4c8033a..68d3f2237 100644 --- a/sailpoint/v2024/models/role_insights_identities.py +++ b/sailpoint/v2024/models/role_insights_identities.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_insights_insight.py b/sailpoint/v2024/models/role_insights_insight.py index 4677d2447..775eaa169 100644 --- a/sailpoint/v2024/models/role_insights_insight.py +++ b/sailpoint/v2024/models/role_insights_insight.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_insights_response.py b/sailpoint/v2024/models/role_insights_response.py index 5c51df79b..f8c54f542 100644 --- a/sailpoint/v2024/models/role_insights_response.py +++ b/sailpoint/v2024/models/role_insights_response.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_insights_role.py b/sailpoint/v2024/models/role_insights_role.py index 94cc386a7..aece2b5f5 100644 --- a/sailpoint/v2024/models/role_insights_role.py +++ b/sailpoint/v2024/models/role_insights_role.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_insights_summary.py b/sailpoint/v2024/models/role_insights_summary.py index 8dfbe6267..10c0ba72c 100644 --- a/sailpoint/v2024/models/role_insights_summary.py +++ b/sailpoint/v2024/models/role_insights_summary.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_list_filter_dto.py b/sailpoint/v2024/models/role_list_filter_dto.py index c63a80b10..c0eb5d3a7 100644 --- a/sailpoint/v2024/models/role_list_filter_dto.py +++ b/sailpoint/v2024/models/role_list_filter_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_list_filter_dto_amm_key_values_inner.py b/sailpoint/v2024/models/role_list_filter_dto_amm_key_values_inner.py index b8b02872a..96e7a157f 100644 --- a/sailpoint/v2024/models/role_list_filter_dto_amm_key_values_inner.py +++ b/sailpoint/v2024/models/role_list_filter_dto_amm_key_values_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_match_dto.py b/sailpoint/v2024/models/role_match_dto.py index cd0de1968..5c54d5aef 100644 --- a/sailpoint/v2024/models/role_match_dto.py +++ b/sailpoint/v2024/models/role_match_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_membership_identity.py b/sailpoint/v2024/models/role_membership_identity.py index f5577f4b9..a658caba9 100644 --- a/sailpoint/v2024/models/role_membership_identity.py +++ b/sailpoint/v2024/models/role_membership_identity.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_membership_selector.py b/sailpoint/v2024/models/role_membership_selector.py index c4ced5831..cee0def2c 100644 --- a/sailpoint/v2024/models/role_membership_selector.py +++ b/sailpoint/v2024/models/role_membership_selector.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_metadata_bulk_update_by_filter_request.py b/sailpoint/v2024/models/role_metadata_bulk_update_by_filter_request.py index 5e1147d59..ee8bc8f50 100644 --- a/sailpoint/v2024/models/role_metadata_bulk_update_by_filter_request.py +++ b/sailpoint/v2024/models/role_metadata_bulk_update_by_filter_request.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_metadata_bulk_update_by_filter_request_values_inner.py b/sailpoint/v2024/models/role_metadata_bulk_update_by_filter_request_values_inner.py index 1edf75896..c36d1c6b3 100644 --- a/sailpoint/v2024/models/role_metadata_bulk_update_by_filter_request_values_inner.py +++ b/sailpoint/v2024/models/role_metadata_bulk_update_by_filter_request_values_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_metadata_bulk_update_by_id_request.py b/sailpoint/v2024/models/role_metadata_bulk_update_by_id_request.py index b58f19d1b..58bc41203 100644 --- a/sailpoint/v2024/models/role_metadata_bulk_update_by_id_request.py +++ b/sailpoint/v2024/models/role_metadata_bulk_update_by_id_request.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_metadata_bulk_update_by_id_request_values_inner.py b/sailpoint/v2024/models/role_metadata_bulk_update_by_id_request_values_inner.py index 0d0ad0e00..f62adbf67 100644 --- a/sailpoint/v2024/models/role_metadata_bulk_update_by_id_request_values_inner.py +++ b/sailpoint/v2024/models/role_metadata_bulk_update_by_id_request_values_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_metadata_bulk_update_by_query_request.py b/sailpoint/v2024/models/role_metadata_bulk_update_by_query_request.py index a6416b3bf..f819b1953 100644 --- a/sailpoint/v2024/models/role_metadata_bulk_update_by_query_request.py +++ b/sailpoint/v2024/models/role_metadata_bulk_update_by_query_request.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_metadata_bulk_update_by_query_request_values_inner.py b/sailpoint/v2024/models/role_metadata_bulk_update_by_query_request_values_inner.py index 0bfb14239..e37157075 100644 --- a/sailpoint/v2024/models/role_metadata_bulk_update_by_query_request_values_inner.py +++ b/sailpoint/v2024/models/role_metadata_bulk_update_by_query_request_values_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_entitlement.py b/sailpoint/v2024/models/role_mining_entitlement.py index dbb4e2b56..a789af9ab 100644 --- a/sailpoint/v2024/models/role_mining_entitlement.py +++ b/sailpoint/v2024/models/role_mining_entitlement.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_entitlement_ref.py b/sailpoint/v2024/models/role_mining_entitlement_ref.py index 8abdd6d6d..0ccad4c27 100644 --- a/sailpoint/v2024/models/role_mining_entitlement_ref.py +++ b/sailpoint/v2024/models/role_mining_entitlement_ref.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_identity.py b/sailpoint/v2024/models/role_mining_identity.py index 0d4e98100..07bf7ab0f 100644 --- a/sailpoint/v2024/models/role_mining_identity.py +++ b/sailpoint/v2024/models/role_mining_identity.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_identity_distribution.py b/sailpoint/v2024/models/role_mining_identity_distribution.py index 1ba4f9b84..7e6f792c9 100644 --- a/sailpoint/v2024/models/role_mining_identity_distribution.py +++ b/sailpoint/v2024/models/role_mining_identity_distribution.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role.py b/sailpoint/v2024/models/role_mining_potential_role.py index 257026c05..07b746693 100644 --- a/sailpoint/v2024/models/role_mining_potential_role.py +++ b/sailpoint/v2024/models/role_mining_potential_role.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_application.py b/sailpoint/v2024/models/role_mining_potential_role_application.py index 59078d56a..15bdac79e 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_application.py +++ b/sailpoint/v2024/models/role_mining_potential_role_application.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_edit_entitlements.py b/sailpoint/v2024/models/role_mining_potential_role_edit_entitlements.py index d8fc208f3..3b73c7100 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_edit_entitlements.py +++ b/sailpoint/v2024/models/role_mining_potential_role_edit_entitlements.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_entitlements.py b/sailpoint/v2024/models/role_mining_potential_role_entitlements.py index d8a177eca..5405a5228 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_entitlements.py +++ b/sailpoint/v2024/models/role_mining_potential_role_entitlements.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_export_request.py b/sailpoint/v2024/models/role_mining_potential_role_export_request.py index 61922a201..fd6684297 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_export_request.py +++ b/sailpoint/v2024/models/role_mining_potential_role_export_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_export_response.py b/sailpoint/v2024/models/role_mining_potential_role_export_response.py index 3335bbf49..e2f7db5b5 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_export_response.py +++ b/sailpoint/v2024/models/role_mining_potential_role_export_response.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_provision_request.py b/sailpoint/v2024/models/role_mining_potential_role_provision_request.py index 857b9576d..b034c583c 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_provision_request.py +++ b/sailpoint/v2024/models/role_mining_potential_role_provision_request.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_ref.py b/sailpoint/v2024/models/role_mining_potential_role_ref.py index 36d9f8519..038543428 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_ref.py +++ b/sailpoint/v2024/models/role_mining_potential_role_ref.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_source_usage.py b/sailpoint/v2024/models/role_mining_potential_role_source_usage.py index aa0a703fd..db926fcc2 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_source_usage.py +++ b/sailpoint/v2024/models/role_mining_potential_role_source_usage.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_potential_role_summary.py b/sailpoint/v2024/models/role_mining_potential_role_summary.py index 95681448b..3523ddccf 100644 --- a/sailpoint/v2024/models/role_mining_potential_role_summary.py +++ b/sailpoint/v2024/models/role_mining_potential_role_summary.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_session_draft_role_dto.py b/sailpoint/v2024/models/role_mining_session_draft_role_dto.py index b03d08912..6a3b18dfd 100644 --- a/sailpoint/v2024/models/role_mining_session_draft_role_dto.py +++ b/sailpoint/v2024/models/role_mining_session_draft_role_dto.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_session_dto.py b/sailpoint/v2024/models/role_mining_session_dto.py index ca7698fc9..03c2df8e4 100644 --- a/sailpoint/v2024/models/role_mining_session_dto.py +++ b/sailpoint/v2024/models/role_mining_session_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_session_parameters_dto.py b/sailpoint/v2024/models/role_mining_session_parameters_dto.py index eafd0ef76..7b507d967 100644 --- a/sailpoint/v2024/models/role_mining_session_parameters_dto.py +++ b/sailpoint/v2024/models/role_mining_session_parameters_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_session_response.py b/sailpoint/v2024/models/role_mining_session_response.py index 8105e49ce..6a6f4b174 100644 --- a/sailpoint/v2024/models/role_mining_session_response.py +++ b/sailpoint/v2024/models/role_mining_session_response.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_session_scope.py b/sailpoint/v2024/models/role_mining_session_scope.py index c713215d5..08647955f 100644 --- a/sailpoint/v2024/models/role_mining_session_scope.py +++ b/sailpoint/v2024/models/role_mining_session_scope.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_mining_session_status.py b/sailpoint/v2024/models/role_mining_session_status.py index 07a1b4220..f6f710677 100644 --- a/sailpoint/v2024/models/role_mining_session_status.py +++ b/sailpoint/v2024/models/role_mining_session_status.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_summary.py b/sailpoint/v2024/models/role_summary.py index 4c950356e..79822c7e3 100644 --- a/sailpoint/v2024/models/role_summary.py +++ b/sailpoint/v2024/models/role_summary.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/role_target_dto.py b/sailpoint/v2024/models/role_target_dto.py index 6d530c7d5..8412c80fb 100644 --- a/sailpoint/v2024/models/role_target_dto.py +++ b/sailpoint/v2024/models/role_target_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search.py b/sailpoint/v2024/models/saved_search.py index a6980b6e5..33a796270 100644 --- a/sailpoint/v2024/models/saved_search.py +++ b/sailpoint/v2024/models/saved_search.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search_complete.py b/sailpoint/v2024/models/saved_search_complete.py index 95620a48f..15967ee3f 100644 --- a/sailpoint/v2024/models/saved_search_complete.py +++ b/sailpoint/v2024/models/saved_search_complete.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search_complete_search_results.py b/sailpoint/v2024/models/saved_search_complete_search_results.py index 41ee98be7..93a9c2a43 100644 --- a/sailpoint/v2024/models/saved_search_complete_search_results.py +++ b/sailpoint/v2024/models/saved_search_complete_search_results.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search_complete_search_results_account.py b/sailpoint/v2024/models/saved_search_complete_search_results_account.py index 7bee43158..26bffef3c 100644 --- a/sailpoint/v2024/models/saved_search_complete_search_results_account.py +++ b/sailpoint/v2024/models/saved_search_complete_search_results_account.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search_complete_search_results_entitlement.py b/sailpoint/v2024/models/saved_search_complete_search_results_entitlement.py index da405f8a9..b60ecf7d5 100644 --- a/sailpoint/v2024/models/saved_search_complete_search_results_entitlement.py +++ b/sailpoint/v2024/models/saved_search_complete_search_results_entitlement.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search_complete_search_results_identity.py b/sailpoint/v2024/models/saved_search_complete_search_results_identity.py index 286e16b14..d0ebf1d9a 100644 --- a/sailpoint/v2024/models/saved_search_complete_search_results_identity.py +++ b/sailpoint/v2024/models/saved_search_complete_search_results_identity.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search_detail.py b/sailpoint/v2024/models/saved_search_detail.py index edb0fbc77..15b2c2113 100644 --- a/sailpoint/v2024/models/saved_search_detail.py +++ b/sailpoint/v2024/models/saved_search_detail.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search_detail_filters.py b/sailpoint/v2024/models/saved_search_detail_filters.py index 2e8c7be31..3c9056d56 100644 --- a/sailpoint/v2024/models/saved_search_detail_filters.py +++ b/sailpoint/v2024/models/saved_search_detail_filters.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/saved_search_name.py b/sailpoint/v2024/models/saved_search_name.py index 396fd7e91..6632f27b0 100644 --- a/sailpoint/v2024/models/saved_search_name.py +++ b/sailpoint/v2024/models/saved_search_name.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule.py b/sailpoint/v2024/models/schedule.py index 59823121e..300aaeafe 100644 --- a/sailpoint/v2024/models/schedule.py +++ b/sailpoint/v2024/models/schedule.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule1.py b/sailpoint/v2024/models/schedule1.py index abb309342..56222c43d 100644 --- a/sailpoint/v2024/models/schedule1.py +++ b/sailpoint/v2024/models/schedule1.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule2.py b/sailpoint/v2024/models/schedule2.py index 69cb86447..c02a6c329 100644 --- a/sailpoint/v2024/models/schedule2.py +++ b/sailpoint/v2024/models/schedule2.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule2_days.py b/sailpoint/v2024/models/schedule2_days.py index 2f474ff67..674937230 100644 --- a/sailpoint/v2024/models/schedule2_days.py +++ b/sailpoint/v2024/models/schedule2_days.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule2_hours.py b/sailpoint/v2024/models/schedule2_hours.py index 5d6e154eb..14f267951 100644 --- a/sailpoint/v2024/models/schedule2_hours.py +++ b/sailpoint/v2024/models/schedule2_hours.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule2_months.py b/sailpoint/v2024/models/schedule2_months.py index 5ff01096d..462676b2a 100644 --- a/sailpoint/v2024/models/schedule2_months.py +++ b/sailpoint/v2024/models/schedule2_months.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule_days.py b/sailpoint/v2024/models/schedule_days.py index ca119018f..cd1283bd4 100644 --- a/sailpoint/v2024/models/schedule_days.py +++ b/sailpoint/v2024/models/schedule_days.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule_hours.py b/sailpoint/v2024/models/schedule_hours.py index f3cc5b324..aaf55cde5 100644 --- a/sailpoint/v2024/models/schedule_hours.py +++ b/sailpoint/v2024/models/schedule_hours.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/schedule_months.py b/sailpoint/v2024/models/schedule_months.py index 3ddec6a1f..efa59b178 100644 --- a/sailpoint/v2024/models/schedule_months.py +++ b/sailpoint/v2024/models/schedule_months.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/scheduled_attributes.py b/sailpoint/v2024/models/scheduled_attributes.py index b98cfbbf6..b60bbb390 100644 --- a/sailpoint/v2024/models/scheduled_attributes.py +++ b/sailpoint/v2024/models/scheduled_attributes.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/scheduled_search.py b/sailpoint/v2024/models/scheduled_search.py index 43ed60bad..eb745acc7 100644 --- a/sailpoint/v2024/models/scheduled_search.py +++ b/sailpoint/v2024/models/scheduled_search.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/scheduled_search_all_of_owner.py b/sailpoint/v2024/models/scheduled_search_all_of_owner.py index 681bf1194..e7e3e116f 100644 --- a/sailpoint/v2024/models/scheduled_search_all_of_owner.py +++ b/sailpoint/v2024/models/scheduled_search_all_of_owner.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/scheduled_search_name.py b/sailpoint/v2024/models/scheduled_search_name.py index 888791d35..41c3c549d 100644 --- a/sailpoint/v2024/models/scheduled_search_name.py +++ b/sailpoint/v2024/models/scheduled_search_name.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/scope.py b/sailpoint/v2024/models/scope.py index db8402822..7cab24d06 100644 --- a/sailpoint/v2024/models/scope.py +++ b/sailpoint/v2024/models/scope.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/search.py b/sailpoint/v2024/models/search.py index a26a5f7ef..1fbe86eab 100644 --- a/sailpoint/v2024/models/search.py +++ b/sailpoint/v2024/models/search.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/search_aggregation_specification.py b/sailpoint/v2024/models/search_aggregation_specification.py index 1e0782691..ba5ab174a 100644 --- a/sailpoint/v2024/models/search_aggregation_specification.py +++ b/sailpoint/v2024/models/search_aggregation_specification.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/search_arguments.py b/sailpoint/v2024/models/search_arguments.py index 879d8697d..283a693f8 100644 --- a/sailpoint/v2024/models/search_arguments.py +++ b/sailpoint/v2024/models/search_arguments.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/search_attribute_config.py b/sailpoint/v2024/models/search_attribute_config.py index b2efb4820..485f37e00 100644 --- a/sailpoint/v2024/models/search_attribute_config.py +++ b/sailpoint/v2024/models/search_attribute_config.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/search_export_report_arguments.py b/sailpoint/v2024/models/search_export_report_arguments.py index fe7d3aa4b..c33436b8f 100644 --- a/sailpoint/v2024/models/search_export_report_arguments.py +++ b/sailpoint/v2024/models/search_export_report_arguments.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/search_form_definitions_by_tenant400_response.py b/sailpoint/v2024/models/search_form_definitions_by_tenant400_response.py index 0ac898012..de6954f90 100644 --- a/sailpoint/v2024/models/search_form_definitions_by_tenant400_response.py +++ b/sailpoint/v2024/models/search_form_definitions_by_tenant400_response.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/search_schedule.py b/sailpoint/v2024/models/search_schedule.py index 460962371..2cf1e4851 100644 --- a/sailpoint/v2024/models/search_schedule.py +++ b/sailpoint/v2024/models/search_schedule.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/search_schedule_recipients_inner.py b/sailpoint/v2024/models/search_schedule_recipients_inner.py index 9dd12f54c..bdeb8eb15 100644 --- a/sailpoint/v2024/models/search_schedule_recipients_inner.py +++ b/sailpoint/v2024/models/search_schedule_recipients_inner.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/section_details.py b/sailpoint/v2024/models/section_details.py index 47e060429..d3e6f1c37 100644 --- a/sailpoint/v2024/models/section_details.py +++ b/sailpoint/v2024/models/section_details.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed.py b/sailpoint/v2024/models/sed.py index f0a1852f3..b8e4580ba 100644 --- a/sailpoint/v2024/models/sed.py +++ b/sailpoint/v2024/models/sed.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_approval.py b/sailpoint/v2024/models/sed_approval.py index b803f6c07..71e2047ac 100644 --- a/sailpoint/v2024/models/sed_approval.py +++ b/sailpoint/v2024/models/sed_approval.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_approval_status.py b/sailpoint/v2024/models/sed_approval_status.py index 641e55625..7eeb3e56b 100644 --- a/sailpoint/v2024/models/sed_approval_status.py +++ b/sailpoint/v2024/models/sed_approval_status.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_assignee.py b/sailpoint/v2024/models/sed_assignee.py index dd2b0efd8..b7c787403 100644 --- a/sailpoint/v2024/models/sed_assignee.py +++ b/sailpoint/v2024/models/sed_assignee.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_assignment.py b/sailpoint/v2024/models/sed_assignment.py index d9efc39fe..039281e90 100644 --- a/sailpoint/v2024/models/sed_assignment.py +++ b/sailpoint/v2024/models/sed_assignment.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_assignment_response.py b/sailpoint/v2024/models/sed_assignment_response.py index 83297eff6..e783f0b68 100644 --- a/sailpoint/v2024/models/sed_assignment_response.py +++ b/sailpoint/v2024/models/sed_assignment_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_batch_request.py b/sailpoint/v2024/models/sed_batch_request.py index f5c5be8ee..8907dac6f 100644 --- a/sailpoint/v2024/models/sed_batch_request.py +++ b/sailpoint/v2024/models/sed_batch_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_batch_response.py b/sailpoint/v2024/models/sed_batch_response.py index 2c782eb6b..19bb9b48e 100644 --- a/sailpoint/v2024/models/sed_batch_response.py +++ b/sailpoint/v2024/models/sed_batch_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_batch_stats.py b/sailpoint/v2024/models/sed_batch_stats.py index a596a9428..984493ee9 100644 --- a/sailpoint/v2024/models/sed_batch_stats.py +++ b/sailpoint/v2024/models/sed_batch_stats.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_batch_status.py b/sailpoint/v2024/models/sed_batch_status.py index 3b6d7d9f8..d24bb078f 100644 --- a/sailpoint/v2024/models/sed_batch_status.py +++ b/sailpoint/v2024/models/sed_batch_status.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sed_patch.py b/sailpoint/v2024/models/sed_patch.py index 91bd9e74a..4822eca5f 100644 --- a/sailpoint/v2024/models/sed_patch.py +++ b/sailpoint/v2024/models/sed_patch.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/segment.py b/sailpoint/v2024/models/segment.py index d6aa8fb9d..74b97e646 100644 --- a/sailpoint/v2024/models/segment.py +++ b/sailpoint/v2024/models/segment.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/segment_visibility_criteria.py b/sailpoint/v2024/models/segment_visibility_criteria.py index 82e81d341..bd7bc7382 100644 --- a/sailpoint/v2024/models/segment_visibility_criteria.py +++ b/sailpoint/v2024/models/segment_visibility_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/selector.py b/sailpoint/v2024/models/selector.py index ab696e909..cf13d882c 100644 --- a/sailpoint/v2024/models/selector.py +++ b/sailpoint/v2024/models/selector.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/selector_account_match_config.py b/sailpoint/v2024/models/selector_account_match_config.py index 7f95e501d..fbc00341e 100644 --- a/sailpoint/v2024/models/selector_account_match_config.py +++ b/sailpoint/v2024/models/selector_account_match_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/selector_account_match_config_match_expression.py b/sailpoint/v2024/models/selector_account_match_config_match_expression.py index 309302fe5..9059ed4e5 100644 --- a/sailpoint/v2024/models/selector_account_match_config_match_expression.py +++ b/sailpoint/v2024/models/selector_account_match_config_match_expression.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/self_import_export_dto.py b/sailpoint/v2024/models/self_import_export_dto.py index a72c91042..deb891217 100644 --- a/sailpoint/v2024/models/self_import_export_dto.py +++ b/sailpoint/v2024/models/self_import_export_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/send_account_verification_request.py b/sailpoint/v2024/models/send_account_verification_request.py index d623d97dc..3a8fa3500 100644 --- a/sailpoint/v2024/models/send_account_verification_request.py +++ b/sailpoint/v2024/models/send_account_verification_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/send_test_notification_request_dto.py b/sailpoint/v2024/models/send_test_notification_request_dto.py index 14997ffca..1bfa82d6d 100644 --- a/sailpoint/v2024/models/send_test_notification_request_dto.py +++ b/sailpoint/v2024/models/send_test_notification_request_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/service_desk_integration_dto.py b/sailpoint/v2024/models/service_desk_integration_dto.py index fe0503a8d..dc055ae72 100644 --- a/sailpoint/v2024/models/service_desk_integration_dto.py +++ b/sailpoint/v2024/models/service_desk_integration_dto.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/service_desk_integration_dto1.py b/sailpoint/v2024/models/service_desk_integration_dto1.py index 5c6363cdd..acb6409c0 100644 --- a/sailpoint/v2024/models/service_desk_integration_dto1.py +++ b/sailpoint/v2024/models/service_desk_integration_dto1.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/service_desk_integration_template_dto.py b/sailpoint/v2024/models/service_desk_integration_template_dto.py index 4e4170aee..8ea5d5018 100644 --- a/sailpoint/v2024/models/service_desk_integration_template_dto.py +++ b/sailpoint/v2024/models/service_desk_integration_template_dto.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/service_desk_integration_template_type.py b/sailpoint/v2024/models/service_desk_integration_template_type.py index 94a0f8d4c..bae2be3e4 100644 --- a/sailpoint/v2024/models/service_desk_integration_template_type.py +++ b/sailpoint/v2024/models/service_desk_integration_template_type.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/service_desk_source.py b/sailpoint/v2024/models/service_desk_source.py index 22ca64a79..dd987454a 100644 --- a/sailpoint/v2024/models/service_desk_source.py +++ b/sailpoint/v2024/models/service_desk_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/set_icon200_response.py b/sailpoint/v2024/models/set_icon200_response.py index 254be8534..46ac812af 100644 --- a/sailpoint/v2024/models/set_icon200_response.py +++ b/sailpoint/v2024/models/set_icon200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/set_icon_request.py b/sailpoint/v2024/models/set_icon_request.py index edbe5fe89..a7b4d17b8 100644 --- a/sailpoint/v2024/models/set_icon_request.py +++ b/sailpoint/v2024/models/set_icon_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/set_lifecycle_state200_response.py b/sailpoint/v2024/models/set_lifecycle_state200_response.py index 5ec6ebb80..71c0148e8 100644 --- a/sailpoint/v2024/models/set_lifecycle_state200_response.py +++ b/sailpoint/v2024/models/set_lifecycle_state200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/set_lifecycle_state_request.py b/sailpoint/v2024/models/set_lifecycle_state_request.py index e07f83936..b5187899a 100644 --- a/sailpoint/v2024/models/set_lifecycle_state_request.py +++ b/sailpoint/v2024/models/set_lifecycle_state_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sim_integration_details.py b/sailpoint/v2024/models/sim_integration_details.py index a40632670..0ee00606f 100644 --- a/sailpoint/v2024/models/sim_integration_details.py +++ b/sailpoint/v2024/models/sim_integration_details.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sim_integration_details_all_of_before_provisioning_rule.py b/sailpoint/v2024/models/sim_integration_details_all_of_before_provisioning_rule.py index 1225361d8..239cc31b5 100644 --- a/sailpoint/v2024/models/sim_integration_details_all_of_before_provisioning_rule.py +++ b/sailpoint/v2024/models/sim_integration_details_all_of_before_provisioning_rule.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/slim_campaign.py b/sailpoint/v2024/models/slim_campaign.py index fa2fbb1bf..f655fefab 100644 --- a/sailpoint/v2024/models/slim_campaign.py +++ b/sailpoint/v2024/models/slim_campaign.py @@ -84,8 +84,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/slim_discovered_applications.py b/sailpoint/v2024/models/slim_discovered_applications.py index de6d54848..519f2e9ce 100644 --- a/sailpoint/v2024/models/slim_discovered_applications.py +++ b/sailpoint/v2024/models/slim_discovered_applications.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_exempt_criteria.py b/sailpoint/v2024/models/sod_exempt_criteria.py index 8b34099e3..bc3b9bcc8 100644 --- a/sailpoint/v2024/models/sod_exempt_criteria.py +++ b/sailpoint/v2024/models/sod_exempt_criteria.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_exempt_criteria1.py b/sailpoint/v2024/models/sod_exempt_criteria1.py index 82dbe5c3e..238ed587c 100644 --- a/sailpoint/v2024/models/sod_exempt_criteria1.py +++ b/sailpoint/v2024/models/sod_exempt_criteria1.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_policy.py b/sailpoint/v2024/models/sod_policy.py index c69264e85..d23e3abbf 100644 --- a/sailpoint/v2024/models/sod_policy.py +++ b/sailpoint/v2024/models/sod_policy.py @@ -83,8 +83,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_policy_conflicting_access_criteria.py b/sailpoint/v2024/models/sod_policy_conflicting_access_criteria.py index aa5fd9820..b30fa5630 100644 --- a/sailpoint/v2024/models/sod_policy_conflicting_access_criteria.py +++ b/sailpoint/v2024/models/sod_policy_conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_policy_dto.py b/sailpoint/v2024/models/sod_policy_dto.py index f6b72166a..b00f791c3 100644 --- a/sailpoint/v2024/models/sod_policy_dto.py +++ b/sailpoint/v2024/models/sod_policy_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_policy_owner_ref.py b/sailpoint/v2024/models/sod_policy_owner_ref.py index 4cd4f83c3..bffcd1bbe 100644 --- a/sailpoint/v2024/models/sod_policy_owner_ref.py +++ b/sailpoint/v2024/models/sod_policy_owner_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_policy_schedule.py b/sailpoint/v2024/models/sod_policy_schedule.py index 21cf699ca..d1f4c3fdf 100644 --- a/sailpoint/v2024/models/sod_policy_schedule.py +++ b/sailpoint/v2024/models/sod_policy_schedule.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_recipient.py b/sailpoint/v2024/models/sod_recipient.py index 56123792d..be51d0444 100644 --- a/sailpoint/v2024/models/sod_recipient.py +++ b/sailpoint/v2024/models/sod_recipient.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_report_result_dto.py b/sailpoint/v2024/models/sod_report_result_dto.py index e54a5493c..30a41462b 100644 --- a/sailpoint/v2024/models/sod_report_result_dto.py +++ b/sailpoint/v2024/models/sod_report_result_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_check.py b/sailpoint/v2024/models/sod_violation_check.py index 3e7298a96..9db583d09 100644 --- a/sailpoint/v2024/models/sod_violation_check.py +++ b/sailpoint/v2024/models/sod_violation_check.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_check_result.py b/sailpoint/v2024/models/sod_violation_check_result.py index 38335586f..7b8305bbe 100644 --- a/sailpoint/v2024/models/sod_violation_check_result.py +++ b/sailpoint/v2024/models/sod_violation_check_result.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_check_result1.py b/sailpoint/v2024/models/sod_violation_check_result1.py index e5558a52f..ac22d083a 100644 --- a/sailpoint/v2024/models/sod_violation_check_result1.py +++ b/sailpoint/v2024/models/sod_violation_check_result1.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_context.py b/sailpoint/v2024/models/sod_violation_context.py index 1d9dfdc55..ec3020e5f 100644 --- a/sailpoint/v2024/models/sod_violation_context.py +++ b/sailpoint/v2024/models/sod_violation_context.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_context1.py b/sailpoint/v2024/models/sod_violation_context1.py index 0779ba78d..35a40e491 100644 --- a/sailpoint/v2024/models/sod_violation_context1.py +++ b/sailpoint/v2024/models/sod_violation_context1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_context1_conflicting_access_criteria.py b/sailpoint/v2024/models/sod_violation_context1_conflicting_access_criteria.py index 934dc40e0..1e7880211 100644 --- a/sailpoint/v2024/models/sod_violation_context1_conflicting_access_criteria.py +++ b/sailpoint/v2024/models/sod_violation_context1_conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_context1_conflicting_access_criteria_left_criteria.py b/sailpoint/v2024/models/sod_violation_context1_conflicting_access_criteria_left_criteria.py index 69dd4f941..95390b6cf 100644 --- a/sailpoint/v2024/models/sod_violation_context1_conflicting_access_criteria_left_criteria.py +++ b/sailpoint/v2024/models/sod_violation_context1_conflicting_access_criteria_left_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_context_check_completed.py b/sailpoint/v2024/models/sod_violation_context_check_completed.py index d887fce35..6de086969 100644 --- a/sailpoint/v2024/models/sod_violation_context_check_completed.py +++ b/sailpoint/v2024/models/sod_violation_context_check_completed.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_context_check_completed1.py b/sailpoint/v2024/models/sod_violation_context_check_completed1.py index e493f6a18..3fd44523d 100644 --- a/sailpoint/v2024/models/sod_violation_context_check_completed1.py +++ b/sailpoint/v2024/models/sod_violation_context_check_completed1.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_context_conflicting_access_criteria.py b/sailpoint/v2024/models/sod_violation_context_conflicting_access_criteria.py index f347d178c..92e1b7265 100644 --- a/sailpoint/v2024/models/sod_violation_context_conflicting_access_criteria.py +++ b/sailpoint/v2024/models/sod_violation_context_conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sod_violation_context_conflicting_access_criteria_left_criteria.py b/sailpoint/v2024/models/sod_violation_context_conflicting_access_criteria_left_criteria.py index 1ba020447..4c0f7d081 100644 --- a/sailpoint/v2024/models/sod_violation_context_conflicting_access_criteria_left_criteria.py +++ b/sailpoint/v2024/models/sod_violation_context_conflicting_access_criteria_left_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source.py b/sailpoint/v2024/models/source.py index 037214f3f..5fcef1d8c 100644 --- a/sailpoint/v2024/models/source.py +++ b/sailpoint/v2024/models/source.py @@ -104,8 +104,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source1.py b/sailpoint/v2024/models/source1.py index d3fc4dbce..07cf6d5ad 100644 --- a/sailpoint/v2024/models/source1.py +++ b/sailpoint/v2024/models/source1.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_account_correlation_config.py b/sailpoint/v2024/models/source_account_correlation_config.py index 61f0999f6..7d7f7447b 100644 --- a/sailpoint/v2024/models/source_account_correlation_config.py +++ b/sailpoint/v2024/models/source_account_correlation_config.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_account_correlation_rule.py b/sailpoint/v2024/models/source_account_correlation_rule.py index 02011a9a5..b6fbe11c1 100644 --- a/sailpoint/v2024/models/source_account_correlation_rule.py +++ b/sailpoint/v2024/models/source_account_correlation_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_account_created.py b/sailpoint/v2024/models/source_account_created.py index b96a72eee..2b9b192ae 100644 --- a/sailpoint/v2024/models/source_account_created.py +++ b/sailpoint/v2024/models/source_account_created.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_account_deleted.py b/sailpoint/v2024/models/source_account_deleted.py index f49c47376..590860f26 100644 --- a/sailpoint/v2024/models/source_account_deleted.py +++ b/sailpoint/v2024/models/source_account_deleted.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_account_updated.py b/sailpoint/v2024/models/source_account_updated.py index b9294a602..6f88cb012 100644 --- a/sailpoint/v2024/models/source_account_updated.py +++ b/sailpoint/v2024/models/source_account_updated.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_app.py b/sailpoint/v2024/models/source_app.py index 7d0dbadef..3a1d3f6d1 100644 --- a/sailpoint/v2024/models/source_app.py +++ b/sailpoint/v2024/models/source_app.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_app_account_source.py b/sailpoint/v2024/models/source_app_account_source.py index 967b9ddae..e74083332 100644 --- a/sailpoint/v2024/models/source_app_account_source.py +++ b/sailpoint/v2024/models/source_app_account_source.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_app_bulk_update_request.py b/sailpoint/v2024/models/source_app_bulk_update_request.py index 5c71e53b3..bced3b13b 100644 --- a/sailpoint/v2024/models/source_app_bulk_update_request.py +++ b/sailpoint/v2024/models/source_app_bulk_update_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_app_create_dto.py b/sailpoint/v2024/models/source_app_create_dto.py index a536ce62f..e2bd79cd7 100644 --- a/sailpoint/v2024/models/source_app_create_dto.py +++ b/sailpoint/v2024/models/source_app_create_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_app_create_dto_account_source.py b/sailpoint/v2024/models/source_app_create_dto_account_source.py index fd81859f5..aec3d8c86 100644 --- a/sailpoint/v2024/models/source_app_create_dto_account_source.py +++ b/sailpoint/v2024/models/source_app_create_dto_account_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_app_patch_dto.py b/sailpoint/v2024/models/source_app_patch_dto.py index f85e2d3bf..358102ea2 100644 --- a/sailpoint/v2024/models/source_app_patch_dto.py +++ b/sailpoint/v2024/models/source_app_patch_dto.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_before_provisioning_rule.py b/sailpoint/v2024/models/source_before_provisioning_rule.py index 76588b240..97003e8a8 100644 --- a/sailpoint/v2024/models/source_before_provisioning_rule.py +++ b/sailpoint/v2024/models/source_before_provisioning_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_cluster.py b/sailpoint/v2024/models/source_cluster.py index a67e93aac..9bf5aeefa 100644 --- a/sailpoint/v2024/models/source_cluster.py +++ b/sailpoint/v2024/models/source_cluster.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_cluster_dto.py b/sailpoint/v2024/models/source_cluster_dto.py index f7a106b59..c9625fa88 100644 --- a/sailpoint/v2024/models/source_cluster_dto.py +++ b/sailpoint/v2024/models/source_cluster_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_code.py b/sailpoint/v2024/models/source_code.py index f2e481c93..4fee9b010 100644 --- a/sailpoint/v2024/models/source_code.py +++ b/sailpoint/v2024/models/source_code.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_created.py b/sailpoint/v2024/models/source_created.py index 6c4fd506b..0b34f5a95 100644 --- a/sailpoint/v2024/models/source_created.py +++ b/sailpoint/v2024/models/source_created.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_created_actor.py b/sailpoint/v2024/models/source_created_actor.py index a42d29ad5..59bef0bc5 100644 --- a/sailpoint/v2024/models/source_created_actor.py +++ b/sailpoint/v2024/models/source_created_actor.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_deleted.py b/sailpoint/v2024/models/source_deleted.py index 04deb8f3f..4a8850403 100644 --- a/sailpoint/v2024/models/source_deleted.py +++ b/sailpoint/v2024/models/source_deleted.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_deleted_actor.py b/sailpoint/v2024/models/source_deleted_actor.py index 73d68f124..6d19ddd47 100644 --- a/sailpoint/v2024/models/source_deleted_actor.py +++ b/sailpoint/v2024/models/source_deleted_actor.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_entitlement_request_config.py b/sailpoint/v2024/models/source_entitlement_request_config.py index 994aaac9b..8d6d54679 100644 --- a/sailpoint/v2024/models/source_entitlement_request_config.py +++ b/sailpoint/v2024/models/source_entitlement_request_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_health_dto.py b/sailpoint/v2024/models/source_health_dto.py index bb1730e00..810e05123 100644 --- a/sailpoint/v2024/models/source_health_dto.py +++ b/sailpoint/v2024/models/source_health_dto.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_management_workgroup.py b/sailpoint/v2024/models/source_management_workgroup.py index 43b828b85..bcca88b42 100644 --- a/sailpoint/v2024/models/source_management_workgroup.py +++ b/sailpoint/v2024/models/source_management_workgroup.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_manager_correlation_mapping.py b/sailpoint/v2024/models/source_manager_correlation_mapping.py index 7ba55492b..5cb14c143 100644 --- a/sailpoint/v2024/models/source_manager_correlation_mapping.py +++ b/sailpoint/v2024/models/source_manager_correlation_mapping.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_manager_correlation_rule.py b/sailpoint/v2024/models/source_manager_correlation_rule.py index 63e2c703c..15e726290 100644 --- a/sailpoint/v2024/models/source_manager_correlation_rule.py +++ b/sailpoint/v2024/models/source_manager_correlation_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_owner.py b/sailpoint/v2024/models/source_owner.py index bf702bce2..3a39e46c8 100644 --- a/sailpoint/v2024/models/source_owner.py +++ b/sailpoint/v2024/models/source_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_password_policies_inner.py b/sailpoint/v2024/models/source_password_policies_inner.py index 4652e2bf5..056bc450a 100644 --- a/sailpoint/v2024/models/source_password_policies_inner.py +++ b/sailpoint/v2024/models/source_password_policies_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_schedule.py b/sailpoint/v2024/models/source_schedule.py index dc6c0d801..0bd1641f6 100644 --- a/sailpoint/v2024/models/source_schedule.py +++ b/sailpoint/v2024/models/source_schedule.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_schemas_inner.py b/sailpoint/v2024/models/source_schemas_inner.py index 37f865b21..bb8c7c03a 100644 --- a/sailpoint/v2024/models/source_schemas_inner.py +++ b/sailpoint/v2024/models/source_schemas_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_sync_job.py b/sailpoint/v2024/models/source_sync_job.py index 6003629fa..641998dce 100644 --- a/sailpoint/v2024/models/source_sync_job.py +++ b/sailpoint/v2024/models/source_sync_job.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_sync_payload.py b/sailpoint/v2024/models/source_sync_payload.py index a9d4d254b..44cdf4cb6 100644 --- a/sailpoint/v2024/models/source_sync_payload.py +++ b/sailpoint/v2024/models/source_sync_payload.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_updated.py b/sailpoint/v2024/models/source_updated.py index 33b7e66ae..91ad03eb4 100644 --- a/sailpoint/v2024/models/source_updated.py +++ b/sailpoint/v2024/models/source_updated.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_updated_actor.py b/sailpoint/v2024/models/source_updated_actor.py index a33a8e6f7..b3ac6e0f6 100644 --- a/sailpoint/v2024/models/source_updated_actor.py +++ b/sailpoint/v2024/models/source_updated_actor.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_usage.py b/sailpoint/v2024/models/source_usage.py index 144d42c61..219836405 100644 --- a/sailpoint/v2024/models/source_usage.py +++ b/sailpoint/v2024/models/source_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/source_usage_status.py b/sailpoint/v2024/models/source_usage_status.py index 3c9195e6a..bee4919d7 100644 --- a/sailpoint/v2024/models/source_usage_status.py +++ b/sailpoint/v2024/models/source_usage_status.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_export_job.py b/sailpoint/v2024/models/sp_config_export_job.py index 9cacd80f4..435cf8e98 100644 --- a/sailpoint/v2024/models/sp_config_export_job.py +++ b/sailpoint/v2024/models/sp_config_export_job.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_export_job_status.py b/sailpoint/v2024/models/sp_config_export_job_status.py index 0feb253a1..528ba94a4 100644 --- a/sailpoint/v2024/models/sp_config_export_job_status.py +++ b/sailpoint/v2024/models/sp_config_export_job_status.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_export_results.py b/sailpoint/v2024/models/sp_config_export_results.py index 954b1c571..7c32d6057 100644 --- a/sailpoint/v2024/models/sp_config_export_results.py +++ b/sailpoint/v2024/models/sp_config_export_results.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_import_job_status.py b/sailpoint/v2024/models/sp_config_import_job_status.py index 9f1eaca74..4ff044f08 100644 --- a/sailpoint/v2024/models/sp_config_import_job_status.py +++ b/sailpoint/v2024/models/sp_config_import_job_status.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_import_results.py b/sailpoint/v2024/models/sp_config_import_results.py index c8b059ffe..73f8e2e92 100644 --- a/sailpoint/v2024/models/sp_config_import_results.py +++ b/sailpoint/v2024/models/sp_config_import_results.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_job.py b/sailpoint/v2024/models/sp_config_job.py index 0cfc84456..19d1ad69a 100644 --- a/sailpoint/v2024/models/sp_config_job.py +++ b/sailpoint/v2024/models/sp_config_job.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_message.py b/sailpoint/v2024/models/sp_config_message.py index 86ed514b8..a351f8582 100644 --- a/sailpoint/v2024/models/sp_config_message.py +++ b/sailpoint/v2024/models/sp_config_message.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_message1.py b/sailpoint/v2024/models/sp_config_message1.py index 16f5e2ccc..2d7ab798d 100644 --- a/sailpoint/v2024/models/sp_config_message1.py +++ b/sailpoint/v2024/models/sp_config_message1.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_object.py b/sailpoint/v2024/models/sp_config_object.py index d68f47929..447ec6a02 100644 --- a/sailpoint/v2024/models/sp_config_object.py +++ b/sailpoint/v2024/models/sp_config_object.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_rule.py b/sailpoint/v2024/models/sp_config_rule.py index e26fb4dd1..1ed64ee76 100644 --- a/sailpoint/v2024/models/sp_config_rule.py +++ b/sailpoint/v2024/models/sp_config_rule.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sp_config_rules.py b/sailpoint/v2024/models/sp_config_rules.py index 057e07a17..61e6a0f3a 100644 --- a/sailpoint/v2024/models/sp_config_rules.py +++ b/sailpoint/v2024/models/sp_config_rules.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/start_invocation_input.py b/sailpoint/v2024/models/start_invocation_input.py index 7119c8cad..1419373a3 100644 --- a/sailpoint/v2024/models/start_invocation_input.py +++ b/sailpoint/v2024/models/start_invocation_input.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/status_response.py b/sailpoint/v2024/models/status_response.py index 86e8b75d5..b2f7dd0e7 100644 --- a/sailpoint/v2024/models/status_response.py +++ b/sailpoint/v2024/models/status_response.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/sub_search_aggregation_specification.py b/sailpoint/v2024/models/sub_search_aggregation_specification.py index 01e6b9c0c..e83eae03e 100644 --- a/sailpoint/v2024/models/sub_search_aggregation_specification.py +++ b/sailpoint/v2024/models/sub_search_aggregation_specification.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/subscription.py b/sailpoint/v2024/models/subscription.py index 8b24f3290..a8d2d0835 100644 --- a/sailpoint/v2024/models/subscription.py +++ b/sailpoint/v2024/models/subscription.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/subscription_patch_request_inner.py b/sailpoint/v2024/models/subscription_patch_request_inner.py index 71ccc7fb1..1ed174511 100644 --- a/sailpoint/v2024/models/subscription_patch_request_inner.py +++ b/sailpoint/v2024/models/subscription_patch_request_inner.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/subscription_post_request.py b/sailpoint/v2024/models/subscription_post_request.py index c80b89884..389d8989c 100644 --- a/sailpoint/v2024/models/subscription_post_request.py +++ b/sailpoint/v2024/models/subscription_post_request.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/subscription_put_request.py b/sailpoint/v2024/models/subscription_put_request.py index ff0338c95..37529c7d1 100644 --- a/sailpoint/v2024/models/subscription_put_request.py +++ b/sailpoint/v2024/models/subscription_put_request.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/tagged_object.py b/sailpoint/v2024/models/tagged_object.py index db0cb7a99..8847fc9bb 100644 --- a/sailpoint/v2024/models/tagged_object.py +++ b/sailpoint/v2024/models/tagged_object.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/tagged_object_dto.py b/sailpoint/v2024/models/tagged_object_dto.py index 553610afd..43fd7f175 100644 --- a/sailpoint/v2024/models/tagged_object_dto.py +++ b/sailpoint/v2024/models/tagged_object_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/target.py b/sailpoint/v2024/models/target.py index 996a62566..12d6da6e3 100644 --- a/sailpoint/v2024/models/target.py +++ b/sailpoint/v2024/models/target.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_definition_summary.py b/sailpoint/v2024/models/task_definition_summary.py index c0cb6b4c4..201cf9f82 100644 --- a/sailpoint/v2024/models/task_definition_summary.py +++ b/sailpoint/v2024/models/task_definition_summary.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_result_details.py b/sailpoint/v2024/models/task_result_details.py index 498ca9e85..2ca019354 100644 --- a/sailpoint/v2024/models/task_result_details.py +++ b/sailpoint/v2024/models/task_result_details.py @@ -88,8 +88,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_result_details_messages_inner.py b/sailpoint/v2024/models/task_result_details_messages_inner.py index 3d12bb5ca..40e68bb53 100644 --- a/sailpoint/v2024/models/task_result_details_messages_inner.py +++ b/sailpoint/v2024/models/task_result_details_messages_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_result_details_returns_inner.py b/sailpoint/v2024/models/task_result_details_returns_inner.py index 14d45a21f..11177dd0f 100644 --- a/sailpoint/v2024/models/task_result_details_returns_inner.py +++ b/sailpoint/v2024/models/task_result_details_returns_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_result_dto.py b/sailpoint/v2024/models/task_result_dto.py index 048d4f2b9..26487d497 100644 --- a/sailpoint/v2024/models/task_result_dto.py +++ b/sailpoint/v2024/models/task_result_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_result_response.py b/sailpoint/v2024/models/task_result_response.py index 31bd43a00..8be902e57 100644 --- a/sailpoint/v2024/models/task_result_response.py +++ b/sailpoint/v2024/models/task_result_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_result_simplified.py b/sailpoint/v2024/models/task_result_simplified.py index 2f775cb0e..3f6915568 100644 --- a/sailpoint/v2024/models/task_result_simplified.py +++ b/sailpoint/v2024/models/task_result_simplified.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_return_details.py b/sailpoint/v2024/models/task_return_details.py index dd7105651..dd4502591 100644 --- a/sailpoint/v2024/models/task_return_details.py +++ b/sailpoint/v2024/models/task_return_details.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_status.py b/sailpoint/v2024/models/task_status.py index 1195bd06c..4f596d0fd 100644 --- a/sailpoint/v2024/models/task_status.py +++ b/sailpoint/v2024/models/task_status.py @@ -81,8 +81,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/task_status_message.py b/sailpoint/v2024/models/task_status_message.py index 3efe51d4d..dcd082361 100644 --- a/sailpoint/v2024/models/task_status_message.py +++ b/sailpoint/v2024/models/task_status_message.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/template_bulk_delete_dto.py b/sailpoint/v2024/models/template_bulk_delete_dto.py index 9f95dd43a..7181f8695 100644 --- a/sailpoint/v2024/models/template_bulk_delete_dto.py +++ b/sailpoint/v2024/models/template_bulk_delete_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/template_dto.py b/sailpoint/v2024/models/template_dto.py index 52a89d1b0..d1b084cd3 100644 --- a/sailpoint/v2024/models/template_dto.py +++ b/sailpoint/v2024/models/template_dto.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/template_dto_default.py b/sailpoint/v2024/models/template_dto_default.py index 4d8618db3..7428d6d44 100644 --- a/sailpoint/v2024/models/template_dto_default.py +++ b/sailpoint/v2024/models/template_dto_default.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/template_slack.py b/sailpoint/v2024/models/template_slack.py index 7c3ae247b..38cc04ea0 100644 --- a/sailpoint/v2024/models/template_slack.py +++ b/sailpoint/v2024/models/template_slack.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/template_slack_auto_approval_data.py b/sailpoint/v2024/models/template_slack_auto_approval_data.py index 424d0087f..4f3a75d4a 100644 --- a/sailpoint/v2024/models/template_slack_auto_approval_data.py +++ b/sailpoint/v2024/models/template_slack_auto_approval_data.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/template_slack_custom_fields.py b/sailpoint/v2024/models/template_slack_custom_fields.py index 0bf3949eb..0a8b9ae23 100644 --- a/sailpoint/v2024/models/template_slack_custom_fields.py +++ b/sailpoint/v2024/models/template_slack_custom_fields.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/template_teams.py b/sailpoint/v2024/models/template_teams.py index e78999dbf..082496c36 100644 --- a/sailpoint/v2024/models/template_teams.py +++ b/sailpoint/v2024/models/template_teams.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/tenant.py b/sailpoint/v2024/models/tenant.py index 132079400..a0138cca2 100644 --- a/sailpoint/v2024/models/tenant.py +++ b/sailpoint/v2024/models/tenant.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/tenant_configuration_details.py b/sailpoint/v2024/models/tenant_configuration_details.py index 415c7544b..7c0eb3eef 100644 --- a/sailpoint/v2024/models/tenant_configuration_details.py +++ b/sailpoint/v2024/models/tenant_configuration_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/tenant_configuration_request.py b/sailpoint/v2024/models/tenant_configuration_request.py index f071ca98b..cba0bebb6 100644 --- a/sailpoint/v2024/models/tenant_configuration_request.py +++ b/sailpoint/v2024/models/tenant_configuration_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/tenant_configuration_response.py b/sailpoint/v2024/models/tenant_configuration_response.py index 715ce4b58..a412aedc7 100644 --- a/sailpoint/v2024/models/tenant_configuration_response.py +++ b/sailpoint/v2024/models/tenant_configuration_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/tenant_ui_metadata_item_response.py b/sailpoint/v2024/models/tenant_ui_metadata_item_response.py index f7b4bec03..ceee90207 100644 --- a/sailpoint/v2024/models/tenant_ui_metadata_item_response.py +++ b/sailpoint/v2024/models/tenant_ui_metadata_item_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/tenant_ui_metadata_item_update_request.py b/sailpoint/v2024/models/tenant_ui_metadata_item_update_request.py index 8911da320..5fe96b254 100644 --- a/sailpoint/v2024/models/tenant_ui_metadata_item_update_request.py +++ b/sailpoint/v2024/models/tenant_ui_metadata_item_update_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/test_external_execute_workflow200_response.py b/sailpoint/v2024/models/test_external_execute_workflow200_response.py index 13553f524..21418034a 100644 --- a/sailpoint/v2024/models/test_external_execute_workflow200_response.py +++ b/sailpoint/v2024/models/test_external_execute_workflow200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/test_external_execute_workflow_request.py b/sailpoint/v2024/models/test_external_execute_workflow_request.py index b197ca5b5..309dae89d 100644 --- a/sailpoint/v2024/models/test_external_execute_workflow_request.py +++ b/sailpoint/v2024/models/test_external_execute_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/test_invocation.py b/sailpoint/v2024/models/test_invocation.py index 33b4f8be8..32e27a6fc 100644 --- a/sailpoint/v2024/models/test_invocation.py +++ b/sailpoint/v2024/models/test_invocation.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/test_workflow200_response.py b/sailpoint/v2024/models/test_workflow200_response.py index dcf13502c..0c4e4bae3 100644 --- a/sailpoint/v2024/models/test_workflow200_response.py +++ b/sailpoint/v2024/models/test_workflow200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/test_workflow_request.py b/sailpoint/v2024/models/test_workflow_request.py index 0a2638225..d5ea924d2 100644 --- a/sailpoint/v2024/models/test_workflow_request.py +++ b/sailpoint/v2024/models/test_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/text_query.py b/sailpoint/v2024/models/text_query.py index 3ff517268..466302043 100644 --- a/sailpoint/v2024/models/text_query.py +++ b/sailpoint/v2024/models/text_query.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/transform.py b/sailpoint/v2024/models/transform.py index 639b00366..2858aaeff 100644 --- a/sailpoint/v2024/models/transform.py +++ b/sailpoint/v2024/models/transform.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/transform_definition.py b/sailpoint/v2024/models/transform_definition.py index d542f4be4..32e1e1876 100644 --- a/sailpoint/v2024/models/transform_definition.py +++ b/sailpoint/v2024/models/transform_definition.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/transform_read.py b/sailpoint/v2024/models/transform_read.py index 8ac6e3e78..c39f16d77 100644 --- a/sailpoint/v2024/models/transform_read.py +++ b/sailpoint/v2024/models/transform_read.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/translation_message.py b/sailpoint/v2024/models/translation_message.py index cc62deb33..a5aa45f65 100644 --- a/sailpoint/v2024/models/translation_message.py +++ b/sailpoint/v2024/models/translation_message.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/trigger.py b/sailpoint/v2024/models/trigger.py index ef30b8ceb..039576f09 100644 --- a/sailpoint/v2024/models/trigger.py +++ b/sailpoint/v2024/models/trigger.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/type_ahead_query.py b/sailpoint/v2024/models/type_ahead_query.py index 593e9667f..6e62f0db8 100644 --- a/sailpoint/v2024/models/type_ahead_query.py +++ b/sailpoint/v2024/models/type_ahead_query.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/typed_reference.py b/sailpoint/v2024/models/typed_reference.py index 2501e9274..1bde701af 100644 --- a/sailpoint/v2024/models/typed_reference.py +++ b/sailpoint/v2024/models/typed_reference.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/uncorrelated_accounts_report_arguments.py b/sailpoint/v2024/models/uncorrelated_accounts_report_arguments.py index e3e465c3a..a2003707c 100644 --- a/sailpoint/v2024/models/uncorrelated_accounts_report_arguments.py +++ b/sailpoint/v2024/models/uncorrelated_accounts_report_arguments.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/update_access_profiles_in_bulk412_response.py b/sailpoint/v2024/models/update_access_profiles_in_bulk412_response.py index a2ba1f572..7771135bc 100644 --- a/sailpoint/v2024/models/update_access_profiles_in_bulk412_response.py +++ b/sailpoint/v2024/models/update_access_profiles_in_bulk412_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/update_detail.py b/sailpoint/v2024/models/update_detail.py index e6c6debaf..8b4de24af 100644 --- a/sailpoint/v2024/models/update_detail.py +++ b/sailpoint/v2024/models/update_detail.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/user_app.py b/sailpoint/v2024/models/user_app.py index f208a3145..d333abd52 100644 --- a/sailpoint/v2024/models/user_app.py +++ b/sailpoint/v2024/models/user_app.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/user_app_account.py b/sailpoint/v2024/models/user_app_account.py index 66c403d94..6ac542e49 100644 --- a/sailpoint/v2024/models/user_app_account.py +++ b/sailpoint/v2024/models/user_app_account.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/user_app_owner.py b/sailpoint/v2024/models/user_app_owner.py index 52ac9fd84..ffbc80e8a 100644 --- a/sailpoint/v2024/models/user_app_owner.py +++ b/sailpoint/v2024/models/user_app_owner.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/user_app_source.py b/sailpoint/v2024/models/user_app_source.py index 4db8674a5..b006692df 100644 --- a/sailpoint/v2024/models/user_app_source.py +++ b/sailpoint/v2024/models/user_app_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/user_app_source_app.py b/sailpoint/v2024/models/user_app_source_app.py index 86b544e38..6a696c366 100644 --- a/sailpoint/v2024/models/user_app_source_app.py +++ b/sailpoint/v2024/models/user_app_source_app.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/v3_connector_dto.py b/sailpoint/v2024/models/v3_connector_dto.py index 00416feac..67d22f3ef 100644 --- a/sailpoint/v2024/models/v3_connector_dto.py +++ b/sailpoint/v2024/models/v3_connector_dto.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/v3_create_connector_dto.py b/sailpoint/v2024/models/v3_create_connector_dto.py index 9a299685c..9f282402c 100644 --- a/sailpoint/v2024/models/v3_create_connector_dto.py +++ b/sailpoint/v2024/models/v3_create_connector_dto.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/va_cluster_status_change_event.py b/sailpoint/v2024/models/va_cluster_status_change_event.py index cf1d6c78d..080e1357d 100644 --- a/sailpoint/v2024/models/va_cluster_status_change_event.py +++ b/sailpoint/v2024/models/va_cluster_status_change_event.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/va_cluster_status_change_event_application.py b/sailpoint/v2024/models/va_cluster_status_change_event_application.py index fcadcbe5e..447b87a1f 100644 --- a/sailpoint/v2024/models/va_cluster_status_change_event_application.py +++ b/sailpoint/v2024/models/va_cluster_status_change_event_application.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/va_cluster_status_change_event_health_check_result.py b/sailpoint/v2024/models/va_cluster_status_change_event_health_check_result.py index d46b28835..de1b7c85f 100644 --- a/sailpoint/v2024/models/va_cluster_status_change_event_health_check_result.py +++ b/sailpoint/v2024/models/va_cluster_status_change_event_health_check_result.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/va_cluster_status_change_event_previous_health_check_result.py b/sailpoint/v2024/models/va_cluster_status_change_event_previous_health_check_result.py index fd59af7da..dcfa0a8ef 100644 --- a/sailpoint/v2024/models/va_cluster_status_change_event_previous_health_check_result.py +++ b/sailpoint/v2024/models/va_cluster_status_change_event_previous_health_check_result.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/validate_filter_input_dto.py b/sailpoint/v2024/models/validate_filter_input_dto.py index 6980b776d..a6ab053e5 100644 --- a/sailpoint/v2024/models/validate_filter_input_dto.py +++ b/sailpoint/v2024/models/validate_filter_input_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/validate_filter_output_dto.py b/sailpoint/v2024/models/validate_filter_output_dto.py index 68219f8d8..43aa72fd3 100644 --- a/sailpoint/v2024/models/validate_filter_output_dto.py +++ b/sailpoint/v2024/models/validate_filter_output_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/value.py b/sailpoint/v2024/models/value.py index af84a067d..ddbc200fb 100644 --- a/sailpoint/v2024/models/value.py +++ b/sailpoint/v2024/models/value.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/vendor_connector_mapping.py b/sailpoint/v2024/models/vendor_connector_mapping.py index b1a832dd1..51cabf2dd 100644 --- a/sailpoint/v2024/models/vendor_connector_mapping.py +++ b/sailpoint/v2024/models/vendor_connector_mapping.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/vendor_connector_mapping_deleted_at.py b/sailpoint/v2024/models/vendor_connector_mapping_deleted_at.py index 1f9cff6ba..26d4ce0d1 100644 --- a/sailpoint/v2024/models/vendor_connector_mapping_deleted_at.py +++ b/sailpoint/v2024/models/vendor_connector_mapping_deleted_at.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/vendor_connector_mapping_deleted_by.py b/sailpoint/v2024/models/vendor_connector_mapping_deleted_by.py index 4a6955237..5410e666b 100644 --- a/sailpoint/v2024/models/vendor_connector_mapping_deleted_by.py +++ b/sailpoint/v2024/models/vendor_connector_mapping_deleted_by.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/vendor_connector_mapping_updated_at.py b/sailpoint/v2024/models/vendor_connector_mapping_updated_at.py index 98d8f4562..673937a5f 100644 --- a/sailpoint/v2024/models/vendor_connector_mapping_updated_at.py +++ b/sailpoint/v2024/models/vendor_connector_mapping_updated_at.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/vendor_connector_mapping_updated_by.py b/sailpoint/v2024/models/vendor_connector_mapping_updated_by.py index e22e80eea..842d83ae2 100644 --- a/sailpoint/v2024/models/vendor_connector_mapping_updated_by.py +++ b/sailpoint/v2024/models/vendor_connector_mapping_updated_by.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/violation_context.py b/sailpoint/v2024/models/violation_context.py index 4316af5b8..68b5fc01a 100644 --- a/sailpoint/v2024/models/violation_context.py +++ b/sailpoint/v2024/models/violation_context.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/violation_context_policy.py b/sailpoint/v2024/models/violation_context_policy.py index b36ba07f6..276b22836 100644 --- a/sailpoint/v2024/models/violation_context_policy.py +++ b/sailpoint/v2024/models/violation_context_policy.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/violation_owner_assignment_config.py b/sailpoint/v2024/models/violation_owner_assignment_config.py index 0195156a1..4f5d4a7c2 100644 --- a/sailpoint/v2024/models/violation_owner_assignment_config.py +++ b/sailpoint/v2024/models/violation_owner_assignment_config.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/violation_owner_assignment_config_owner_ref.py b/sailpoint/v2024/models/violation_owner_assignment_config_owner_ref.py index 662cdd84b..abd48bee3 100644 --- a/sailpoint/v2024/models/violation_owner_assignment_config_owner_ref.py +++ b/sailpoint/v2024/models/violation_owner_assignment_config_owner_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/violation_prediction.py b/sailpoint/v2024/models/violation_prediction.py index fd4d434f5..71e3dcb97 100644 --- a/sailpoint/v2024/models/violation_prediction.py +++ b/sailpoint/v2024/models/violation_prediction.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/visibility_criteria.py b/sailpoint/v2024/models/visibility_criteria.py index 4b0d418b4..4ce52d815 100644 --- a/sailpoint/v2024/models/visibility_criteria.py +++ b/sailpoint/v2024/models/visibility_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/work_item_forward.py b/sailpoint/v2024/models/work_item_forward.py index 812dcbb9e..077a064ee 100644 --- a/sailpoint/v2024/models/work_item_forward.py +++ b/sailpoint/v2024/models/work_item_forward.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/work_items.py b/sailpoint/v2024/models/work_items.py index 52838e9e4..406af84c1 100644 --- a/sailpoint/v2024/models/work_items.py +++ b/sailpoint/v2024/models/work_items.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/work_items_count.py b/sailpoint/v2024/models/work_items_count.py index 6d52bdc0e..4944206cc 100644 --- a/sailpoint/v2024/models/work_items_count.py +++ b/sailpoint/v2024/models/work_items_count.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/work_items_form.py b/sailpoint/v2024/models/work_items_form.py index e1b8562ef..6e00859ce 100644 --- a/sailpoint/v2024/models/work_items_form.py +++ b/sailpoint/v2024/models/work_items_form.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/work_items_summary.py b/sailpoint/v2024/models/work_items_summary.py index 7b5676c7e..3f6c88cae 100644 --- a/sailpoint/v2024/models/work_items_summary.py +++ b/sailpoint/v2024/models/work_items_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow.py b/sailpoint/v2024/models/workflow.py index 46808fd42..16a9eaa26 100644 --- a/sailpoint/v2024/models/workflow.py +++ b/sailpoint/v2024/models/workflow.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_all_of_creator.py b/sailpoint/v2024/models/workflow_all_of_creator.py index bbd28e0c4..bc5f194c0 100644 --- a/sailpoint/v2024/models/workflow_all_of_creator.py +++ b/sailpoint/v2024/models/workflow_all_of_creator.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_body.py b/sailpoint/v2024/models/workflow_body.py index 8d1c5c3e8..1b56bc322 100644 --- a/sailpoint/v2024/models/workflow_body.py +++ b/sailpoint/v2024/models/workflow_body.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_body_owner.py b/sailpoint/v2024/models/workflow_body_owner.py index e369bfd30..30a10e5bb 100644 --- a/sailpoint/v2024/models/workflow_body_owner.py +++ b/sailpoint/v2024/models/workflow_body_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_definition.py b/sailpoint/v2024/models/workflow_definition.py index 93c121f0d..041015686 100644 --- a/sailpoint/v2024/models/workflow_definition.py +++ b/sailpoint/v2024/models/workflow_definition.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_execution.py b/sailpoint/v2024/models/workflow_execution.py index e1d39f869..d8daba4a5 100644 --- a/sailpoint/v2024/models/workflow_execution.py +++ b/sailpoint/v2024/models/workflow_execution.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_execution_event.py b/sailpoint/v2024/models/workflow_execution_event.py index 621eee3ab..0e9fe4f7b 100644 --- a/sailpoint/v2024/models/workflow_execution_event.py +++ b/sailpoint/v2024/models/workflow_execution_event.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_library_action.py b/sailpoint/v2024/models/workflow_library_action.py index e67dcd69e..8abd8414e 100644 --- a/sailpoint/v2024/models/workflow_library_action.py +++ b/sailpoint/v2024/models/workflow_library_action.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_library_form_fields.py b/sailpoint/v2024/models/workflow_library_form_fields.py index 53c93dcf0..0c918f189 100644 --- a/sailpoint/v2024/models/workflow_library_form_fields.py +++ b/sailpoint/v2024/models/workflow_library_form_fields.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_library_operator.py b/sailpoint/v2024/models/workflow_library_operator.py index 4af1b8af0..573a9ae1e 100644 --- a/sailpoint/v2024/models/workflow_library_operator.py +++ b/sailpoint/v2024/models/workflow_library_operator.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_library_trigger.py b/sailpoint/v2024/models/workflow_library_trigger.py index 43d1d8053..ae3d705da 100644 --- a/sailpoint/v2024/models/workflow_library_trigger.py +++ b/sailpoint/v2024/models/workflow_library_trigger.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_modified_by.py b/sailpoint/v2024/models/workflow_modified_by.py index b0c610382..db54fbfca 100644 --- a/sailpoint/v2024/models/workflow_modified_by.py +++ b/sailpoint/v2024/models/workflow_modified_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_o_auth_client.py b/sailpoint/v2024/models/workflow_o_auth_client.py index 829a63158..b47c92e6c 100644 --- a/sailpoint/v2024/models/workflow_o_auth_client.py +++ b/sailpoint/v2024/models/workflow_o_auth_client.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workflow_trigger.py b/sailpoint/v2024/models/workflow_trigger.py index 16a9f7ed6..fc169625a 100644 --- a/sailpoint/v2024/models/workflow_trigger.py +++ b/sailpoint/v2024/models/workflow_trigger.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workgroup_bulk_delete_request.py b/sailpoint/v2024/models/workgroup_bulk_delete_request.py index 2464da2f7..123580161 100644 --- a/sailpoint/v2024/models/workgroup_bulk_delete_request.py +++ b/sailpoint/v2024/models/workgroup_bulk_delete_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workgroup_connection_dto.py b/sailpoint/v2024/models/workgroup_connection_dto.py index 473a015bc..8bc7230d9 100644 --- a/sailpoint/v2024/models/workgroup_connection_dto.py +++ b/sailpoint/v2024/models/workgroup_connection_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workgroup_delete_item.py b/sailpoint/v2024/models/workgroup_delete_item.py index c1cb499e7..6c4b94ab5 100644 --- a/sailpoint/v2024/models/workgroup_delete_item.py +++ b/sailpoint/v2024/models/workgroup_delete_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workgroup_dto.py b/sailpoint/v2024/models/workgroup_dto.py index 35547ea79..f1c46542e 100644 --- a/sailpoint/v2024/models/workgroup_dto.py +++ b/sailpoint/v2024/models/workgroup_dto.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workgroup_dto_owner.py b/sailpoint/v2024/models/workgroup_dto_owner.py index f9f948f16..db867fae8 100644 --- a/sailpoint/v2024/models/workgroup_dto_owner.py +++ b/sailpoint/v2024/models/workgroup_dto_owner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workgroup_member_add_item.py b/sailpoint/v2024/models/workgroup_member_add_item.py index 8c5b5392b..2f07d0731 100644 --- a/sailpoint/v2024/models/workgroup_member_add_item.py +++ b/sailpoint/v2024/models/workgroup_member_add_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/models/workgroup_member_delete_item.py b/sailpoint/v2024/models/workgroup_member_delete_item.py index cc40a91d9..a68975430 100644 --- a/sailpoint/v2024/models/workgroup_member_delete_item.py +++ b/sailpoint/v2024/models/workgroup_member_delete_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v2024/rest.py b/sailpoint/v2024/rest.py index bb8c7605b..60d4b731d 100644 --- a/sailpoint/v2024/rest.py +++ b/sailpoint/v2024/rest.py @@ -225,7 +225,7 @@ def request( headers=headers, preload_content=False ) - elif headers['Content-Type'] == 'text/plain' and isinstance(body, bool): + elif headers['Content-Type'].startswith('text/') and isinstance(body, bool): request_body = "true" if body else "false" r = self.pool_manager.request( method, diff --git a/sailpoint/v2024/test/test_account_usage.py b/sailpoint/v2024/test/test_account_usage.py index 36baa784d..3896c566f 100644 --- a/sailpoint/v2024/test/test_account_usage.py +++ b/sailpoint/v2024/test/test_account_usage.py @@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> AccountUsage: model = AccountUsage() if include_optional: return AccountUsage( - var_date = 'Fri Apr 21 00:00:00 UTC 2023', + var_date = 'Thu Apr 20 20:00:00 EDT 2023', count = 10 ) else: diff --git a/sailpoint/v2024/test/test_non_employee_request_without_approval_item.py b/sailpoint/v2024/test/test_non_employee_request_without_approval_item.py index d577f1e79..afdcd793f 100644 --- a/sailpoint/v2024/test/test_non_employee_request_without_approval_item.py +++ b/sailpoint/v2024/test/test_non_employee_request_without_approval_item.py @@ -50,8 +50,8 @@ def make_instance(self, include_optional) -> NonEmployeeRequestWithoutApprovalIt approval_status = 'APPROVED', comment = 'approved', completion_date = '2020-03-24T11:11:41.139-05:00', - start_date = 'Tue Mar 24 00:00:00 UTC 2020', - end_date = 'Thu Mar 25 00:00:00 UTC 2021', + start_date = 'Mon Mar 23 20:00:00 EDT 2020', + end_date = 'Wed Mar 24 20:00:00 EDT 2021', modified = '2020-03-24T11:11:41.139-05:00', created = '2020-03-24T11:11:41.139-05:00' ) diff --git a/sailpoint/v2024/test/test_source_usage.py b/sailpoint/v2024/test/test_source_usage.py index 017e3fef6..0749dfc52 100644 --- a/sailpoint/v2024/test/test_source_usage.py +++ b/sailpoint/v2024/test/test_source_usage.py @@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> SourceUsage: model = SourceUsage() if include_optional: return SourceUsage( - var_date = 'Fri Apr 21 00:00:00 UTC 2023', + var_date = 'Thu Apr 20 20:00:00 EDT 2023', count = 10.45 ) else: diff --git a/sailpoint/v2024_README.md b/sailpoint/v2024_README.md index f2147ea4f..4a1e5fafd 100644 --- a/sailpoint/v2024_README.md +++ b/sailpoint/v2024_README.md @@ -19,9 +19,10 @@ This python library package is generated without supporting files like setup.py To be able to use it, you will need these dependencies in your own package that uses this library: -* urllib3 >= 1.25.3 -* python-dateutil -* pydantic +* urllib3 >= 1.25.3, < 3.0.0 +* python-dateutil >= 2.8.2 +* pydantic >= 2 +* typing-extensions >= 4.7.1 ## Getting Started @@ -73,1703 +74,1703 @@ All URIs are relative to *https://sailpoint.api.identitynow.com/v2024* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- -*AccessModelMetadataApi* | [**get_access_model_metadata_attribute**](sailpoint/v2024/docs/AccessModelMetadataApi.md#get_access_model_metadata_attribute) | **GET** /access-model-metadata/attributes/{key} | Get Access Model Metadata Attribute -*AccessModelMetadataApi* | [**get_access_model_metadata_attribute_value**](sailpoint/v2024/docs/AccessModelMetadataApi.md#get_access_model_metadata_attribute_value) | **GET** /access-model-metadata/attributes/{key}/values/{value} | Get Access Model Metadata Value -*AccessModelMetadataApi* | [**list_access_model_metadata_attribute**](sailpoint/v2024/docs/AccessModelMetadataApi.md#list_access_model_metadata_attribute) | **GET** /access-model-metadata/attributes | List Access Model Metadata Attributes -*AccessModelMetadataApi* | [**list_access_model_metadata_attribute_value**](sailpoint/v2024/docs/AccessModelMetadataApi.md#list_access_model_metadata_attribute_value) | **GET** /access-model-metadata/attributes/{key}/values | List Access Model Metadata Values -*AccessProfilesApi* | [**create_access_profile**](sailpoint/v2024/docs/AccessProfilesApi.md#create_access_profile) | **POST** /access-profiles | Create Access Profile -*AccessProfilesApi* | [**delete_access_profile**](sailpoint/v2024/docs/AccessProfilesApi.md#delete_access_profile) | **DELETE** /access-profiles/{id} | Delete the specified Access Profile -*AccessProfilesApi* | [**delete_access_profiles_in_bulk**](sailpoint/v2024/docs/AccessProfilesApi.md#delete_access_profiles_in_bulk) | **POST** /access-profiles/bulk-delete | Delete Access Profile(s) -*AccessProfilesApi* | [**get_access_profile**](sailpoint/v2024/docs/AccessProfilesApi.md#get_access_profile) | **GET** /access-profiles/{id} | Get an Access Profile -*AccessProfilesApi* | [**get_access_profile_entitlements**](sailpoint/v2024/docs/AccessProfilesApi.md#get_access_profile_entitlements) | **GET** /access-profiles/{id}/entitlements | List Access Profile's Entitlements -*AccessProfilesApi* | [**list_access_profiles**](sailpoint/v2024/docs/AccessProfilesApi.md#list_access_profiles) | **GET** /access-profiles | List Access Profiles -*AccessProfilesApi* | [**patch_access_profile**](sailpoint/v2024/docs/AccessProfilesApi.md#patch_access_profile) | **PATCH** /access-profiles/{id} | Patch a specified Access Profile -*AccessProfilesApi* | [**update_access_profiles_in_bulk**](sailpoint/v2024/docs/AccessProfilesApi.md#update_access_profiles_in_bulk) | **POST** /access-profiles/bulk-update-requestable | Update Access Profile(s) requestable field. -*AccessRequestApprovalsApi* | [**approve_access_request**](sailpoint/v2024/docs/AccessRequestApprovalsApi.md#approve_access_request) | **POST** /access-request-approvals/{approvalId}/approve | Approve Access Request Approval -*AccessRequestApprovalsApi* | [**forward_access_request**](sailpoint/v2024/docs/AccessRequestApprovalsApi.md#forward_access_request) | **POST** /access-request-approvals/{approvalId}/forward | Forward Access Request Approval -*AccessRequestApprovalsApi* | [**get_access_request_approval_summary**](sailpoint/v2024/docs/AccessRequestApprovalsApi.md#get_access_request_approval_summary) | **GET** /access-request-approvals/approval-summary | Get Access Requests Approvals Number -*AccessRequestApprovalsApi* | [**list_access_request_approvers**](sailpoint/v2024/docs/AccessRequestApprovalsApi.md#list_access_request_approvers) | **GET** /access-request-approvals/{accessRequestId}/approvers | Access Request Approvers -*AccessRequestApprovalsApi* | [**list_completed_approvals**](sailpoint/v2024/docs/AccessRequestApprovalsApi.md#list_completed_approvals) | **GET** /access-request-approvals/completed | Completed Access Request Approvals List -*AccessRequestApprovalsApi* | [**list_pending_approvals**](sailpoint/v2024/docs/AccessRequestApprovalsApi.md#list_pending_approvals) | **GET** /access-request-approvals/pending | Pending Access Request Approvals List -*AccessRequestApprovalsApi* | [**reject_access_request**](sailpoint/v2024/docs/AccessRequestApprovalsApi.md#reject_access_request) | **POST** /access-request-approvals/{approvalId}/reject | Reject Access Request Approval -*AccessRequestIdentityMetricsApi* | [**get_access_request_identity_metrics**](sailpoint/v2024/docs/AccessRequestIdentityMetricsApi.md#get_access_request_identity_metrics) | **GET** /access-request-identity-metrics/{identityId}/requested-objects/{requestedObjectId}/type/{type} | Return access request identity metrics -*AccessRequestsApi* | [**approve_bulk_access_request**](sailpoint/v2024/docs/AccessRequestsApi.md#approve_bulk_access_request) | **POST** /access-request-approvals/bulk-approve | Bulk Approve Access Request -*AccessRequestsApi* | [**cancel_access_request**](sailpoint/v2024/docs/AccessRequestsApi.md#cancel_access_request) | **POST** /access-requests/cancel | Cancel Access Request -*AccessRequestsApi* | [**cancel_access_request_in_bulk**](sailpoint/v2024/docs/AccessRequestsApi.md#cancel_access_request_in_bulk) | **POST** /access-requests/bulk-cancel | Bulk Cancel Access Request -*AccessRequestsApi* | [**close_access_request**](sailpoint/v2024/docs/AccessRequestsApi.md#close_access_request) | **POST** /access-requests/close | Close Access Request -*AccessRequestsApi* | [**create_access_request**](sailpoint/v2024/docs/AccessRequestsApi.md#create_access_request) | **POST** /access-requests | Submit Access Request -*AccessRequestsApi* | [**get_access_request_config**](sailpoint/v2024/docs/AccessRequestsApi.md#get_access_request_config) | **GET** /access-request-config | Get Access Request Configuration -*AccessRequestsApi* | [**list_access_request_status**](sailpoint/v2024/docs/AccessRequestsApi.md#list_access_request_status) | **GET** /access-request-status | Access Request Status -*AccessRequestsApi* | [**list_administrators_access_request_status**](sailpoint/v2024/docs/AccessRequestsApi.md#list_administrators_access_request_status) | **GET** /access-request-administration | Access Request Status for Administrators -*AccessRequestsApi* | [**set_access_request_config**](sailpoint/v2024/docs/AccessRequestsApi.md#set_access_request_config) | **PUT** /access-request-config | Update Access Request Configuration -*AccountActivitiesApi* | [**get_account_activity**](sailpoint/v2024/docs/AccountActivitiesApi.md#get_account_activity) | **GET** /account-activities/{id} | Get an Account Activity -*AccountActivitiesApi* | [**list_account_activities**](sailpoint/v2024/docs/AccountActivitiesApi.md#list_account_activities) | **GET** /account-activities | List Account Activities -*AccountAggregationsApi* | [**get_account_aggregation_status**](sailpoint/v2024/docs/AccountAggregationsApi.md#get_account_aggregation_status) | **GET** /account-aggregations/{id}/status | In-progress Account Aggregation status -*AccountUsagesApi* | [**get_usages_by_account_id**](sailpoint/v2024/docs/AccountUsagesApi.md#get_usages_by_account_id) | **GET** /account-usages/{accountId}/summaries | Returns account usage insights -*AccountsApi* | [**create_account**](sailpoint/v2024/docs/AccountsApi.md#create_account) | **POST** /accounts | Create Account -*AccountsApi* | [**delete_account**](sailpoint/v2024/docs/AccountsApi.md#delete_account) | **DELETE** /accounts/{id} | Delete Account -*AccountsApi* | [**delete_account_async**](sailpoint/v2024/docs/AccountsApi.md#delete_account_async) | **POST** /accounts/{id}/remove | Remove Account -*AccountsApi* | [**disable_account**](sailpoint/v2024/docs/AccountsApi.md#disable_account) | **POST** /accounts/{id}/disable | Disable Account -*AccountsApi* | [**disable_account_for_identity**](sailpoint/v2024/docs/AccountsApi.md#disable_account_for_identity) | **POST** /identities-accounts/{id}/disable | Disable IDN Account for Identity -*AccountsApi* | [**disable_accounts_for_identities**](sailpoint/v2024/docs/AccountsApi.md#disable_accounts_for_identities) | **POST** /identities-accounts/disable | Disable IDN Accounts for Identities -*AccountsApi* | [**enable_account**](sailpoint/v2024/docs/AccountsApi.md#enable_account) | **POST** /accounts/{id}/enable | Enable Account -*AccountsApi* | [**enable_account_for_identity**](sailpoint/v2024/docs/AccountsApi.md#enable_account_for_identity) | **POST** /identities-accounts/{id}/enable | Enable IDN Account for Identity -*AccountsApi* | [**enable_accounts_for_identities**](sailpoint/v2024/docs/AccountsApi.md#enable_accounts_for_identities) | **POST** /identities-accounts/enable | Enable IDN Accounts for Identities -*AccountsApi* | [**get_account**](sailpoint/v2024/docs/AccountsApi.md#get_account) | **GET** /accounts/{id} | Account Details -*AccountsApi* | [**get_account_entitlements**](sailpoint/v2024/docs/AccountsApi.md#get_account_entitlements) | **GET** /accounts/{id}/entitlements | Account Entitlements -*AccountsApi* | [**list_accounts**](sailpoint/v2024/docs/AccountsApi.md#list_accounts) | **GET** /accounts | Accounts List -*AccountsApi* | [**put_account**](sailpoint/v2024/docs/AccountsApi.md#put_account) | **PUT** /accounts/{id} | Update Account -*AccountsApi* | [**submit_reload_account**](sailpoint/v2024/docs/AccountsApi.md#submit_reload_account) | **POST** /accounts/{id}/reload | Reload Account -*AccountsApi* | [**unlock_account**](sailpoint/v2024/docs/AccountsApi.md#unlock_account) | **POST** /accounts/{id}/unlock | Unlock Account -*AccountsApi* | [**update_account**](sailpoint/v2024/docs/AccountsApi.md#update_account) | **PATCH** /accounts/{id} | Update Account -*ApplicationDiscoveryApi* | [**get_discovered_applications**](sailpoint/v2024/docs/ApplicationDiscoveryApi.md#get_discovered_applications) | **GET** /discovered-applications | Get Discovered Applications for Tenant -*ApplicationDiscoveryApi* | [**get_manual_discover_applications_csv_template**](sailpoint/v2024/docs/ApplicationDiscoveryApi.md#get_manual_discover_applications_csv_template) | **GET** /manual-discover-applications-template | Download CSV Template for Discovery -*ApplicationDiscoveryApi* | [**send_manual_discover_applications_csv_template**](sailpoint/v2024/docs/ApplicationDiscoveryApi.md#send_manual_discover_applications_csv_template) | **POST** /manual-discover-applications | Upload CSV to Discover Applications -*ApprovalsApi* | [**get_approval**](sailpoint/v2024/docs/ApprovalsApi.md#get_approval) | **GET** /generic-approvals/{id} | Get an approval -*ApprovalsApi* | [**get_approvals**](sailpoint/v2024/docs/ApprovalsApi.md#get_approvals) | **GET** /generic-approvals | Get Approvals -*AppsApi* | [**create_source_app**](sailpoint/v2024/docs/AppsApi.md#create_source_app) | **POST** /source-apps | Create source app -*AppsApi* | [**delete_access_profiles_from_source_app_by_bulk**](sailpoint/v2024/docs/AppsApi.md#delete_access_profiles_from_source_app_by_bulk) | **POST** /source-apps/{id}/access-profiles/bulk-remove | Bulk remove access profiles from the specified source app -*AppsApi* | [**delete_source_app**](sailpoint/v2024/docs/AppsApi.md#delete_source_app) | **DELETE** /source-apps/{id} | Delete source app by ID -*AppsApi* | [**get_source_app**](sailpoint/v2024/docs/AppsApi.md#get_source_app) | **GET** /source-apps/{id} | Get source app by ID -*AppsApi* | [**list_access_profiles_for_source_app**](sailpoint/v2024/docs/AppsApi.md#list_access_profiles_for_source_app) | **GET** /source-apps/{id}/access-profiles | List access profiles for the specified source app -*AppsApi* | [**list_all_source_app**](sailpoint/v2024/docs/AppsApi.md#list_all_source_app) | **GET** /source-apps/all | List all source apps -*AppsApi* | [**list_all_user_apps**](sailpoint/v2024/docs/AppsApi.md#list_all_user_apps) | **GET** /user-apps/all | List all user apps -*AppsApi* | [**list_assigned_source_app**](sailpoint/v2024/docs/AppsApi.md#list_assigned_source_app) | **GET** /source-apps/assigned | List assigned source apps -*AppsApi* | [**list_available_accounts_for_user_app**](sailpoint/v2024/docs/AppsApi.md#list_available_accounts_for_user_app) | **GET** /user-apps/{id}/available-accounts | List available accounts for user app -*AppsApi* | [**list_available_source_apps**](sailpoint/v2024/docs/AppsApi.md#list_available_source_apps) | **GET** /source-apps | List available source apps -*AppsApi* | [**list_owned_user_apps**](sailpoint/v2024/docs/AppsApi.md#list_owned_user_apps) | **GET** /user-apps | List owned user apps -*AppsApi* | [**patch_source_app**](sailpoint/v2024/docs/AppsApi.md#patch_source_app) | **PATCH** /source-apps/{id} | Patch source app by ID -*AppsApi* | [**patch_user_app**](sailpoint/v2024/docs/AppsApi.md#patch_user_app) | **PATCH** /user-apps/{id} | Patch user app by ID -*AppsApi* | [**update_source_apps_in_bulk**](sailpoint/v2024/docs/AppsApi.md#update_source_apps_in_bulk) | **POST** /source-apps/bulk-update | Bulk update source apps -*AuthProfileApi* | [**get_profile_config**](sailpoint/v2024/docs/AuthProfileApi.md#get_profile_config) | **GET** /auth-profiles/{id} | Get Auth Profile. -*AuthProfileApi* | [**get_profile_config_list**](sailpoint/v2024/docs/AuthProfileApi.md#get_profile_config_list) | **GET** /auth-profiles | Get list of Auth Profiles. -*AuthProfileApi* | [**patch_profile_config**](sailpoint/v2024/docs/AuthProfileApi.md#patch_profile_config) | **PATCH** /auth-profiles/{id} | Patch a specified Auth Profile -*AuthUsersApi* | [**get_auth_user**](sailpoint/v2024/docs/AuthUsersApi.md#get_auth_user) | **GET** /auth-users/{id} | Auth User Details -*AuthUsersApi* | [**patch_auth_user**](sailpoint/v2024/docs/AuthUsersApi.md#patch_auth_user) | **PATCH** /auth-users/{id} | Auth User Update -*BrandingApi* | [**create_branding_item**](sailpoint/v2024/docs/BrandingApi.md#create_branding_item) | **POST** /brandings | Create a branding item -*BrandingApi* | [**delete_branding**](sailpoint/v2024/docs/BrandingApi.md#delete_branding) | **DELETE** /brandings/{name} | Delete a branding item -*BrandingApi* | [**get_branding**](sailpoint/v2024/docs/BrandingApi.md#get_branding) | **GET** /brandings/{name} | Get a branding item -*BrandingApi* | [**get_branding_list**](sailpoint/v2024/docs/BrandingApi.md#get_branding_list) | **GET** /brandings | List of branding items -*BrandingApi* | [**set_branding_item**](sailpoint/v2024/docs/BrandingApi.md#set_branding_item) | **PUT** /brandings/{name} | Update a branding item -*CertificationCampaignFiltersApi* | [**create_campaign_filter**](sailpoint/v2024/docs/CertificationCampaignFiltersApi.md#create_campaign_filter) | **POST** /campaign-filters | Create Campaign Filter -*CertificationCampaignFiltersApi* | [**delete_campaign_filters**](sailpoint/v2024/docs/CertificationCampaignFiltersApi.md#delete_campaign_filters) | **POST** /campaign-filters/delete | Deletes Campaign Filters -*CertificationCampaignFiltersApi* | [**get_campaign_filter_by_id**](sailpoint/v2024/docs/CertificationCampaignFiltersApi.md#get_campaign_filter_by_id) | **GET** /campaign-filters/{id} | Get Campaign Filter by ID -*CertificationCampaignFiltersApi* | [**list_campaign_filters**](sailpoint/v2024/docs/CertificationCampaignFiltersApi.md#list_campaign_filters) | **GET** /campaign-filters | List Campaign Filters -*CertificationCampaignFiltersApi* | [**update_campaign_filter**](sailpoint/v2024/docs/CertificationCampaignFiltersApi.md#update_campaign_filter) | **POST** /campaign-filters/{id} | Updates a Campaign Filter -*CertificationCampaignsApi* | [**complete_campaign**](sailpoint/v2024/docs/CertificationCampaignsApi.md#complete_campaign) | **POST** /campaigns/{id}/complete | Complete a Campaign -*CertificationCampaignsApi* | [**create_campaign**](sailpoint/v2024/docs/CertificationCampaignsApi.md#create_campaign) | **POST** /campaigns | Create a campaign -*CertificationCampaignsApi* | [**create_campaign_template**](sailpoint/v2024/docs/CertificationCampaignsApi.md#create_campaign_template) | **POST** /campaign-templates | Create a Campaign Template -*CertificationCampaignsApi* | [**delete_campaign_template**](sailpoint/v2024/docs/CertificationCampaignsApi.md#delete_campaign_template) | **DELETE** /campaign-templates/{id} | Delete a Campaign Template -*CertificationCampaignsApi* | [**delete_campaign_template_schedule**](sailpoint/v2024/docs/CertificationCampaignsApi.md#delete_campaign_template_schedule) | **DELETE** /campaign-templates/{id}/schedule | Delete Campaign Template Schedule -*CertificationCampaignsApi* | [**delete_campaigns**](sailpoint/v2024/docs/CertificationCampaignsApi.md#delete_campaigns) | **POST** /campaigns/delete | Delete Campaigns -*CertificationCampaignsApi* | [**get_active_campaigns**](sailpoint/v2024/docs/CertificationCampaignsApi.md#get_active_campaigns) | **GET** /campaigns | List Campaigns -*CertificationCampaignsApi* | [**get_campaign**](sailpoint/v2024/docs/CertificationCampaignsApi.md#get_campaign) | **GET** /campaigns/{id} | Get Campaign -*CertificationCampaignsApi* | [**get_campaign_reports**](sailpoint/v2024/docs/CertificationCampaignsApi.md#get_campaign_reports) | **GET** /campaigns/{id}/reports | Get Campaign Reports -*CertificationCampaignsApi* | [**get_campaign_reports_config**](sailpoint/v2024/docs/CertificationCampaignsApi.md#get_campaign_reports_config) | **GET** /campaigns/reports-configuration | Get Campaign Reports Configuration -*CertificationCampaignsApi* | [**get_campaign_template**](sailpoint/v2024/docs/CertificationCampaignsApi.md#get_campaign_template) | **GET** /campaign-templates/{id} | Get a Campaign Template -*CertificationCampaignsApi* | [**get_campaign_template_schedule**](sailpoint/v2024/docs/CertificationCampaignsApi.md#get_campaign_template_schedule) | **GET** /campaign-templates/{id}/schedule | Get Campaign Template Schedule -*CertificationCampaignsApi* | [**get_campaign_templates**](sailpoint/v2024/docs/CertificationCampaignsApi.md#get_campaign_templates) | **GET** /campaign-templates | List Campaign Templates -*CertificationCampaignsApi* | [**move**](sailpoint/v2024/docs/CertificationCampaignsApi.md#move) | **POST** /campaigns/{id}/reassign | Reassign Certifications -*CertificationCampaignsApi* | [**patch_campaign_template**](sailpoint/v2024/docs/CertificationCampaignsApi.md#patch_campaign_template) | **PATCH** /campaign-templates/{id} | Update a Campaign Template -*CertificationCampaignsApi* | [**set_campaign_reports_config**](sailpoint/v2024/docs/CertificationCampaignsApi.md#set_campaign_reports_config) | **PUT** /campaigns/reports-configuration | Set Campaign Reports Configuration -*CertificationCampaignsApi* | [**set_campaign_template_schedule**](sailpoint/v2024/docs/CertificationCampaignsApi.md#set_campaign_template_schedule) | **PUT** /campaign-templates/{id}/schedule | Set Campaign Template Schedule -*CertificationCampaignsApi* | [**start_campaign**](sailpoint/v2024/docs/CertificationCampaignsApi.md#start_campaign) | **POST** /campaigns/{id}/activate | Activate a Campaign -*CertificationCampaignsApi* | [**start_campaign_remediation_scan**](sailpoint/v2024/docs/CertificationCampaignsApi.md#start_campaign_remediation_scan) | **POST** /campaigns/{id}/run-remediation-scan | Run Campaign Remediation Scan -*CertificationCampaignsApi* | [**start_campaign_report**](sailpoint/v2024/docs/CertificationCampaignsApi.md#start_campaign_report) | **POST** /campaigns/{id}/run-report/{type} | Run Campaign Report -*CertificationCampaignsApi* | [**start_generate_campaign_template**](sailpoint/v2024/docs/CertificationCampaignsApi.md#start_generate_campaign_template) | **POST** /campaign-templates/{id}/generate | Generate a Campaign from Template -*CertificationCampaignsApi* | [**update_campaign**](sailpoint/v2024/docs/CertificationCampaignsApi.md#update_campaign) | **PATCH** /campaigns/{id} | Update a Campaign -*CertificationSummariesApi* | [**get_identity_access_summaries**](sailpoint/v2024/docs/CertificationSummariesApi.md#get_identity_access_summaries) | **GET** /certifications/{id}/access-summaries/{type} | Access Summaries -*CertificationSummariesApi* | [**get_identity_decision_summary**](sailpoint/v2024/docs/CertificationSummariesApi.md#get_identity_decision_summary) | **GET** /certifications/{id}/decision-summary | Summary of Certification Decisions -*CertificationSummariesApi* | [**get_identity_summaries**](sailpoint/v2024/docs/CertificationSummariesApi.md#get_identity_summaries) | **GET** /certifications/{id}/identity-summaries | Identity Summaries for Campaign Certification -*CertificationSummariesApi* | [**get_identity_summary**](sailpoint/v2024/docs/CertificationSummariesApi.md#get_identity_summary) | **GET** /certifications/{id}/identity-summaries/{identitySummaryId} | Summary for Identity -*CertificationsApi* | [**get_certification_task**](sailpoint/v2024/docs/CertificationsApi.md#get_certification_task) | **GET** /certification-tasks/{id} | Certification Task by ID -*CertificationsApi* | [**get_identity_certification**](sailpoint/v2024/docs/CertificationsApi.md#get_identity_certification) | **GET** /certifications/{id} | Identity Certification by ID -*CertificationsApi* | [**get_identity_certification_item_permissions**](sailpoint/v2024/docs/CertificationsApi.md#get_identity_certification_item_permissions) | **GET** /certifications/{certificationId}/access-review-items/{itemId}/permissions | Permissions for Entitlement Certification Item -*CertificationsApi* | [**get_pending_certification_tasks**](sailpoint/v2024/docs/CertificationsApi.md#get_pending_certification_tasks) | **GET** /certification-tasks | List of Pending Certification Tasks -*CertificationsApi* | [**list_certification_reviewers**](sailpoint/v2024/docs/CertificationsApi.md#list_certification_reviewers) | **GET** /certifications/{id}/reviewers | List of Reviewers for certification -*CertificationsApi* | [**list_identity_access_review_items**](sailpoint/v2024/docs/CertificationsApi.md#list_identity_access_review_items) | **GET** /certifications/{id}/access-review-items | List of Access Review Items -*CertificationsApi* | [**list_identity_certifications**](sailpoint/v2024/docs/CertificationsApi.md#list_identity_certifications) | **GET** /certifications | List Identity Campaign Certifications -*CertificationsApi* | [**make_identity_decision**](sailpoint/v2024/docs/CertificationsApi.md#make_identity_decision) | **POST** /certifications/{id}/decide | Decide on a Certification Item -*CertificationsApi* | [**reassign_identity_certifications**](sailpoint/v2024/docs/CertificationsApi.md#reassign_identity_certifications) | **POST** /certifications/{id}/reassign | Reassign Identities or Items -*CertificationsApi* | [**sign_off_identity_certification**](sailpoint/v2024/docs/CertificationsApi.md#sign_off_identity_certification) | **POST** /certifications/{id}/sign-off | Finalize Identity Certification Decisions -*CertificationsApi* | [**submit_reassign_certs_async**](sailpoint/v2024/docs/CertificationsApi.md#submit_reassign_certs_async) | **POST** /certifications/{id}/reassign-async | Reassign Certifications Asynchronously -*ConfigurationHubApi* | [**create_deploy**](sailpoint/v2024/docs/ConfigurationHubApi.md#create_deploy) | **POST** /configuration-hub/deploys | Create a Deploy -*ConfigurationHubApi* | [**create_object_mapping**](sailpoint/v2024/docs/ConfigurationHubApi.md#create_object_mapping) | **POST** /configuration-hub/object-mappings/{sourceOrg} | Creates an object mapping -*ConfigurationHubApi* | [**create_object_mappings**](sailpoint/v2024/docs/ConfigurationHubApi.md#create_object_mappings) | **POST** /configuration-hub/object-mappings/{sourceOrg}/bulk-create | Bulk creates object mappings -*ConfigurationHubApi* | [**create_uploaded_configuration**](sailpoint/v2024/docs/ConfigurationHubApi.md#create_uploaded_configuration) | **POST** /configuration-hub/backups/uploads | Upload a Configuration -*ConfigurationHubApi* | [**delete_backup**](sailpoint/v2024/docs/ConfigurationHubApi.md#delete_backup) | **DELETE** /configuration-hub/backups/{id} | Delete a Backup -*ConfigurationHubApi* | [**delete_draft**](sailpoint/v2024/docs/ConfigurationHubApi.md#delete_draft) | **DELETE** /configuration-hub/drafts/{id} | Delete a draft -*ConfigurationHubApi* | [**delete_object_mapping**](sailpoint/v2024/docs/ConfigurationHubApi.md#delete_object_mapping) | **DELETE** /configuration-hub/object-mappings/{sourceOrg}/{objectMappingId} | Deletes an object mapping -*ConfigurationHubApi* | [**delete_uploaded_configuration**](sailpoint/v2024/docs/ConfigurationHubApi.md#delete_uploaded_configuration) | **DELETE** /configuration-hub/backups/uploads/{id} | Delete an Uploaded Configuration -*ConfigurationHubApi* | [**get_deploy**](sailpoint/v2024/docs/ConfigurationHubApi.md#get_deploy) | **GET** /configuration-hub/deploys/{id} | Get a Deploy -*ConfigurationHubApi* | [**get_object_mappings**](sailpoint/v2024/docs/ConfigurationHubApi.md#get_object_mappings) | **GET** /configuration-hub/object-mappings/{sourceOrg} | Gets list of object mappings -*ConfigurationHubApi* | [**get_uploaded_configuration**](sailpoint/v2024/docs/ConfigurationHubApi.md#get_uploaded_configuration) | **GET** /configuration-hub/backups/uploads/{id} | Get an Uploaded Configuration -*ConfigurationHubApi* | [**list_backups**](sailpoint/v2024/docs/ConfigurationHubApi.md#list_backups) | **GET** /configuration-hub/backups | List Backups -*ConfigurationHubApi* | [**list_deploys**](sailpoint/v2024/docs/ConfigurationHubApi.md#list_deploys) | **GET** /configuration-hub/deploys | List Deploys -*ConfigurationHubApi* | [**list_drafts**](sailpoint/v2024/docs/ConfigurationHubApi.md#list_drafts) | **GET** /configuration-hub/drafts | List Drafts -*ConfigurationHubApi* | [**list_uploaded_configurations**](sailpoint/v2024/docs/ConfigurationHubApi.md#list_uploaded_configurations) | **GET** /configuration-hub/backups/uploads | List Uploaded Configurations -*ConfigurationHubApi* | [**update_object_mappings**](sailpoint/v2024/docs/ConfigurationHubApi.md#update_object_mappings) | **POST** /configuration-hub/object-mappings/{sourceOrg}/bulk-patch | Bulk updates object mappings -*ConnectorRuleManagementApi* | [**create_connector_rule**](sailpoint/v2024/docs/ConnectorRuleManagementApi.md#create_connector_rule) | **POST** /connector-rules | Create Connector Rule -*ConnectorRuleManagementApi* | [**delete_connector_rule**](sailpoint/v2024/docs/ConnectorRuleManagementApi.md#delete_connector_rule) | **DELETE** /connector-rules/{id} | Delete Connector Rule -*ConnectorRuleManagementApi* | [**get_connector_rule**](sailpoint/v2024/docs/ConnectorRuleManagementApi.md#get_connector_rule) | **GET** /connector-rules/{id} | Get Connector Rule -*ConnectorRuleManagementApi* | [**get_connector_rule_list**](sailpoint/v2024/docs/ConnectorRuleManagementApi.md#get_connector_rule_list) | **GET** /connector-rules | List Connector Rules -*ConnectorRuleManagementApi* | [**put_connector_rule**](sailpoint/v2024/docs/ConnectorRuleManagementApi.md#put_connector_rule) | **PUT** /connector-rules/{id} | Update Connector Rule -*ConnectorRuleManagementApi* | [**test_connector_rule**](sailpoint/v2024/docs/ConnectorRuleManagementApi.md#test_connector_rule) | **POST** /connector-rules/validate | Validate Connector Rule -*ConnectorsApi* | [**create_custom_connector**](sailpoint/v2024/docs/ConnectorsApi.md#create_custom_connector) | **POST** /connectors | Create Custom Connector -*ConnectorsApi* | [**delete_custom_connector**](sailpoint/v2024/docs/ConnectorsApi.md#delete_custom_connector) | **DELETE** /connectors/{scriptName} | Delete Connector by Script Name -*ConnectorsApi* | [**get_connector**](sailpoint/v2024/docs/ConnectorsApi.md#get_connector) | **GET** /connectors/{scriptName} | Get Connector by Script Name -*ConnectorsApi* | [**get_connector_correlation_config**](sailpoint/v2024/docs/ConnectorsApi.md#get_connector_correlation_config) | **GET** /connectors/{scriptName}/correlation-config | Get Connector Correlation Configuration -*ConnectorsApi* | [**get_connector_list**](sailpoint/v2024/docs/ConnectorsApi.md#get_connector_list) | **GET** /connectors | Get Connector List -*ConnectorsApi* | [**get_connector_source_config**](sailpoint/v2024/docs/ConnectorsApi.md#get_connector_source_config) | **GET** /connectors/{scriptName}/source-config | Get Connector Source Configuration -*ConnectorsApi* | [**get_connector_source_template**](sailpoint/v2024/docs/ConnectorsApi.md#get_connector_source_template) | **GET** /connectors/{scriptName}/source-template | Get Connector Source Template -*ConnectorsApi* | [**get_connector_translations**](sailpoint/v2024/docs/ConnectorsApi.md#get_connector_translations) | **GET** /connectors/{scriptName}/translations/{locale} | Get Connector Translations -*ConnectorsApi* | [**put_connector_correlation_config**](sailpoint/v2024/docs/ConnectorsApi.md#put_connector_correlation_config) | **PUT** /connectors/{scriptName}/correlation-config | Update Connector Correlation Configuration -*ConnectorsApi* | [**put_connector_source_config**](sailpoint/v2024/docs/ConnectorsApi.md#put_connector_source_config) | **PUT** /connectors/{scriptName}/source-config | Update Connector Source Configuration -*ConnectorsApi* | [**put_connector_source_template**](sailpoint/v2024/docs/ConnectorsApi.md#put_connector_source_template) | **PUT** /connectors/{scriptName}/source-template | Update Connector Source Template -*ConnectorsApi* | [**put_connector_translations**](sailpoint/v2024/docs/ConnectorsApi.md#put_connector_translations) | **PUT** /connectors/{scriptName}/translations/{locale} | Update Connector Translations -*ConnectorsApi* | [**update_connector**](sailpoint/v2024/docs/ConnectorsApi.md#update_connector) | **PATCH** /connectors/{scriptName} | Update Connector by Script Name -*CustomFormsApi* | [**create_form_definition**](sailpoint/v2024/docs/CustomFormsApi.md#create_form_definition) | **POST** /form-definitions | Creates a form definition. -*CustomFormsApi* | [**create_form_definition_dynamic_schema**](sailpoint/v2024/docs/CustomFormsApi.md#create_form_definition_dynamic_schema) | **POST** /form-definitions/forms-action-dynamic-schema | Generate JSON Schema dynamically. -*CustomFormsApi* | [**create_form_definition_file_request**](sailpoint/v2024/docs/CustomFormsApi.md#create_form_definition_file_request) | **POST** /form-definitions/{formDefinitionID}/upload | Upload new form definition file. -*CustomFormsApi* | [**create_form_instance**](sailpoint/v2024/docs/CustomFormsApi.md#create_form_instance) | **POST** /form-instances | Creates a form instance. -*CustomFormsApi* | [**delete_form_definition**](sailpoint/v2024/docs/CustomFormsApi.md#delete_form_definition) | **DELETE** /form-definitions/{formDefinitionID} | Deletes a form definition. -*CustomFormsApi* | [**export_form_definitions_by_tenant**](sailpoint/v2024/docs/CustomFormsApi.md#export_form_definitions_by_tenant) | **GET** /form-definitions/export | List form definitions by tenant. -*CustomFormsApi* | [**get_file_from_s3**](sailpoint/v2024/docs/CustomFormsApi.md#get_file_from_s3) | **GET** /form-definitions/{formDefinitionID}/file/{fileID} | Download definition file by fileId. -*CustomFormsApi* | [**get_form_definition_by_key**](sailpoint/v2024/docs/CustomFormsApi.md#get_form_definition_by_key) | **GET** /form-definitions/{formDefinitionID} | Return a form definition. -*CustomFormsApi* | [**get_form_instance_by_key**](sailpoint/v2024/docs/CustomFormsApi.md#get_form_instance_by_key) | **GET** /form-instances/{formInstanceID} | Returns a form instance. -*CustomFormsApi* | [**get_form_instance_file**](sailpoint/v2024/docs/CustomFormsApi.md#get_form_instance_file) | **GET** /form-instances/{formInstanceID}/file/{fileID} | Download instance file by fileId. -*CustomFormsApi* | [**import_form_definitions**](sailpoint/v2024/docs/CustomFormsApi.md#import_form_definitions) | **POST** /form-definitions/import | Import form definitions from export. -*CustomFormsApi* | [**patch_form_definition**](sailpoint/v2024/docs/CustomFormsApi.md#patch_form_definition) | **PATCH** /form-definitions/{formDefinitionID} | Patch a form definition. -*CustomFormsApi* | [**patch_form_instance**](sailpoint/v2024/docs/CustomFormsApi.md#patch_form_instance) | **PATCH** /form-instances/{formInstanceID} | Patch a form instance. -*CustomFormsApi* | [**search_form_definitions_by_tenant**](sailpoint/v2024/docs/CustomFormsApi.md#search_form_definitions_by_tenant) | **GET** /form-definitions | Export form definitions by tenant. -*CustomFormsApi* | [**search_form_element_data_by_element_id**](sailpoint/v2024/docs/CustomFormsApi.md#search_form_element_data_by_element_id) | **GET** /form-instances/{formInstanceID}/data-source/{formElementID} | Retrieves dynamic data by element. -*CustomFormsApi* | [**search_form_instances_by_tenant**](sailpoint/v2024/docs/CustomFormsApi.md#search_form_instances_by_tenant) | **GET** /form-instances | List form instances by tenant. -*CustomFormsApi* | [**search_pre_defined_select_options**](sailpoint/v2024/docs/CustomFormsApi.md#search_pre_defined_select_options) | **GET** /form-definitions/predefined-select-options | List predefined select options. -*CustomFormsApi* | [**show_preview_data_source**](sailpoint/v2024/docs/CustomFormsApi.md#show_preview_data_source) | **POST** /form-definitions/{formDefinitionID}/data-source | Preview form definition data source. -*CustomPasswordInstructionsApi* | [**create_custom_password_instructions**](sailpoint/v2024/docs/CustomPasswordInstructionsApi.md#create_custom_password_instructions) | **POST** /custom-password-instructions | Create Custom Password Instructions -*CustomPasswordInstructionsApi* | [**delete_custom_password_instructions**](sailpoint/v2024/docs/CustomPasswordInstructionsApi.md#delete_custom_password_instructions) | **DELETE** /custom-password-instructions/{pageId} | Delete Custom Password Instructions by page ID -*CustomPasswordInstructionsApi* | [**get_custom_password_instructions**](sailpoint/v2024/docs/CustomPasswordInstructionsApi.md#get_custom_password_instructions) | **GET** /custom-password-instructions/{pageId} | Get Custom Password Instructions by Page ID -*DataSegmentationApi* | [**create_data_segment**](sailpoint/v2024/docs/DataSegmentationApi.md#create_data_segment) | **POST** /data-segments | Create Segment -*DataSegmentationApi* | [**delete_data_segment**](sailpoint/v2024/docs/DataSegmentationApi.md#delete_data_segment) | **DELETE** /data-segments/{segmentId} | Delete Segment by ID -*DataSegmentationApi* | [**get_data_segment**](sailpoint/v2024/docs/DataSegmentationApi.md#get_data_segment) | **GET** /data-segments/{segmentId} | Get Segment by ID -*DataSegmentationApi* | [**get_data_segment_identity_membership**](sailpoint/v2024/docs/DataSegmentationApi.md#get_data_segment_identity_membership) | **GET** /data-segments/membership/{identityId} | Get SegmentMembership by Identity ID -*DataSegmentationApi* | [**get_data_segmentation_enabled_for_user**](sailpoint/v2024/docs/DataSegmentationApi.md#get_data_segmentation_enabled_for_user) | **GET** /data-segments/user-enabled/{identityId} | Is Segmentation enabled by Identity -*DataSegmentationApi* | [**list_data_segments**](sailpoint/v2024/docs/DataSegmentationApi.md#list_data_segments) | **GET** /data-segments | Get Segments -*DataSegmentationApi* | [**patch_data_segment**](sailpoint/v2024/docs/DataSegmentationApi.md#patch_data_segment) | **PATCH** /data-segments/{segmentId} | Update Segment -*DataSegmentationApi* | [**publish_data_segment**](sailpoint/v2024/docs/DataSegmentationApi.md#publish_data_segment) | **POST** /data-segments/{segmentId} | Publish segment by ID -*DimensionsApi* | [**create_dimension**](sailpoint/v2024/docs/DimensionsApi.md#create_dimension) | **POST** /roles/{roleId}/dimensions | Create a Dimension -*DimensionsApi* | [**delete_bulk_dimensions**](sailpoint/v2024/docs/DimensionsApi.md#delete_bulk_dimensions) | **POST** /roles/{roleId}/dimensions/bulk-delete | Delete Dimension(s) -*DimensionsApi* | [**delete_dimension**](sailpoint/v2024/docs/DimensionsApi.md#delete_dimension) | **DELETE** /roles/{roleId}/dimensions/{dimensionId} | Delete a Dimension -*DimensionsApi* | [**get_dimension**](sailpoint/v2024/docs/DimensionsApi.md#get_dimension) | **GET** /roles/{roleId}/dimensions/{dimensionId} | Get a Dimension under Role. -*DimensionsApi* | [**get_dimension_entitlements**](sailpoint/v2024/docs/DimensionsApi.md#get_dimension_entitlements) | **GET** /roles/{roleId}/dimensions/{dimensionId}/entitlements | List Dimension's Entitlements -*DimensionsApi* | [**list_dimension_access_profiles**](sailpoint/v2024/docs/DimensionsApi.md#list_dimension_access_profiles) | **GET** /roles/{roleId}/dimensions/{dimensionId}/access-profiles | List Dimension's Access Profiles -*DimensionsApi* | [**list_dimensions**](sailpoint/v2024/docs/DimensionsApi.md#list_dimensions) | **GET** /roles/{roleId}/dimensions | List Dimensions -*DimensionsApi* | [**patch_dimension**](sailpoint/v2024/docs/DimensionsApi.md#patch_dimension) | **PATCH** /roles/{roleId}/dimensions/{dimensionId} | Patch a specified Dimension -*EntitlementsApi* | [**create_access_model_metadata_for_entitlement**](sailpoint/v2024/docs/EntitlementsApi.md#create_access_model_metadata_for_entitlement) | **POST** /entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue} | Add metadata to an entitlement. -*EntitlementsApi* | [**delete_access_model_metadata_from_entitlement**](sailpoint/v2024/docs/EntitlementsApi.md#delete_access_model_metadata_from_entitlement) | **DELETE** /entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue} | Remove metadata from an entitlement. -*EntitlementsApi* | [**get_entitlement**](sailpoint/v2024/docs/EntitlementsApi.md#get_entitlement) | **GET** /entitlements/{id} | Get an entitlement -*EntitlementsApi* | [**get_entitlement_request_config**](sailpoint/v2024/docs/EntitlementsApi.md#get_entitlement_request_config) | **GET** /entitlements/{id}/entitlement-request-config | Get Entitlement Request Config -*EntitlementsApi* | [**import_entitlements_by_source**](sailpoint/v2024/docs/EntitlementsApi.md#import_entitlements_by_source) | **POST** /entitlements/aggregate/sources/{id} | Aggregate Entitlements -*EntitlementsApi* | [**list_entitlement_children**](sailpoint/v2024/docs/EntitlementsApi.md#list_entitlement_children) | **GET** /entitlements/{id}/children | List of entitlements children -*EntitlementsApi* | [**list_entitlement_parents**](sailpoint/v2024/docs/EntitlementsApi.md#list_entitlement_parents) | **GET** /entitlements/{id}/parents | List of entitlements parents -*EntitlementsApi* | [**list_entitlements**](sailpoint/v2024/docs/EntitlementsApi.md#list_entitlements) | **GET** /entitlements | Gets a list of entitlements. -*EntitlementsApi* | [**patch_entitlement**](sailpoint/v2024/docs/EntitlementsApi.md#patch_entitlement) | **PATCH** /entitlements/{id} | Patch an entitlement -*EntitlementsApi* | [**put_entitlement_request_config**](sailpoint/v2024/docs/EntitlementsApi.md#put_entitlement_request_config) | **PUT** /entitlements/{id}/entitlement-request-config | Replace Entitlement Request Config -*EntitlementsApi* | [**reset_source_entitlements**](sailpoint/v2024/docs/EntitlementsApi.md#reset_source_entitlements) | **POST** /entitlements/reset/sources/{id} | Reset Source Entitlements -*EntitlementsApi* | [**update_entitlements_in_bulk**](sailpoint/v2024/docs/EntitlementsApi.md#update_entitlements_in_bulk) | **POST** /entitlements/bulk-update | Bulk update an entitlement list -*GlobalTenantSecuritySettingsApi* | [**create_auth_org_network_config**](sailpoint/v2024/docs/GlobalTenantSecuritySettingsApi.md#create_auth_org_network_config) | **POST** /auth-org/network-config | Create security network configuration. -*GlobalTenantSecuritySettingsApi* | [**get_auth_org_network_config**](sailpoint/v2024/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_network_config) | **GET** /auth-org/network-config | Get security network configuration. -*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_network_config**](sailpoint/v2024/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_network_config) | **PATCH** /auth-org/network-config | Update security network configuration. -*GovernanceGroupsApi* | [**create_workgroup**](sailpoint/v2024/docs/GovernanceGroupsApi.md#create_workgroup) | **POST** /workgroups | Create a new Governance Group. -*GovernanceGroupsApi* | [**delete_workgroup**](sailpoint/v2024/docs/GovernanceGroupsApi.md#delete_workgroup) | **DELETE** /workgroups/{id} | Delete a Governance Group -*GovernanceGroupsApi* | [**delete_workgroup_members**](sailpoint/v2024/docs/GovernanceGroupsApi.md#delete_workgroup_members) | **POST** /workgroups/{workgroupId}/members/bulk-delete | Remove members from Governance Group -*GovernanceGroupsApi* | [**delete_workgroups_in_bulk**](sailpoint/v2024/docs/GovernanceGroupsApi.md#delete_workgroups_in_bulk) | **POST** /workgroups/bulk-delete | Delete Governance Group(s) -*GovernanceGroupsApi* | [**get_workgroup**](sailpoint/v2024/docs/GovernanceGroupsApi.md#get_workgroup) | **GET** /workgroups/{id} | Get Governance Group by Id -*GovernanceGroupsApi* | [**list_connections**](sailpoint/v2024/docs/GovernanceGroupsApi.md#list_connections) | **GET** /workgroups/{workgroupId}/connections | List connections for Governance Group -*GovernanceGroupsApi* | [**list_workgroup_members**](sailpoint/v2024/docs/GovernanceGroupsApi.md#list_workgroup_members) | **GET** /workgroups/{workgroupId}/members | List Governance Group Members -*GovernanceGroupsApi* | [**list_workgroups**](sailpoint/v2024/docs/GovernanceGroupsApi.md#list_workgroups) | **GET** /workgroups | List Governance Groups -*GovernanceGroupsApi* | [**patch_workgroup**](sailpoint/v2024/docs/GovernanceGroupsApi.md#patch_workgroup) | **PATCH** /workgroups/{id} | Patch a Governance Group -*GovernanceGroupsApi* | [**update_workgroup_members**](sailpoint/v2024/docs/GovernanceGroupsApi.md#update_workgroup_members) | **POST** /workgroups/{workgroupId}/members/bulk-add | Add members to Governance Group -*IAIAccessRequestRecommendationsApi* | [**add_access_request_recommendations_ignored_item**](sailpoint/v2024/docs/IAIAccessRequestRecommendationsApi.md#add_access_request_recommendations_ignored_item) | **POST** /ai-access-request-recommendations/ignored-items | Notification of Ignored Access Request Recommendations -*IAIAccessRequestRecommendationsApi* | [**add_access_request_recommendations_requested_item**](sailpoint/v2024/docs/IAIAccessRequestRecommendationsApi.md#add_access_request_recommendations_requested_item) | **POST** /ai-access-request-recommendations/requested-items | Notification of Requested Access Request Recommendations -*IAIAccessRequestRecommendationsApi* | [**add_access_request_recommendations_viewed_item**](sailpoint/v2024/docs/IAIAccessRequestRecommendationsApi.md#add_access_request_recommendations_viewed_item) | **POST** /ai-access-request-recommendations/viewed-items | Notification of Viewed Access Request Recommendations -*IAIAccessRequestRecommendationsApi* | [**add_access_request_recommendations_viewed_items**](sailpoint/v2024/docs/IAIAccessRequestRecommendationsApi.md#add_access_request_recommendations_viewed_items) | **POST** /ai-access-request-recommendations/viewed-items/bulk-create | Notification of Viewed Access Request Recommendations in Bulk -*IAIAccessRequestRecommendationsApi* | [**get_access_request_recommendations**](sailpoint/v2024/docs/IAIAccessRequestRecommendationsApi.md#get_access_request_recommendations) | **GET** /ai-access-request-recommendations | Identity Access Request Recommendations -*IAIAccessRequestRecommendationsApi* | [**get_access_request_recommendations_ignored_items**](sailpoint/v2024/docs/IAIAccessRequestRecommendationsApi.md#get_access_request_recommendations_ignored_items) | **GET** /ai-access-request-recommendations/ignored-items | List of Ignored Access Request Recommendations -*IAIAccessRequestRecommendationsApi* | [**get_access_request_recommendations_requested_items**](sailpoint/v2024/docs/IAIAccessRequestRecommendationsApi.md#get_access_request_recommendations_requested_items) | **GET** /ai-access-request-recommendations/requested-items | List of Requested Access Request Recommendations -*IAIAccessRequestRecommendationsApi* | [**get_access_request_recommendations_viewed_items**](sailpoint/v2024/docs/IAIAccessRequestRecommendationsApi.md#get_access_request_recommendations_viewed_items) | **GET** /ai-access-request-recommendations/viewed-items | List of Viewed Access Request Recommendations -*IAICommonAccessApi* | [**create_common_access**](sailpoint/v2024/docs/IAICommonAccessApi.md#create_common_access) | **POST** /common-access | Create common access items -*IAICommonAccessApi* | [**get_common_access**](sailpoint/v2024/docs/IAICommonAccessApi.md#get_common_access) | **GET** /common-access | Get a paginated list of common access -*IAICommonAccessApi* | [**update_common_access_status_in_bulk**](sailpoint/v2024/docs/IAICommonAccessApi.md#update_common_access_status_in_bulk) | **POST** /common-access/update-status | Bulk update common access status -*IAIOutliersApi* | [**export_outliers_zip**](sailpoint/v2024/docs/IAIOutliersApi.md#export_outliers_zip) | **GET** /outliers/export | IAI Identity Outliers Export -*IAIOutliersApi* | [**get_identity_outlier_snapshots**](sailpoint/v2024/docs/IAIOutliersApi.md#get_identity_outlier_snapshots) | **GET** /outlier-summaries | IAI Identity Outliers Summary -*IAIOutliersApi* | [**get_identity_outliers**](sailpoint/v2024/docs/IAIOutliersApi.md#get_identity_outliers) | **GET** /outliers | IAI Get Identity Outliers -*IAIOutliersApi* | [**get_latest_identity_outlier_snapshots**](sailpoint/v2024/docs/IAIOutliersApi.md#get_latest_identity_outlier_snapshots) | **GET** /outlier-summaries/latest | IAI Identity Outliers Latest Summary -*IAIOutliersApi* | [**get_outlier_contributing_feature_summary**](sailpoint/v2024/docs/IAIOutliersApi.md#get_outlier_contributing_feature_summary) | **GET** /outlier-feature-summaries/{outlierFeatureId} | Get identity outlier contibuting feature summary -*IAIOutliersApi* | [**get_peer_group_outliers_contributing_features**](sailpoint/v2024/docs/IAIOutliersApi.md#get_peer_group_outliers_contributing_features) | **GET** /outliers/{outlierId}/contributing-features | Get identity outlier's contibuting features -*IAIOutliersApi* | [**ignore_identity_outliers**](sailpoint/v2024/docs/IAIOutliersApi.md#ignore_identity_outliers) | **POST** /outliers/ignore | IAI Identity Outliers Ignore -*IAIOutliersApi* | [**list_outliers_contributing_feature_access_items**](sailpoint/v2024/docs/IAIOutliersApi.md#list_outliers_contributing_feature_access_items) | **GET** /outliers/{outlierId}/feature-details/{contributingFeatureName}/access-items | Gets a list of access items associated with each identity outlier contributing feature -*IAIOutliersApi* | [**un_ignore_identity_outliers**](sailpoint/v2024/docs/IAIOutliersApi.md#un_ignore_identity_outliers) | **POST** /outliers/unignore | IAI Identity Outliers Unignore -*IAIPeerGroupStrategiesApi* | [**get_peer_group_outliers**](sailpoint/v2024/docs/IAIPeerGroupStrategiesApi.md#get_peer_group_outliers) | **GET** /peer-group-strategies/{strategy}/identity-outliers | Identity Outliers List -*IAIRecommendationsApi* | [**get_recommendations**](sailpoint/v2024/docs/IAIRecommendationsApi.md#get_recommendations) | **POST** /recommendations/request | Returns a Recommendation Based on Object -*IAIRecommendationsApi* | [**get_recommendations_config**](sailpoint/v2024/docs/IAIRecommendationsApi.md#get_recommendations_config) | **GET** /recommendations/config | Get certification recommendation config values -*IAIRecommendationsApi* | [**update_recommendations_config**](sailpoint/v2024/docs/IAIRecommendationsApi.md#update_recommendations_config) | **PUT** /recommendations/config | Update certification recommendation config values -*IAIRoleMiningApi* | [**create_potential_role_provision_request**](sailpoint/v2024/docs/IAIRoleMiningApi.md#create_potential_role_provision_request) | **POST** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/provision | Create request to provision a potential role into an actual role. -*IAIRoleMiningApi* | [**create_role_mining_sessions**](sailpoint/v2024/docs/IAIRoleMiningApi.md#create_role_mining_sessions) | **POST** /role-mining-sessions | Create a role mining session -*IAIRoleMiningApi* | [**download_role_mining_potential_role_zip**](sailpoint/v2024/docs/IAIRoleMiningApi.md#download_role_mining_potential_role_zip) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-async/{exportId}/download | Export (download) details for a potential role in a role mining session -*IAIRoleMiningApi* | [**export_role_mining_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#export_role_mining_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export | Export (download) details for a potential role in a role mining session -*IAIRoleMiningApi* | [**export_role_mining_potential_role_async**](sailpoint/v2024/docs/IAIRoleMiningApi.md#export_role_mining_potential_role_async) | **POST** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-async | Asynchronously export details for a potential role in a role mining session and upload to S3 -*IAIRoleMiningApi* | [**export_role_mining_potential_role_status**](sailpoint/v2024/docs/IAIRoleMiningApi.md#export_role_mining_potential_role_status) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-async/{exportId} | Retrieve status of a potential role export job -*IAIRoleMiningApi* | [**get_all_potential_role_summaries**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_all_potential_role_summaries) | **GET** /role-mining-potential-roles | Retrieves all potential role summaries -*IAIRoleMiningApi* | [**get_entitlement_distribution_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_entitlement_distribution_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/entitlement-popularity-distribution | Retrieves entitlement popularity distribution for a potential role in a role mining session -*IAIRoleMiningApi* | [**get_entitlements_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_entitlements_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/entitlement-popularities | Retrieves entitlements for a potential role in a role mining session -*IAIRoleMiningApi* | [**get_excluded_entitlements_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_excluded_entitlements_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/excluded-entitlements | Retrieves excluded entitlements for a potential role in a role mining session -*IAIRoleMiningApi* | [**get_identities_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_identities_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/identities | Retrieves identities for a potential role in a role mining session -*IAIRoleMiningApi* | [**get_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId} | Retrieves a specific potential role -*IAIRoleMiningApi* | [**get_potential_role_applications**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_potential_role_applications) | **GET** /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}/applications | Retrieves the applications of a potential role for a role mining session -*IAIRoleMiningApi* | [**get_potential_role_entitlements**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_potential_role_entitlements) | **GET** /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}/entitlements | Retrieves the entitlements of a potential role for a role mining session -*IAIRoleMiningApi* | [**get_potential_role_source_identity_usage**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_potential_role_source_identity_usage) | **GET** /role-mining-potential-roles/{potentialRoleId}/sources/{sourceId}/identityUsage | Retrieves potential role source usage -*IAIRoleMiningApi* | [**get_potential_role_summaries**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_potential_role_summaries) | **GET** /role-mining-sessions/{sessionId}/potential-role-summaries | Retrieves all potential role summaries -*IAIRoleMiningApi* | [**get_role_mining_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_role_mining_potential_role) | **GET** /role-mining-potential-roles/{potentialRoleId} | Retrieves a specific potential role -*IAIRoleMiningApi* | [**get_role_mining_session**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_role_mining_session) | **GET** /role-mining-sessions/{sessionId} | Get a role mining session -*IAIRoleMiningApi* | [**get_role_mining_session_status**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_role_mining_session_status) | **GET** /role-mining-sessions/{sessionId}/status | Get role mining session status state -*IAIRoleMiningApi* | [**get_role_mining_sessions**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_role_mining_sessions) | **GET** /role-mining-sessions | Retrieves all role mining sessions -*IAIRoleMiningApi* | [**get_saved_potential_roles**](sailpoint/v2024/docs/IAIRoleMiningApi.md#get_saved_potential_roles) | **GET** /role-mining-potential-roles/saved | Retrieves all saved potential roles -*IAIRoleMiningApi* | [**patch_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#patch_potential_role) | **PATCH** /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId} | Update a potential role -*IAIRoleMiningApi* | [**patch_potential_role_0**](sailpoint/v2024/docs/IAIRoleMiningApi.md#patch_potential_role_0) | **PATCH** /role-mining-potential-roles/{potentialRoleId} | Update a potential role -*IAIRoleMiningApi* | [**patch_role_mining_session**](sailpoint/v2024/docs/IAIRoleMiningApi.md#patch_role_mining_session) | **PATCH** /role-mining-sessions/{sessionId} | Patch a role mining session -*IAIRoleMiningApi* | [**update_entitlements_potential_role**](sailpoint/v2024/docs/IAIRoleMiningApi.md#update_entitlements_potential_role) | **POST** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/edit-entitlements | Edit entitlements for a potential role to exclude some entitlements -*IconsApi* | [**delete_icon**](sailpoint/v2024/docs/IconsApi.md#delete_icon) | **DELETE** /icons/{objectType}/{objectId} | Delete an icon -*IconsApi* | [**set_icon**](sailpoint/v2024/docs/IconsApi.md#set_icon) | **PUT** /icons/{objectType}/{objectId} | Update an icon -*IdentitiesApi* | [**delete_identity**](sailpoint/v2024/docs/IdentitiesApi.md#delete_identity) | **DELETE** /identities/{id} | Delete identity -*IdentitiesApi* | [**get_identity**](sailpoint/v2024/docs/IdentitiesApi.md#get_identity) | **GET** /identities/{id} | Identity Details -*IdentitiesApi* | [**get_identity_ownership_details**](sailpoint/v2024/docs/IdentitiesApi.md#get_identity_ownership_details) | **GET** /identities/{identityId}/ownership | Get ownership details -*IdentitiesApi* | [**get_role_assignment**](sailpoint/v2024/docs/IdentitiesApi.md#get_role_assignment) | **GET** /identities/{identityId}/role-assignments/{assignmentId} | Role assignment details -*IdentitiesApi* | [**get_role_assignments**](sailpoint/v2024/docs/IdentitiesApi.md#get_role_assignments) | **GET** /identities/{identityId}/role-assignments | List role assignments -*IdentitiesApi* | [**list_identities**](sailpoint/v2024/docs/IdentitiesApi.md#list_identities) | **GET** /identities | List Identities -*IdentitiesApi* | [**reset_identity**](sailpoint/v2024/docs/IdentitiesApi.md#reset_identity) | **POST** /identities/{id}/reset | Reset an identity -*IdentitiesApi* | [**send_identity_verification_account_token**](sailpoint/v2024/docs/IdentitiesApi.md#send_identity_verification_account_token) | **POST** /identities/{id}/verification/account/send | Send password reset email -*IdentitiesApi* | [**start_identities_invite**](sailpoint/v2024/docs/IdentitiesApi.md#start_identities_invite) | **POST** /identities/invite | Invite identities to register -*IdentitiesApi* | [**start_identity_processing**](sailpoint/v2024/docs/IdentitiesApi.md#start_identity_processing) | **POST** /identities/process | Process a list of identityIds -*IdentitiesApi* | [**synchronize_attributes_for_identity**](sailpoint/v2024/docs/IdentitiesApi.md#synchronize_attributes_for_identity) | **POST** /identities/{identityId}/synchronize-attributes | Attribute synchronization for single identity. -*IdentityAttributesApi* | [**create_identity_attribute**](sailpoint/v2024/docs/IdentityAttributesApi.md#create_identity_attribute) | **POST** /identity-attributes | Create Identity Attribute -*IdentityAttributesApi* | [**delete_identity_attribute**](sailpoint/v2024/docs/IdentityAttributesApi.md#delete_identity_attribute) | **DELETE** /identity-attributes/{name} | Delete Identity Attribute -*IdentityAttributesApi* | [**delete_identity_attributes_in_bulk**](sailpoint/v2024/docs/IdentityAttributesApi.md#delete_identity_attributes_in_bulk) | **DELETE** /identity-attributes/bulk-delete | Bulk delete Identity Attributes -*IdentityAttributesApi* | [**get_identity_attribute**](sailpoint/v2024/docs/IdentityAttributesApi.md#get_identity_attribute) | **GET** /identity-attributes/{name} | Get Identity Attribute -*IdentityAttributesApi* | [**list_identity_attributes**](sailpoint/v2024/docs/IdentityAttributesApi.md#list_identity_attributes) | **GET** /identity-attributes | List Identity Attributes -*IdentityAttributesApi* | [**put_identity_attribute**](sailpoint/v2024/docs/IdentityAttributesApi.md#put_identity_attribute) | **PUT** /identity-attributes/{name} | Update Identity Attribute -*IdentityHistoryApi* | [**compare_identity_snapshots**](sailpoint/v2024/docs/IdentityHistoryApi.md#compare_identity_snapshots) | **GET** /historical-identities/{id}/compare | Gets a difference of count for each access item types for the given identity between 2 snapshots -*IdentityHistoryApi* | [**compare_identity_snapshots_access_type**](sailpoint/v2024/docs/IdentityHistoryApi.md#compare_identity_snapshots_access_type) | **GET** /historical-identities/{id}/compare/{access-type} | Gets a list of differences of specific accessType for the given identity between 2 snapshots -*IdentityHistoryApi* | [**get_historical_identity**](sailpoint/v2024/docs/IdentityHistoryApi.md#get_historical_identity) | **GET** /historical-identities/{id} | Get latest snapshot of identity -*IdentityHistoryApi* | [**get_historical_identity_events**](sailpoint/v2024/docs/IdentityHistoryApi.md#get_historical_identity_events) | **GET** /historical-identities/{id}/events | Lists all events for the given identity -*IdentityHistoryApi* | [**get_identity_snapshot**](sailpoint/v2024/docs/IdentityHistoryApi.md#get_identity_snapshot) | **GET** /historical-identities/{id}/snapshots/{date} | Gets an identity snapshot at a given date -*IdentityHistoryApi* | [**get_identity_snapshot_summary**](sailpoint/v2024/docs/IdentityHistoryApi.md#get_identity_snapshot_summary) | **GET** /historical-identities/{id}/snapshot-summary | Gets the summary for the event count for a specific identity -*IdentityHistoryApi* | [**get_identity_start_date**](sailpoint/v2024/docs/IdentityHistoryApi.md#get_identity_start_date) | **GET** /historical-identities/{id}/start-date | Gets the start date of the identity -*IdentityHistoryApi* | [**list_historical_identities**](sailpoint/v2024/docs/IdentityHistoryApi.md#list_historical_identities) | **GET** /historical-identities | Lists all the identities -*IdentityHistoryApi* | [**list_identity_access_items**](sailpoint/v2024/docs/IdentityHistoryApi.md#list_identity_access_items) | **GET** /historical-identities/{id}/access-items | List Access Items by Identity -*IdentityHistoryApi* | [**list_identity_snapshot_access_items**](sailpoint/v2024/docs/IdentityHistoryApi.md#list_identity_snapshot_access_items) | **GET** /historical-identities/{id}/snapshots/{date}/access-items | Gets the list of identity access items at a given date filterd by item type -*IdentityHistoryApi* | [**list_identity_snapshots**](sailpoint/v2024/docs/IdentityHistoryApi.md#list_identity_snapshots) | **GET** /historical-identities/{id}/snapshots | Lists all the snapshots for the identity -*IdentityProfilesApi* | [**create_identity_profile**](sailpoint/v2024/docs/IdentityProfilesApi.md#create_identity_profile) | **POST** /identity-profiles | Create an Identity Profile -*IdentityProfilesApi* | [**delete_identity_profile**](sailpoint/v2024/docs/IdentityProfilesApi.md#delete_identity_profile) | **DELETE** /identity-profiles/{identity-profile-id} | Delete an Identity Profile -*IdentityProfilesApi* | [**delete_identity_profiles**](sailpoint/v2024/docs/IdentityProfilesApi.md#delete_identity_profiles) | **POST** /identity-profiles/bulk-delete | Delete Identity Profiles -*IdentityProfilesApi* | [**export_identity_profiles**](sailpoint/v2024/docs/IdentityProfilesApi.md#export_identity_profiles) | **GET** /identity-profiles/export | Export Identity Profiles -*IdentityProfilesApi* | [**get_default_identity_attribute_config**](sailpoint/v2024/docs/IdentityProfilesApi.md#get_default_identity_attribute_config) | **GET** /identity-profiles/{identity-profile-id}/default-identity-attribute-config | Get default Identity Attribute Config -*IdentityProfilesApi* | [**get_identity_profile**](sailpoint/v2024/docs/IdentityProfilesApi.md#get_identity_profile) | **GET** /identity-profiles/{identity-profile-id} | Get single Identity Profile -*IdentityProfilesApi* | [**import_identity_profiles**](sailpoint/v2024/docs/IdentityProfilesApi.md#import_identity_profiles) | **POST** /identity-profiles/import | Import Identity Profiles -*IdentityProfilesApi* | [**list_identity_profiles**](sailpoint/v2024/docs/IdentityProfilesApi.md#list_identity_profiles) | **GET** /identity-profiles | Identity Profiles List -*IdentityProfilesApi* | [**show_identity_preview**](sailpoint/v2024/docs/IdentityProfilesApi.md#show_identity_preview) | **POST** /identity-profiles/identity-preview | Generate Identity Profile Preview -*IdentityProfilesApi* | [**sync_identity_profile**](sailpoint/v2024/docs/IdentityProfilesApi.md#sync_identity_profile) | **POST** /identity-profiles/{identity-profile-id}/process-identities | Process identities under profile -*IdentityProfilesApi* | [**update_identity_profile**](sailpoint/v2024/docs/IdentityProfilesApi.md#update_identity_profile) | **PATCH** /identity-profiles/{identity-profile-id} | Update the Identity Profile -*LifecycleStatesApi* | [**create_lifecycle_state**](sailpoint/v2024/docs/LifecycleStatesApi.md#create_lifecycle_state) | **POST** /identity-profiles/{identity-profile-id}/lifecycle-states | Create Lifecycle State -*LifecycleStatesApi* | [**delete_lifecycle_state**](sailpoint/v2024/docs/LifecycleStatesApi.md#delete_lifecycle_state) | **DELETE** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Delete Lifecycle State -*LifecycleStatesApi* | [**get_lifecycle_state**](sailpoint/v2024/docs/LifecycleStatesApi.md#get_lifecycle_state) | **GET** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Get Lifecycle State -*LifecycleStatesApi* | [**get_lifecycle_states**](sailpoint/v2024/docs/LifecycleStatesApi.md#get_lifecycle_states) | **GET** /identity-profiles/{identity-profile-id}/lifecycle-states | Lists LifecycleStates -*LifecycleStatesApi* | [**set_lifecycle_state**](sailpoint/v2024/docs/LifecycleStatesApi.md#set_lifecycle_state) | **POST** /identities/{identity-id}/set-lifecycle-state | Set Lifecycle State -*LifecycleStatesApi* | [**update_lifecycle_states**](sailpoint/v2024/docs/LifecycleStatesApi.md#update_lifecycle_states) | **PATCH** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Update Lifecycle State -*MFAConfigurationApi* | [**get_mfa_duo_config**](sailpoint/v2024/docs/MFAConfigurationApi.md#get_mfa_duo_config) | **GET** /mfa/duo-web/config | Configuration of Duo MFA method -*MFAConfigurationApi* | [**get_mfa_kba_config**](sailpoint/v2024/docs/MFAConfigurationApi.md#get_mfa_kba_config) | **GET** /mfa/kba/config | Configuration of KBA MFA method -*MFAConfigurationApi* | [**get_mfa_okta_config**](sailpoint/v2024/docs/MFAConfigurationApi.md#get_mfa_okta_config) | **GET** /mfa/okta-verify/config | Configuration of Okta MFA method -*MFAConfigurationApi* | [**set_mfa_duo_config**](sailpoint/v2024/docs/MFAConfigurationApi.md#set_mfa_duo_config) | **PUT** /mfa/duo-web/config | Set Duo MFA configuration -*MFAConfigurationApi* | [**set_mfa_okta_config**](sailpoint/v2024/docs/MFAConfigurationApi.md#set_mfa_okta_config) | **PUT** /mfa/okta-verify/config | Set Okta MFA configuration -*MFAConfigurationApi* | [**set_mfakba_config**](sailpoint/v2024/docs/MFAConfigurationApi.md#set_mfakba_config) | **POST** /mfa/kba/config/answers | Set MFA KBA configuration -*MFAConfigurationApi* | [**test_mfa_config**](sailpoint/v2024/docs/MFAConfigurationApi.md#test_mfa_config) | **GET** /mfa/{method}/test | MFA method's test configuration -*ManagedClientsApi* | [**create_managed_client**](sailpoint/v2024/docs/ManagedClientsApi.md#create_managed_client) | **POST** /managed-clients | Create Managed Client -*ManagedClientsApi* | [**delete_managed_client**](sailpoint/v2024/docs/ManagedClientsApi.md#delete_managed_client) | **DELETE** /managed-clients/{id} | Delete Managed Client -*ManagedClientsApi* | [**get_managed_client**](sailpoint/v2024/docs/ManagedClientsApi.md#get_managed_client) | **GET** /managed-clients/{id} | Get Managed Client -*ManagedClientsApi* | [**get_managed_client_status**](sailpoint/v2024/docs/ManagedClientsApi.md#get_managed_client_status) | **GET** /managed-clients/{id}/status | Get Managed Client Status -*ManagedClientsApi* | [**get_managed_clients**](sailpoint/v2024/docs/ManagedClientsApi.md#get_managed_clients) | **GET** /managed-clients | Get Managed Clients -*ManagedClientsApi* | [**update_managed_client**](sailpoint/v2024/docs/ManagedClientsApi.md#update_managed_client) | **PATCH** /managed-clients/{id} | Update Managed Client -*ManagedClustersApi* | [**create_managed_cluster**](sailpoint/v2024/docs/ManagedClustersApi.md#create_managed_cluster) | **POST** /managed-clusters | Create Create Managed Cluster -*ManagedClustersApi* | [**delete_managed_cluster**](sailpoint/v2024/docs/ManagedClustersApi.md#delete_managed_cluster) | **DELETE** /managed-clusters/{id} | Delete Managed Cluster -*ManagedClustersApi* | [**get_client_log_configuration**](sailpoint/v2024/docs/ManagedClustersApi.md#get_client_log_configuration) | **GET** /managed-clusters/{id}/log-config | Get Managed Cluster Log Configuration -*ManagedClustersApi* | [**get_managed_cluster**](sailpoint/v2024/docs/ManagedClustersApi.md#get_managed_cluster) | **GET** /managed-clusters/{id} | Get Managed Cluster -*ManagedClustersApi* | [**get_managed_clusters**](sailpoint/v2024/docs/ManagedClustersApi.md#get_managed_clusters) | **GET** /managed-clusters | Get Managed Clusters -*ManagedClustersApi* | [**put_client_log_configuration**](sailpoint/v2024/docs/ManagedClustersApi.md#put_client_log_configuration) | **PUT** /managed-clusters/{id}/log-config | Update Managed Cluster Log Configuration -*ManagedClustersApi* | [**update_managed_cluster**](sailpoint/v2024/docs/ManagedClustersApi.md#update_managed_cluster) | **PATCH** /managed-clusters/{id} | Update Managed Cluster -*NonEmployeeLifecycleManagementApi* | [**approve_non_employee_request**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#approve_non_employee_request) | **POST** /non-employee-approvals/{id}/approve | Approve a Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**create_non_employee_record**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_record) | **POST** /non-employee-records | Create Non-Employee Record -*NonEmployeeLifecycleManagementApi* | [**create_non_employee_request**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_request) | **POST** /non-employee-requests | Create Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**create_non_employee_source**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_source) | **POST** /non-employee-sources | Create Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**create_non_employee_source_schema_attributes**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_source_schema_attributes) | **POST** /non-employee-sources/{sourceId}/schema-attributes | Create a new Schema Attribute for Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_record**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_record) | **DELETE** /non-employee-records/{id} | Delete Non-Employee Record -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_records_in_bulk**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_records_in_bulk) | **POST** /non-employee-records/bulk-delete | Delete Multiple Non-Employee Records -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_request**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_request) | **DELETE** /non-employee-requests/{id} | Delete Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_schema_attribute**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_schema_attribute) | **DELETE** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Delete a Schema Attribute for Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_source**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_source) | **DELETE** /non-employee-sources/{sourceId} | Delete Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_source_schema_attributes**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_source_schema_attributes) | **DELETE** /non-employee-sources/{sourceId}/schema-attributes | Delete all custom schema attributes for Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**export_non_employee_records**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#export_non_employee_records) | **GET** /non-employee-sources/{id}/non-employees/download | Exports Non-Employee Records to CSV -*NonEmployeeLifecycleManagementApi* | [**export_non_employee_source_schema_template**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#export_non_employee_source_schema_template) | **GET** /non-employee-sources/{id}/schema-attributes-template/download | Exports Source Schema Template -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_approval**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_approval) | **GET** /non-employee-approvals/{id} | Get a non-employee approval item detail -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_approval_summary**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_approval_summary) | **GET** /non-employee-approvals/summary/{requested-for} | Get Summary of Non-Employee Approval Requests -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_bulk_upload_status**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_bulk_upload_status) | **GET** /non-employee-sources/{id}/non-employee-bulk-upload/status | Obtain the status of bulk upload on the source -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_record**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_record) | **GET** /non-employee-records/{id} | Get a Non-Employee Record -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_request**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_request) | **GET** /non-employee-requests/{id} | Get a Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_request_summary**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_request_summary) | **GET** /non-employee-requests/summary/{requested-for} | Get Summary of Non-Employee Requests -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_schema_attribute**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_schema_attribute) | **GET** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Get Schema Attribute Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_source**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_source) | **GET** /non-employee-sources/{sourceId} | Get a Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_source_schema_attributes**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_source_schema_attributes) | **GET** /non-employee-sources/{sourceId}/schema-attributes | List Schema Attributes Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**import_non_employee_records_in_bulk**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#import_non_employee_records_in_bulk) | **POST** /non-employee-sources/{id}/non-employee-bulk-upload | Imports, or Updates, Non-Employee Records -*NonEmployeeLifecycleManagementApi* | [**list_non_employee_approvals**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_approvals) | **GET** /non-employee-approvals | Get List of Non-Employee Approval Requests -*NonEmployeeLifecycleManagementApi* | [**list_non_employee_records**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_records) | **GET** /non-employee-records | List Non-Employee Records -*NonEmployeeLifecycleManagementApi* | [**list_non_employee_requests**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_requests) | **GET** /non-employee-requests | List Non-Employee Requests -*NonEmployeeLifecycleManagementApi* | [**list_non_employee_sources**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_sources) | **GET** /non-employee-sources | List Non-Employee Sources -*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_record**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_record) | **PATCH** /non-employee-records/{id} | Patch Non-Employee Record -*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_schema_attribute**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_schema_attribute) | **PATCH** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Patch a Schema Attribute for Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_source**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_source) | **PATCH** /non-employee-sources/{sourceId} | Patch a Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**reject_non_employee_request**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#reject_non_employee_request) | **POST** /non-employee-approvals/{id}/reject | Reject a Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**update_non_employee_record**](sailpoint/v2024/docs/NonEmployeeLifecycleManagementApi.md#update_non_employee_record) | **PUT** /non-employee-records/{id} | Update Non-Employee Record -*NotificationsApi* | [**create_domain_dkim**](sailpoint/v2024/docs/NotificationsApi.md#create_domain_dkim) | **POST** /verified-domains | Verify domain address via DKIM -*NotificationsApi* | [**create_notification_template**](sailpoint/v2024/docs/NotificationsApi.md#create_notification_template) | **POST** /notification-templates | Create Notification Template -*NotificationsApi* | [**create_verified_from_address**](sailpoint/v2024/docs/NotificationsApi.md#create_verified_from_address) | **POST** /verified-from-addresses | Create Verified From Address -*NotificationsApi* | [**delete_notification_templates_in_bulk**](sailpoint/v2024/docs/NotificationsApi.md#delete_notification_templates_in_bulk) | **POST** /notification-templates/bulk-delete | Bulk Delete Notification Templates -*NotificationsApi* | [**delete_verified_from_address**](sailpoint/v2024/docs/NotificationsApi.md#delete_verified_from_address) | **DELETE** /verified-from-addresses/{id} | Delete Verified From Address -*NotificationsApi* | [**get_dkim_attributes**](sailpoint/v2024/docs/NotificationsApi.md#get_dkim_attributes) | **GET** /verified-domains | Get DKIM Attributes -*NotificationsApi* | [**get_mail_from_attributes**](sailpoint/v2024/docs/NotificationsApi.md#get_mail_from_attributes) | **GET** /mail-from-attributes/{identity} | Get MAIL FROM Attributes -*NotificationsApi* | [**get_notification_template**](sailpoint/v2024/docs/NotificationsApi.md#get_notification_template) | **GET** /notification-templates/{id} | Get Notification Template By Id -*NotificationsApi* | [**get_notifications_template_context**](sailpoint/v2024/docs/NotificationsApi.md#get_notifications_template_context) | **GET** /notification-template-context | Get Notification Template Context -*NotificationsApi* | [**list_from_addresses**](sailpoint/v2024/docs/NotificationsApi.md#list_from_addresses) | **GET** /verified-from-addresses | List From Addresses -*NotificationsApi* | [**list_notification_preferences**](sailpoint/v2024/docs/NotificationsApi.md#list_notification_preferences) | **GET** /notification-preferences/{key} | List Notification Preferences for tenant. -*NotificationsApi* | [**list_notification_template_defaults**](sailpoint/v2024/docs/NotificationsApi.md#list_notification_template_defaults) | **GET** /notification-template-defaults | List Notification Template Defaults -*NotificationsApi* | [**list_notification_templates**](sailpoint/v2024/docs/NotificationsApi.md#list_notification_templates) | **GET** /notification-templates | List Notification Templates -*NotificationsApi* | [**put_mail_from_attributes**](sailpoint/v2024/docs/NotificationsApi.md#put_mail_from_attributes) | **PUT** /mail-from-attributes | Change MAIL FROM domain -*NotificationsApi* | [**send_test_notification**](sailpoint/v2024/docs/NotificationsApi.md#send_test_notification) | **POST** /send-test-notification | Send Test Notification -*OAuthClientsApi* | [**create_oauth_client**](sailpoint/v2024/docs/OAuthClientsApi.md#create_oauth_client) | **POST** /oauth-clients | Create OAuth Client -*OAuthClientsApi* | [**delete_oauth_client**](sailpoint/v2024/docs/OAuthClientsApi.md#delete_oauth_client) | **DELETE** /oauth-clients/{id} | Delete OAuth Client -*OAuthClientsApi* | [**get_oauth_client**](sailpoint/v2024/docs/OAuthClientsApi.md#get_oauth_client) | **GET** /oauth-clients/{id} | Get OAuth Client -*OAuthClientsApi* | [**list_oauth_clients**](sailpoint/v2024/docs/OAuthClientsApi.md#list_oauth_clients) | **GET** /oauth-clients | List OAuth Clients -*OAuthClientsApi* | [**patch_oauth_client**](sailpoint/v2024/docs/OAuthClientsApi.md#patch_oauth_client) | **PATCH** /oauth-clients/{id} | Patch OAuth Client -*OrgConfigApi* | [**get_org_config**](sailpoint/v2024/docs/OrgConfigApi.md#get_org_config) | **GET** /org-config | Get Org Config Settings -*OrgConfigApi* | [**get_valid_time_zones**](sailpoint/v2024/docs/OrgConfigApi.md#get_valid_time_zones) | **GET** /org-config/valid-time-zones | Get Valid Time Zones -*OrgConfigApi* | [**patch_org_config**](sailpoint/v2024/docs/OrgConfigApi.md#patch_org_config) | **PATCH** /org-config | Patch Org Config -*PasswordConfigurationApi* | [**create_password_org_config**](sailpoint/v2024/docs/PasswordConfigurationApi.md#create_password_org_config) | **POST** /password-org-config | Create Password Org Config -*PasswordConfigurationApi* | [**get_password_org_config**](sailpoint/v2024/docs/PasswordConfigurationApi.md#get_password_org_config) | **GET** /password-org-config | Get Password Org Config -*PasswordConfigurationApi* | [**put_password_org_config**](sailpoint/v2024/docs/PasswordConfigurationApi.md#put_password_org_config) | **PUT** /password-org-config | Update Password Org Config -*PasswordDictionaryApi* | [**get_password_dictionary**](sailpoint/v2024/docs/PasswordDictionaryApi.md#get_password_dictionary) | **GET** /password-dictionary | Get Password Dictionary -*PasswordDictionaryApi* | [**put_password_dictionary**](sailpoint/v2024/docs/PasswordDictionaryApi.md#put_password_dictionary) | **PUT** /password-dictionary | Update Password Dictionary -*PasswordManagementApi* | [**create_digit_token**](sailpoint/v2024/docs/PasswordManagementApi.md#create_digit_token) | **POST** /generate-password-reset-token/digit | Generate a digit token -*PasswordManagementApi* | [**get_password_change_status**](sailpoint/v2024/docs/PasswordManagementApi.md#get_password_change_status) | **GET** /password-change-status/{id} | Get Password Change Request Status -*PasswordManagementApi* | [**query_password_info**](sailpoint/v2024/docs/PasswordManagementApi.md#query_password_info) | **POST** /query-password-info | Query Password Info -*PasswordManagementApi* | [**set_password**](sailpoint/v2024/docs/PasswordManagementApi.md#set_password) | **POST** /set-password | Set Identity's Password -*PasswordPoliciesApi* | [**create_password_policy**](sailpoint/v2024/docs/PasswordPoliciesApi.md#create_password_policy) | **POST** /password-policies | Create Password Policy -*PasswordPoliciesApi* | [**delete_password_policy**](sailpoint/v2024/docs/PasswordPoliciesApi.md#delete_password_policy) | **DELETE** /password-policies/{id} | Delete Password Policy by ID -*PasswordPoliciesApi* | [**get_password_policy_by_id**](sailpoint/v2024/docs/PasswordPoliciesApi.md#get_password_policy_by_id) | **GET** /password-policies/{id} | Get Password Policy by ID -*PasswordPoliciesApi* | [**list_password_policies**](sailpoint/v2024/docs/PasswordPoliciesApi.md#list_password_policies) | **GET** /password-policies | List Password Policies -*PasswordPoliciesApi* | [**set_password_policy**](sailpoint/v2024/docs/PasswordPoliciesApi.md#set_password_policy) | **PUT** /password-policies/{id} | Update Password Policy by ID -*PasswordSyncGroupsApi* | [**create_password_sync_group**](sailpoint/v2024/docs/PasswordSyncGroupsApi.md#create_password_sync_group) | **POST** /password-sync-groups | Create Password Sync Group -*PasswordSyncGroupsApi* | [**delete_password_sync_group**](sailpoint/v2024/docs/PasswordSyncGroupsApi.md#delete_password_sync_group) | **DELETE** /password-sync-groups/{id} | Delete Password Sync Group by ID -*PasswordSyncGroupsApi* | [**get_password_sync_group**](sailpoint/v2024/docs/PasswordSyncGroupsApi.md#get_password_sync_group) | **GET** /password-sync-groups/{id} | Get Password Sync Group by ID -*PasswordSyncGroupsApi* | [**get_password_sync_groups**](sailpoint/v2024/docs/PasswordSyncGroupsApi.md#get_password_sync_groups) | **GET** /password-sync-groups | Get Password Sync Group List -*PasswordSyncGroupsApi* | [**update_password_sync_group**](sailpoint/v2024/docs/PasswordSyncGroupsApi.md#update_password_sync_group) | **PUT** /password-sync-groups/{id} | Update Password Sync Group by ID -*PersonalAccessTokensApi* | [**create_personal_access_token**](sailpoint/v2024/docs/PersonalAccessTokensApi.md#create_personal_access_token) | **POST** /personal-access-tokens | Create Personal Access Token -*PersonalAccessTokensApi* | [**delete_personal_access_token**](sailpoint/v2024/docs/PersonalAccessTokensApi.md#delete_personal_access_token) | **DELETE** /personal-access-tokens/{id} | Delete Personal Access Token -*PersonalAccessTokensApi* | [**list_personal_access_tokens**](sailpoint/v2024/docs/PersonalAccessTokensApi.md#list_personal_access_tokens) | **GET** /personal-access-tokens | List Personal Access Tokens -*PersonalAccessTokensApi* | [**patch_personal_access_token**](sailpoint/v2024/docs/PersonalAccessTokensApi.md#patch_personal_access_token) | **PATCH** /personal-access-tokens/{id} | Patch Personal Access Token -*PublicIdentitiesApi* | [**get_public_identities**](sailpoint/v2024/docs/PublicIdentitiesApi.md#get_public_identities) | **GET** /public-identities | Get list of public identities -*PublicIdentitiesConfigApi* | [**get_public_identity_config**](sailpoint/v2024/docs/PublicIdentitiesConfigApi.md#get_public_identity_config) | **GET** /public-identities-config | Get the Public Identities Configuration -*PublicIdentitiesConfigApi* | [**update_public_identity_config**](sailpoint/v2024/docs/PublicIdentitiesConfigApi.md#update_public_identity_config) | **PUT** /public-identities-config | Update the Public Identities Configuration -*ReportsDataExtractionApi* | [**cancel_report**](sailpoint/v2024/docs/ReportsDataExtractionApi.md#cancel_report) | **POST** /reports/{id}/cancel | Cancel Report -*ReportsDataExtractionApi* | [**get_report**](sailpoint/v2024/docs/ReportsDataExtractionApi.md#get_report) | **GET** /reports/{taskResultId} | Get Report File -*ReportsDataExtractionApi* | [**get_report_result**](sailpoint/v2024/docs/ReportsDataExtractionApi.md#get_report_result) | **GET** /reports/{taskResultId}/result | Get Report Result -*ReportsDataExtractionApi* | [**start_report**](sailpoint/v2024/docs/ReportsDataExtractionApi.md#start_report) | **POST** /reports/run | Run Report -*RequestableObjectsApi* | [**list_requestable_objects**](sailpoint/v2024/docs/RequestableObjectsApi.md#list_requestable_objects) | **GET** /requestable-objects | Requestable Objects List -*RoleInsightsApi* | [**create_role_insight_requests**](sailpoint/v2024/docs/RoleInsightsApi.md#create_role_insight_requests) | **POST** /role-insights/requests | Generate insights for roles -*RoleInsightsApi* | [**download_role_insights_entitlements_changes**](sailpoint/v2024/docs/RoleInsightsApi.md#download_role_insights_entitlements_changes) | **GET** /role-insights/{insightId}/entitlement-changes/download | Download entitlement insights for a role -*RoleInsightsApi* | [**get_entitlement_changes_identities**](sailpoint/v2024/docs/RoleInsightsApi.md#get_entitlement_changes_identities) | **GET** /role-insights/{insightId}/entitlement-changes/{entitlementId}/identities | Get identities for a suggested entitlement (for a role) -*RoleInsightsApi* | [**get_role_insight**](sailpoint/v2024/docs/RoleInsightsApi.md#get_role_insight) | **GET** /role-insights/{insightId} | Get a single role insight -*RoleInsightsApi* | [**get_role_insights**](sailpoint/v2024/docs/RoleInsightsApi.md#get_role_insights) | **GET** /role-insights | Get role insights -*RoleInsightsApi* | [**get_role_insights_current_entitlements**](sailpoint/v2024/docs/RoleInsightsApi.md#get_role_insights_current_entitlements) | **GET** /role-insights/{insightId}/current-entitlements | Get current entitlement for a role -*RoleInsightsApi* | [**get_role_insights_entitlements_changes**](sailpoint/v2024/docs/RoleInsightsApi.md#get_role_insights_entitlements_changes) | **GET** /role-insights/{insightId}/entitlement-changes | Get entitlement insights for a role -*RoleInsightsApi* | [**get_role_insights_requests**](sailpoint/v2024/docs/RoleInsightsApi.md#get_role_insights_requests) | **GET** /role-insights/requests/{id} | Returns metadata from prior request. -*RoleInsightsApi* | [**get_role_insights_summary**](sailpoint/v2024/docs/RoleInsightsApi.md#get_role_insights_summary) | **GET** /role-insights/summary | Get role insights summary information -*RolesApi* | [**create_role**](sailpoint/v2024/docs/RolesApi.md#create_role) | **POST** /roles | Create a Role -*RolesApi* | [**delete_bulk_roles**](sailpoint/v2024/docs/RolesApi.md#delete_bulk_roles) | **POST** /roles/bulk-delete | Delete Role(s) -*RolesApi* | [**delete_metadata_from_role_by_key_and_value**](sailpoint/v2024/docs/RolesApi.md#delete_metadata_from_role_by_key_and_value) | **DELETE** /roles/{id}/access-model-metadata/{attributeKey}/values/{attributeValue} | Remove a Metadata From Role. -*RolesApi* | [**delete_role**](sailpoint/v2024/docs/RolesApi.md#delete_role) | **DELETE** /roles/{id} | Delete a Role -*RolesApi* | [**get_bulk_update_status**](sailpoint/v2024/docs/RolesApi.md#get_bulk_update_status) | **GET** /roles/access-model-metadata/bulk-update | Get Bulk-Update Statuses -*RolesApi* | [**get_bulk_update_status_by_id**](sailpoint/v2024/docs/RolesApi.md#get_bulk_update_status_by_id) | **GET** /roles/access-model-metadata/bulk-update/id | Get Bulk-Update Status by ID -*RolesApi* | [**get_role**](sailpoint/v2024/docs/RolesApi.md#get_role) | **GET** /roles/{id} | Get a Role -*RolesApi* | [**get_role_assigned_identities**](sailpoint/v2024/docs/RolesApi.md#get_role_assigned_identities) | **GET** /roles/{id}/assigned-identities | List Identities assigned a Role -*RolesApi* | [**get_role_entitlements**](sailpoint/v2024/docs/RolesApi.md#get_role_entitlements) | **GET** /roles/{id}/entitlements | List role's Entitlements -*RolesApi* | [**list_roles**](sailpoint/v2024/docs/RolesApi.md#list_roles) | **GET** /roles | List Roles -*RolesApi* | [**patch_role**](sailpoint/v2024/docs/RolesApi.md#patch_role) | **PATCH** /roles/{id} | Patch a specified Role -*RolesApi* | [**search_roles_by_filter**](sailpoint/v2024/docs/RolesApi.md#search_roles_by_filter) | **POST** /roles/filter | Filter Roles by Metadata -*RolesApi* | [**update_attribute_key_and_value_to_role**](sailpoint/v2024/docs/RolesApi.md#update_attribute_key_and_value_to_role) | **POST** /roles/{id}/access-model-metadata/{attributeKey}/values/{attributeValue} | Add a Metadata to Role. -*RolesApi* | [**update_roles_metadata_by_filter**](sailpoint/v2024/docs/RolesApi.md#update_roles_metadata_by_filter) | **POST** /roles/access-model-metadata/bulk-update/filter | Bulk-Update Roles' Metadata by Filters -*RolesApi* | [**update_roles_metadata_by_ids**](sailpoint/v2024/docs/RolesApi.md#update_roles_metadata_by_ids) | **POST** /roles/access-model-metadata/bulk-update/ids | Bulk-Update Roles' Metadata by ID -*RolesApi* | [**update_roles_metadata_by_query**](sailpoint/v2024/docs/RolesApi.md#update_roles_metadata_by_query) | **POST** /roles/access-model-metadata/bulk-update/query | Bulk-Update Roles' Metadata by Query -*SIMIntegrationsApi* | [**create_sim_integration**](sailpoint/v2024/docs/SIMIntegrationsApi.md#create_sim_integration) | **POST** /sim-integrations | Create new SIM integration -*SIMIntegrationsApi* | [**delete_sim_integration**](sailpoint/v2024/docs/SIMIntegrationsApi.md#delete_sim_integration) | **DELETE** /sim-integrations/{id} | Delete a SIM integration -*SIMIntegrationsApi* | [**get_sim_integration**](sailpoint/v2024/docs/SIMIntegrationsApi.md#get_sim_integration) | **GET** /sim-integrations/{id} | Get a SIM integration details. -*SIMIntegrationsApi* | [**get_sim_integrations**](sailpoint/v2024/docs/SIMIntegrationsApi.md#get_sim_integrations) | **GET** /sim-integrations | List the existing SIM integrations. -*SIMIntegrationsApi* | [**patch_before_provisioning_rule**](sailpoint/v2024/docs/SIMIntegrationsApi.md#patch_before_provisioning_rule) | **PATCH** /sim-integrations/{id}/beforeProvisioningRule | Patch a SIM beforeProvisioningRule attribute. -*SIMIntegrationsApi* | [**patch_sim_attributes**](sailpoint/v2024/docs/SIMIntegrationsApi.md#patch_sim_attributes) | **PATCH** /sim-integrations/{id} | Patch a SIM attribute. -*SIMIntegrationsApi* | [**put_sim_integration**](sailpoint/v2024/docs/SIMIntegrationsApi.md#put_sim_integration) | **PUT** /sim-integrations/{id} | Update an existing SIM integration -*SODPoliciesApi* | [**create_sod_policy**](sailpoint/v2024/docs/SODPoliciesApi.md#create_sod_policy) | **POST** /sod-policies | Create SOD policy -*SODPoliciesApi* | [**delete_sod_policy**](sailpoint/v2024/docs/SODPoliciesApi.md#delete_sod_policy) | **DELETE** /sod-policies/{id} | Delete SOD policy by ID -*SODPoliciesApi* | [**delete_sod_policy_schedule**](sailpoint/v2024/docs/SODPoliciesApi.md#delete_sod_policy_schedule) | **DELETE** /sod-policies/{id}/schedule | Delete SOD policy schedule -*SODPoliciesApi* | [**get_custom_violation_report**](sailpoint/v2024/docs/SODPoliciesApi.md#get_custom_violation_report) | **GET** /sod-violation-report/{reportResultId}/download/{fileName} | Download custom violation report -*SODPoliciesApi* | [**get_default_violation_report**](sailpoint/v2024/docs/SODPoliciesApi.md#get_default_violation_report) | **GET** /sod-violation-report/{reportResultId}/download | Download violation report -*SODPoliciesApi* | [**get_sod_all_report_run_status**](sailpoint/v2024/docs/SODPoliciesApi.md#get_sod_all_report_run_status) | **GET** /sod-violation-report | Get multi-report run task status -*SODPoliciesApi* | [**get_sod_policy**](sailpoint/v2024/docs/SODPoliciesApi.md#get_sod_policy) | **GET** /sod-policies/{id} | Get SOD policy by ID -*SODPoliciesApi* | [**get_sod_policy_schedule**](sailpoint/v2024/docs/SODPoliciesApi.md#get_sod_policy_schedule) | **GET** /sod-policies/{id}/schedule | Get SOD policy schedule -*SODPoliciesApi* | [**get_sod_violation_report_run_status**](sailpoint/v2024/docs/SODPoliciesApi.md#get_sod_violation_report_run_status) | **GET** /sod-policies/sod-violation-report-status/{reportResultId} | Get violation report run status -*SODPoliciesApi* | [**get_sod_violation_report_status**](sailpoint/v2024/docs/SODPoliciesApi.md#get_sod_violation_report_status) | **GET** /sod-policies/{id}/violation-report | Get SOD violation report status -*SODPoliciesApi* | [**list_sod_policies**](sailpoint/v2024/docs/SODPoliciesApi.md#list_sod_policies) | **GET** /sod-policies | List SOD policies -*SODPoliciesApi* | [**patch_sod_policy**](sailpoint/v2024/docs/SODPoliciesApi.md#patch_sod_policy) | **PATCH** /sod-policies/{id} | Patch SOD policy by ID -*SODPoliciesApi* | [**put_policy_schedule**](sailpoint/v2024/docs/SODPoliciesApi.md#put_policy_schedule) | **PUT** /sod-policies/{id}/schedule | Update SOD Policy schedule -*SODPoliciesApi* | [**put_sod_policy**](sailpoint/v2024/docs/SODPoliciesApi.md#put_sod_policy) | **PUT** /sod-policies/{id} | Update SOD policy by ID -*SODPoliciesApi* | [**start_evaluate_sod_policy**](sailpoint/v2024/docs/SODPoliciesApi.md#start_evaluate_sod_policy) | **POST** /sod-policies/{id}/evaluate | Evaluate one policy by ID -*SODPoliciesApi* | [**start_sod_all_policies_for_org**](sailpoint/v2024/docs/SODPoliciesApi.md#start_sod_all_policies_for_org) | **POST** /sod-violation-report/run | Runs all policies for org -*SODPoliciesApi* | [**start_sod_policy**](sailpoint/v2024/docs/SODPoliciesApi.md#start_sod_policy) | **POST** /sod-policies/{id}/violation-report/run | Runs SOD policy violation report -*SODViolationsApi* | [**start_predict_sod_violations**](sailpoint/v2024/docs/SODViolationsApi.md#start_predict_sod_violations) | **POST** /sod-violations/predict | Predict SOD violations for identity. -*SODViolationsApi* | [**start_violation_check**](sailpoint/v2024/docs/SODViolationsApi.md#start_violation_check) | **POST** /sod-violations/check | Check SOD violations -*SPConfigApi* | [**export_sp_config**](sailpoint/v2024/docs/SPConfigApi.md#export_sp_config) | **POST** /sp-config/export | Initiates configuration objects export job -*SPConfigApi* | [**get_sp_config_export**](sailpoint/v2024/docs/SPConfigApi.md#get_sp_config_export) | **GET** /sp-config/export/{id}/download | Download export job result. -*SPConfigApi* | [**get_sp_config_export_status**](sailpoint/v2024/docs/SPConfigApi.md#get_sp_config_export_status) | **GET** /sp-config/export/{id} | Get export job status -*SPConfigApi* | [**get_sp_config_import**](sailpoint/v2024/docs/SPConfigApi.md#get_sp_config_import) | **GET** /sp-config/import/{id}/download | Download import job result -*SPConfigApi* | [**get_sp_config_import_status**](sailpoint/v2024/docs/SPConfigApi.md#get_sp_config_import_status) | **GET** /sp-config/import/{id} | Get import job status -*SPConfigApi* | [**import_sp_config**](sailpoint/v2024/docs/SPConfigApi.md#import_sp_config) | **POST** /sp-config/import | Initiates configuration objects import job -*SPConfigApi* | [**list_sp_config_objects**](sailpoint/v2024/docs/SPConfigApi.md#list_sp_config_objects) | **GET** /sp-config/config-objects | Get config object details -*SavedSearchApi* | [**create_saved_search**](sailpoint/v2024/docs/SavedSearchApi.md#create_saved_search) | **POST** /saved-searches | Create a saved search -*SavedSearchApi* | [**delete_saved_search**](sailpoint/v2024/docs/SavedSearchApi.md#delete_saved_search) | **DELETE** /saved-searches/{id} | Delete document by ID -*SavedSearchApi* | [**execute_saved_search**](sailpoint/v2024/docs/SavedSearchApi.md#execute_saved_search) | **POST** /saved-searches/{id}/execute | Execute a saved search by ID -*SavedSearchApi* | [**get_saved_search**](sailpoint/v2024/docs/SavedSearchApi.md#get_saved_search) | **GET** /saved-searches/{id} | Return saved search by ID -*SavedSearchApi* | [**list_saved_searches**](sailpoint/v2024/docs/SavedSearchApi.md#list_saved_searches) | **GET** /saved-searches | A list of Saved Searches -*SavedSearchApi* | [**put_saved_search**](sailpoint/v2024/docs/SavedSearchApi.md#put_saved_search) | **PUT** /saved-searches/{id} | Updates an existing saved search -*ScheduledSearchApi* | [**create_scheduled_search**](sailpoint/v2024/docs/ScheduledSearchApi.md#create_scheduled_search) | **POST** /scheduled-searches | Create a new scheduled search -*ScheduledSearchApi* | [**delete_scheduled_search**](sailpoint/v2024/docs/ScheduledSearchApi.md#delete_scheduled_search) | **DELETE** /scheduled-searches/{id} | Delete a Scheduled Search -*ScheduledSearchApi* | [**get_scheduled_search**](sailpoint/v2024/docs/ScheduledSearchApi.md#get_scheduled_search) | **GET** /scheduled-searches/{id} | Get a Scheduled Search -*ScheduledSearchApi* | [**list_scheduled_search**](sailpoint/v2024/docs/ScheduledSearchApi.md#list_scheduled_search) | **GET** /scheduled-searches | List scheduled searches -*ScheduledSearchApi* | [**unsubscribe_scheduled_search**](sailpoint/v2024/docs/ScheduledSearchApi.md#unsubscribe_scheduled_search) | **POST** /scheduled-searches/{id}/unsubscribe | Unsubscribe a recipient from Scheduled Search -*ScheduledSearchApi* | [**update_scheduled_search**](sailpoint/v2024/docs/ScheduledSearchApi.md#update_scheduled_search) | **PUT** /scheduled-searches/{id} | Update an existing Scheduled Search -*SearchApi* | [**search_aggregate**](sailpoint/v2024/docs/SearchApi.md#search_aggregate) | **POST** /search/aggregate | Perform a Search Query Aggregation -*SearchApi* | [**search_count**](sailpoint/v2024/docs/SearchApi.md#search_count) | **POST** /search/count | Count Documents Satisfying a Query -*SearchApi* | [**search_get**](sailpoint/v2024/docs/SearchApi.md#search_get) | **GET** /search/{index}/{id} | Get a Document by ID -*SearchApi* | [**search_post**](sailpoint/v2024/docs/SearchApi.md#search_post) | **POST** /search | Perform Search -*SearchAttributeConfigurationApi* | [**create_search_attribute_config**](sailpoint/v2024/docs/SearchAttributeConfigurationApi.md#create_search_attribute_config) | **POST** /accounts/search-attribute-config | Create Extended Search Attributes -*SearchAttributeConfigurationApi* | [**delete_search_attribute_config**](sailpoint/v2024/docs/SearchAttributeConfigurationApi.md#delete_search_attribute_config) | **DELETE** /accounts/search-attribute-config/{name} | Delete Extended Search Attribute -*SearchAttributeConfigurationApi* | [**get_search_attribute_config**](sailpoint/v2024/docs/SearchAttributeConfigurationApi.md#get_search_attribute_config) | **GET** /accounts/search-attribute-config | List Extended Search Attributes -*SearchAttributeConfigurationApi* | [**get_single_search_attribute_config**](sailpoint/v2024/docs/SearchAttributeConfigurationApi.md#get_single_search_attribute_config) | **GET** /accounts/search-attribute-config/{name} | Get Extended Search Attribute -*SearchAttributeConfigurationApi* | [**patch_search_attribute_config**](sailpoint/v2024/docs/SearchAttributeConfigurationApi.md#patch_search_attribute_config) | **PATCH** /accounts/search-attribute-config/{name} | Update Extended Search Attribute -*SegmentsApi* | [**create_segment**](sailpoint/v2024/docs/SegmentsApi.md#create_segment) | **POST** /segments | Create Segment -*SegmentsApi* | [**delete_segment**](sailpoint/v2024/docs/SegmentsApi.md#delete_segment) | **DELETE** /segments/{id} | Delete Segment by ID -*SegmentsApi* | [**get_segment**](sailpoint/v2024/docs/SegmentsApi.md#get_segment) | **GET** /segments/{id} | Get Segment by ID -*SegmentsApi* | [**list_segments**](sailpoint/v2024/docs/SegmentsApi.md#list_segments) | **GET** /segments | List Segments -*SegmentsApi* | [**patch_segment**](sailpoint/v2024/docs/SegmentsApi.md#patch_segment) | **PATCH** /segments/{id} | Update Segment -*ServiceDeskIntegrationApi* | [**create_service_desk_integration**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#create_service_desk_integration) | **POST** /service-desk-integrations | Create new Service Desk integration -*ServiceDeskIntegrationApi* | [**delete_service_desk_integration**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#delete_service_desk_integration) | **DELETE** /service-desk-integrations/{id} | Delete a Service Desk integration -*ServiceDeskIntegrationApi* | [**get_service_desk_integration**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration) | **GET** /service-desk-integrations/{id} | Get a Service Desk integration -*ServiceDeskIntegrationApi* | [**get_service_desk_integration_template**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration_template) | **GET** /service-desk-integrations/templates/{scriptName} | Service Desk integration template by scriptName -*ServiceDeskIntegrationApi* | [**get_service_desk_integration_types**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration_types) | **GET** /service-desk-integrations/types | List Service Desk integration types -*ServiceDeskIntegrationApi* | [**get_service_desk_integrations**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#get_service_desk_integrations) | **GET** /service-desk-integrations | List existing Service Desk integrations -*ServiceDeskIntegrationApi* | [**get_status_check_details**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#get_status_check_details) | **GET** /service-desk-integrations/status-check-configuration | Get the time check configuration -*ServiceDeskIntegrationApi* | [**patch_service_desk_integration**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#patch_service_desk_integration) | **PATCH** /service-desk-integrations/{id} | Patch a Service Desk Integration -*ServiceDeskIntegrationApi* | [**put_service_desk_integration**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#put_service_desk_integration) | **PUT** /service-desk-integrations/{id} | Update a Service Desk integration -*ServiceDeskIntegrationApi* | [**update_status_check_details**](sailpoint/v2024/docs/ServiceDeskIntegrationApi.md#update_status_check_details) | **PUT** /service-desk-integrations/status-check-configuration | Update the time check configuration -*SourceUsagesApi* | [**get_status_by_source_id**](sailpoint/v2024/docs/SourceUsagesApi.md#get_status_by_source_id) | **GET** /source-usages/{sourceId}/status | Finds status of source usage -*SourceUsagesApi* | [**get_usages_by_source_id**](sailpoint/v2024/docs/SourceUsagesApi.md#get_usages_by_source_id) | **GET** /source-usages/{sourceId}/summaries | Returns source usage insights -*SourcesApi* | [**create_provisioning_policy**](sailpoint/v2024/docs/SourcesApi.md#create_provisioning_policy) | **POST** /sources/{sourceId}/provisioning-policies | Create Provisioning Policy -*SourcesApi* | [**create_source**](sailpoint/v2024/docs/SourcesApi.md#create_source) | **POST** /sources | Creates a source in IdentityNow. -*SourcesApi* | [**create_source_schedule**](sailpoint/v2024/docs/SourcesApi.md#create_source_schedule) | **POST** /sources/{sourceId}/schedules | Create Schedule on Source -*SourcesApi* | [**create_source_schema**](sailpoint/v2024/docs/SourcesApi.md#create_source_schema) | **POST** /sources/{sourceId}/schemas | Create Schema on Source -*SourcesApi* | [**delete_accounts_async**](sailpoint/v2024/docs/SourcesApi.md#delete_accounts_async) | **POST** /sources/{id}/remove-accounts | Remove All Accounts in a Source -*SourcesApi* | [**delete_native_change_detection_config**](sailpoint/v2024/docs/SourcesApi.md#delete_native_change_detection_config) | **DELETE** /sources/{sourceId}/native-change-detection-config | Delete Native Change Detection Configuration -*SourcesApi* | [**delete_provisioning_policy**](sailpoint/v2024/docs/SourcesApi.md#delete_provisioning_policy) | **DELETE** /sources/{sourceId}/provisioning-policies/{usageType} | Delete Provisioning Policy by UsageType -*SourcesApi* | [**delete_source**](sailpoint/v2024/docs/SourcesApi.md#delete_source) | **DELETE** /sources/{id} | Delete Source by ID -*SourcesApi* | [**delete_source_schedule**](sailpoint/v2024/docs/SourcesApi.md#delete_source_schedule) | **DELETE** /sources/{sourceId}/schedules/{scheduleType} | Delete Source Schedule by type. -*SourcesApi* | [**delete_source_schema**](sailpoint/v2024/docs/SourcesApi.md#delete_source_schema) | **DELETE** /sources/{sourceId}/schemas/{schemaId} | Delete Source Schema by ID -*SourcesApi* | [**get_accounts_schema**](sailpoint/v2024/docs/SourcesApi.md#get_accounts_schema) | **GET** /sources/{id}/schemas/accounts | Downloads source accounts schema template -*SourcesApi* | [**get_correlation_config**](sailpoint/v2024/docs/SourcesApi.md#get_correlation_config) | **GET** /sources/{id}/correlation-config | Get Source Correlation Configuration -*SourcesApi* | [**get_entitlements_schema**](sailpoint/v2024/docs/SourcesApi.md#get_entitlements_schema) | **GET** /sources/{id}/schemas/entitlements | Downloads source entitlements schema template -*SourcesApi* | [**get_native_change_detection_config**](sailpoint/v2024/docs/SourcesApi.md#get_native_change_detection_config) | **GET** /sources/{sourceId}/native-change-detection-config | Native Change Detection Configuration -*SourcesApi* | [**get_provisioning_policy**](sailpoint/v2024/docs/SourcesApi.md#get_provisioning_policy) | **GET** /sources/{sourceId}/provisioning-policies/{usageType} | Get Provisioning Policy by UsageType -*SourcesApi* | [**get_source**](sailpoint/v2024/docs/SourcesApi.md#get_source) | **GET** /sources/{id} | Get Source by ID -*SourcesApi* | [**get_source_attr_sync_config**](sailpoint/v2024/docs/SourcesApi.md#get_source_attr_sync_config) | **GET** /sources/{id}/attribute-sync-config | Attribute Sync Config -*SourcesApi* | [**get_source_config**](sailpoint/v2024/docs/SourcesApi.md#get_source_config) | **GET** /sources/{id}/connectors/source-config | Gets source config with language translations -*SourcesApi* | [**get_source_entitlement_request_config**](sailpoint/v2024/docs/SourcesApi.md#get_source_entitlement_request_config) | **GET** /sources/{id}/entitlement-request-config | Get Source Entitlement Request Configuration -*SourcesApi* | [**get_source_health**](sailpoint/v2024/docs/SourcesApi.md#get_source_health) | **GET** /sources/{sourceId}/source-health | Fetches source health by id -*SourcesApi* | [**get_source_schedule**](sailpoint/v2024/docs/SourcesApi.md#get_source_schedule) | **GET** /sources/{sourceId}/schedules/{scheduleType} | Get Source Schedule by Type -*SourcesApi* | [**get_source_schedules**](sailpoint/v2024/docs/SourcesApi.md#get_source_schedules) | **GET** /sources/{sourceId}/schedules | List Schedules on Source -*SourcesApi* | [**get_source_schema**](sailpoint/v2024/docs/SourcesApi.md#get_source_schema) | **GET** /sources/{sourceId}/schemas/{schemaId} | Get Source Schema by ID -*SourcesApi* | [**get_source_schemas**](sailpoint/v2024/docs/SourcesApi.md#get_source_schemas) | **GET** /sources/{sourceId}/schemas | List Schemas on Source -*SourcesApi* | [**import_accounts**](sailpoint/v2024/docs/SourcesApi.md#import_accounts) | **POST** /sources/{id}/load-accounts | Account Aggregation -*SourcesApi* | [**import_accounts_schema**](sailpoint/v2024/docs/SourcesApi.md#import_accounts_schema) | **POST** /sources/{id}/schemas/accounts | Uploads source accounts schema template -*SourcesApi* | [**import_connector_file**](sailpoint/v2024/docs/SourcesApi.md#import_connector_file) | **POST** /sources/{sourceId}/upload-connector-file | Upload connector file to source -*SourcesApi* | [**import_entitlements_schema**](sailpoint/v2024/docs/SourcesApi.md#import_entitlements_schema) | **POST** /sources/{id}/schemas/entitlements | Uploads source entitlements schema template -*SourcesApi* | [**import_uncorrelated_accounts**](sailpoint/v2024/docs/SourcesApi.md#import_uncorrelated_accounts) | **POST** /sources/{id}/load-uncorrelated-accounts | Process Uncorrelated Accounts -*SourcesApi* | [**list_provisioning_policies**](sailpoint/v2024/docs/SourcesApi.md#list_provisioning_policies) | **GET** /sources/{sourceId}/provisioning-policies | Lists ProvisioningPolicies -*SourcesApi* | [**list_sources**](sailpoint/v2024/docs/SourcesApi.md#list_sources) | **GET** /sources | Lists all sources in IdentityNow. -*SourcesApi* | [**peek_resource_objects**](sailpoint/v2024/docs/SourcesApi.md#peek_resource_objects) | **POST** /sources/{sourceId}/connector/peek-resource-objects | Peek source connector's resource objects -*SourcesApi* | [**ping_cluster**](sailpoint/v2024/docs/SourcesApi.md#ping_cluster) | **POST** /sources/{sourceId}/connector/ping-cluster | Ping cluster for source connector -*SourcesApi* | [**put_correlation_config**](sailpoint/v2024/docs/SourcesApi.md#put_correlation_config) | **PUT** /sources/{id}/correlation-config | Update Source Correlation Configuration -*SourcesApi* | [**put_native_change_detection_config**](sailpoint/v2024/docs/SourcesApi.md#put_native_change_detection_config) | **PUT** /sources/{sourceId}/native-change-detection-config | Update Native Change Detection Configuration -*SourcesApi* | [**put_provisioning_policy**](sailpoint/v2024/docs/SourcesApi.md#put_provisioning_policy) | **PUT** /sources/{sourceId}/provisioning-policies/{usageType} | Update Provisioning Policy by UsageType -*SourcesApi* | [**put_source**](sailpoint/v2024/docs/SourcesApi.md#put_source) | **PUT** /sources/{id} | Update Source (Full) -*SourcesApi* | [**put_source_attr_sync_config**](sailpoint/v2024/docs/SourcesApi.md#put_source_attr_sync_config) | **PUT** /sources/{id}/attribute-sync-config | Update Attribute Sync Config -*SourcesApi* | [**put_source_schema**](sailpoint/v2024/docs/SourcesApi.md#put_source_schema) | **PUT** /sources/{sourceId}/schemas/{schemaId} | Update Source Schema (Full) -*SourcesApi* | [**sync_attributes_for_source**](sailpoint/v2024/docs/SourcesApi.md#sync_attributes_for_source) | **POST** /sources/{id}/synchronize-attributes | Synchronize single source attributes. -*SourcesApi* | [**test_source_configuration**](sailpoint/v2024/docs/SourcesApi.md#test_source_configuration) | **POST** /sources/{sourceId}/connector/test-configuration | Test configuration for source connector -*SourcesApi* | [**test_source_connection**](sailpoint/v2024/docs/SourcesApi.md#test_source_connection) | **POST** /sources/{sourceId}/connector/check-connection | Check connection for source connector. -*SourcesApi* | [**update_password_policy_holders**](sailpoint/v2024/docs/SourcesApi.md#update_password_policy_holders) | **PATCH** /sources/{sourceId}/password-policies | Update Password Policy -*SourcesApi* | [**update_provisioning_policies_in_bulk**](sailpoint/v2024/docs/SourcesApi.md#update_provisioning_policies_in_bulk) | **POST** /sources/{sourceId}/provisioning-policies/bulk-update | Bulk Update Provisioning Policies -*SourcesApi* | [**update_provisioning_policy**](sailpoint/v2024/docs/SourcesApi.md#update_provisioning_policy) | **PATCH** /sources/{sourceId}/provisioning-policies/{usageType} | Partial update of Provisioning Policy -*SourcesApi* | [**update_source**](sailpoint/v2024/docs/SourcesApi.md#update_source) | **PATCH** /sources/{id} | Update Source (Partial) -*SourcesApi* | [**update_source_entitlement_request_config**](sailpoint/v2024/docs/SourcesApi.md#update_source_entitlement_request_config) | **PUT** /sources/{id}/entitlement-request-config | Update Source Entitlement Request Configuration -*SourcesApi* | [**update_source_schedule**](sailpoint/v2024/docs/SourcesApi.md#update_source_schedule) | **PATCH** /sources/{sourceId}/schedules/{scheduleType} | Update Source Schedule (Partial) -*SourcesApi* | [**update_source_schema**](sailpoint/v2024/docs/SourcesApi.md#update_source_schema) | **PATCH** /sources/{sourceId}/schemas/{schemaId} | Update Source Schema (Partial) -*SuggestedEntitlementDescriptionApi* | [**get_sed_batch_stats**](sailpoint/v2024/docs/SuggestedEntitlementDescriptionApi.md#get_sed_batch_stats) | **GET** /suggested-entitlement-description-batches/{batchId}/stats | Submit Sed Batch Stats Request -*SuggestedEntitlementDescriptionApi* | [**get_sed_batches**](sailpoint/v2024/docs/SuggestedEntitlementDescriptionApi.md#get_sed_batches) | **GET** /suggested-entitlement-description-batches | List Sed Batch Request -*SuggestedEntitlementDescriptionApi* | [**list_seds**](sailpoint/v2024/docs/SuggestedEntitlementDescriptionApi.md#list_seds) | **GET** /suggested-entitlement-descriptions | List Suggested Entitlement Descriptions -*SuggestedEntitlementDescriptionApi* | [**patch_sed**](sailpoint/v2024/docs/SuggestedEntitlementDescriptionApi.md#patch_sed) | **PATCH** /suggested-entitlement-descriptions | Patch Suggested Entitlement Description -*SuggestedEntitlementDescriptionApi* | [**submit_sed_approval**](sailpoint/v2024/docs/SuggestedEntitlementDescriptionApi.md#submit_sed_approval) | **POST** /suggested-entitlement-description-approvals | Submit Bulk Approval Request -*SuggestedEntitlementDescriptionApi* | [**submit_sed_assignment**](sailpoint/v2024/docs/SuggestedEntitlementDescriptionApi.md#submit_sed_assignment) | **POST** /suggested-entitlement-description-assignments | Submit Sed Assignment Request -*SuggestedEntitlementDescriptionApi* | [**submit_sed_batch_request**](sailpoint/v2024/docs/SuggestedEntitlementDescriptionApi.md#submit_sed_batch_request) | **POST** /suggested-entitlement-description-batches | Submit Sed Batch Request -*TaggedObjectsApi* | [**delete_tagged_object**](sailpoint/v2024/docs/TaggedObjectsApi.md#delete_tagged_object) | **DELETE** /tagged-objects/{type}/{id} | Delete Object Tags -*TaggedObjectsApi* | [**delete_tags_to_many_object**](sailpoint/v2024/docs/TaggedObjectsApi.md#delete_tags_to_many_object) | **POST** /tagged-objects/bulk-remove | Remove Tags from Multiple Objects -*TaggedObjectsApi* | [**get_tagged_object**](sailpoint/v2024/docs/TaggedObjectsApi.md#get_tagged_object) | **GET** /tagged-objects/{type}/{id} | Get Tagged Object -*TaggedObjectsApi* | [**list_tagged_objects**](sailpoint/v2024/docs/TaggedObjectsApi.md#list_tagged_objects) | **GET** /tagged-objects | List Tagged Objects -*TaggedObjectsApi* | [**list_tagged_objects_by_type**](sailpoint/v2024/docs/TaggedObjectsApi.md#list_tagged_objects_by_type) | **GET** /tagged-objects/{type} | List Tagged Objects by Type -*TaggedObjectsApi* | [**put_tagged_object**](sailpoint/v2024/docs/TaggedObjectsApi.md#put_tagged_object) | **PUT** /tagged-objects/{type}/{id} | Update Tagged Object -*TaggedObjectsApi* | [**set_tag_to_object**](sailpoint/v2024/docs/TaggedObjectsApi.md#set_tag_to_object) | **POST** /tagged-objects | Add Tag to Object -*TaggedObjectsApi* | [**set_tags_to_many_objects**](sailpoint/v2024/docs/TaggedObjectsApi.md#set_tags_to_many_objects) | **POST** /tagged-objects/bulk-add | Tag Multiple Objects -*TaskManagementApi* | [**get_pending_task_headers**](sailpoint/v2024/docs/TaskManagementApi.md#get_pending_task_headers) | **HEAD** /task-status/pending-tasks | Retrieve Pending Task List Headers -*TaskManagementApi* | [**get_pending_tasks**](sailpoint/v2024/docs/TaskManagementApi.md#get_pending_tasks) | **GET** /task-status/pending-tasks | Retrieve Pending Task Status List -*TaskManagementApi* | [**get_task_status**](sailpoint/v2024/docs/TaskManagementApi.md#get_task_status) | **GET** /task-status/{id} | Get Task Status by ID -*TaskManagementApi* | [**get_task_status_list**](sailpoint/v2024/docs/TaskManagementApi.md#get_task_status_list) | **GET** /task-status | Retrieve Task Status List -*TaskManagementApi* | [**update_task_status**](sailpoint/v2024/docs/TaskManagementApi.md#update_task_status) | **PATCH** /task-status/{id} | Update Task Status by ID -*TenantApi* | [**get_tenant**](sailpoint/v2024/docs/TenantApi.md#get_tenant) | **GET** /tenant | Get Tenant Information. -*TransformsApi* | [**create_transform**](sailpoint/v2024/docs/TransformsApi.md#create_transform) | **POST** /transforms | Create transform -*TransformsApi* | [**delete_transform**](sailpoint/v2024/docs/TransformsApi.md#delete_transform) | **DELETE** /transforms/{id} | Delete a transform -*TransformsApi* | [**get_transform**](sailpoint/v2024/docs/TransformsApi.md#get_transform) | **GET** /transforms/{id} | Transform by ID -*TransformsApi* | [**list_transforms**](sailpoint/v2024/docs/TransformsApi.md#list_transforms) | **GET** /transforms | List transforms -*TransformsApi* | [**update_transform**](sailpoint/v2024/docs/TransformsApi.md#update_transform) | **PUT** /transforms/{id} | Update a transform -*TriggersApi* | [**complete_trigger_invocation**](sailpoint/v2024/docs/TriggersApi.md#complete_trigger_invocation) | **POST** /trigger-invocations/{id}/complete | Complete Trigger Invocation -*TriggersApi* | [**create_subscription**](sailpoint/v2024/docs/TriggersApi.md#create_subscription) | **POST** /trigger-subscriptions | Create a Subscription -*TriggersApi* | [**delete_subscription**](sailpoint/v2024/docs/TriggersApi.md#delete_subscription) | **DELETE** /trigger-subscriptions/{id} | Delete a Subscription -*TriggersApi* | [**list_subscriptions**](sailpoint/v2024/docs/TriggersApi.md#list_subscriptions) | **GET** /trigger-subscriptions | List Subscriptions -*TriggersApi* | [**list_trigger_invocation_status**](sailpoint/v2024/docs/TriggersApi.md#list_trigger_invocation_status) | **GET** /trigger-invocations/status | List Latest Invocation Statuses -*TriggersApi* | [**list_triggers**](sailpoint/v2024/docs/TriggersApi.md#list_triggers) | **GET** /triggers | List Triggers -*TriggersApi* | [**patch_subscription**](sailpoint/v2024/docs/TriggersApi.md#patch_subscription) | **PATCH** /trigger-subscriptions/{id} | Patch a Subscription -*TriggersApi* | [**start_test_trigger_invocation**](sailpoint/v2024/docs/TriggersApi.md#start_test_trigger_invocation) | **POST** /trigger-invocations/test | Start a Test Invocation -*TriggersApi* | [**test_subscription_filter**](sailpoint/v2024/docs/TriggersApi.md#test_subscription_filter) | **POST** /trigger-subscriptions/validate-filter | Validate a Subscription Filter -*TriggersApi* | [**update_subscription**](sailpoint/v2024/docs/TriggersApi.md#update_subscription) | **PUT** /trigger-subscriptions/{id} | Update a Subscription -*UIMetadataApi* | [**get_tenant_ui_metadata**](sailpoint/v2024/docs/UIMetadataApi.md#get_tenant_ui_metadata) | **GET** /ui-metadata/tenant | Get a tenant UI metadata -*UIMetadataApi* | [**set_tenant_ui_metadata**](sailpoint/v2024/docs/UIMetadataApi.md#set_tenant_ui_metadata) | **PUT** /ui-metadata/tenant | Update tenant UI metadata -*VendorConnectorMappingsApi* | [**create_vendor_connector_mapping**](sailpoint/v2024/docs/VendorConnectorMappingsApi.md#create_vendor_connector_mapping) | **POST** /vendor-connector-mappings | Create Vendor Connector Mapping -*VendorConnectorMappingsApi* | [**delete_vendor_connector_mapping**](sailpoint/v2024/docs/VendorConnectorMappingsApi.md#delete_vendor_connector_mapping) | **DELETE** /vendor-connector-mappings | Delete Vendor Connector Mapping -*VendorConnectorMappingsApi* | [**get_vendor_connector_mappings**](sailpoint/v2024/docs/VendorConnectorMappingsApi.md#get_vendor_connector_mappings) | **GET** /vendor-connector-mappings | List Vendor Connector Mappings -*WorkItemsApi* | [**approve_approval_item**](sailpoint/v2024/docs/WorkItemsApi.md#approve_approval_item) | **POST** /work-items/{id}/approve/{approvalItemId} | Approve an Approval Item -*WorkItemsApi* | [**approve_approval_items_in_bulk**](sailpoint/v2024/docs/WorkItemsApi.md#approve_approval_items_in_bulk) | **POST** /work-items/bulk-approve/{id} | Bulk approve Approval Items -*WorkItemsApi* | [**complete_work_item**](sailpoint/v2024/docs/WorkItemsApi.md#complete_work_item) | **POST** /work-items/{id} | Complete a Work Item -*WorkItemsApi* | [**get_completed_work_items**](sailpoint/v2024/docs/WorkItemsApi.md#get_completed_work_items) | **GET** /work-items/completed | Completed Work Items -*WorkItemsApi* | [**get_count_completed_work_items**](sailpoint/v2024/docs/WorkItemsApi.md#get_count_completed_work_items) | **GET** /work-items/completed/count | Count Completed Work Items -*WorkItemsApi* | [**get_count_work_items**](sailpoint/v2024/docs/WorkItemsApi.md#get_count_work_items) | **GET** /work-items/count | Count Work Items -*WorkItemsApi* | [**get_work_item**](sailpoint/v2024/docs/WorkItemsApi.md#get_work_item) | **GET** /work-items/{id} | Get a Work Item -*WorkItemsApi* | [**get_work_items_summary**](sailpoint/v2024/docs/WorkItemsApi.md#get_work_items_summary) | **GET** /work-items/summary | Work Items Summary -*WorkItemsApi* | [**list_work_items**](sailpoint/v2024/docs/WorkItemsApi.md#list_work_items) | **GET** /work-items | List Work Items -*WorkItemsApi* | [**reject_approval_item**](sailpoint/v2024/docs/WorkItemsApi.md#reject_approval_item) | **POST** /work-items/{id}/reject/{approvalItemId} | Reject an Approval Item -*WorkItemsApi* | [**reject_approval_items_in_bulk**](sailpoint/v2024/docs/WorkItemsApi.md#reject_approval_items_in_bulk) | **POST** /work-items/bulk-reject/{id} | Bulk reject Approval Items -*WorkItemsApi* | [**send_work_item_forward**](sailpoint/v2024/docs/WorkItemsApi.md#send_work_item_forward) | **POST** /work-items/{id}/forward | Forward a Work Item -*WorkItemsApi* | [**submit_account_selection**](sailpoint/v2024/docs/WorkItemsApi.md#submit_account_selection) | **POST** /work-items/{id}/submit-account-selection | Submit Account Selections -*WorkReassignmentApi* | [**create_reassignment_configuration**](sailpoint/v2024/docs/WorkReassignmentApi.md#create_reassignment_configuration) | **POST** /reassignment-configurations | Create a Reassignment Configuration -*WorkReassignmentApi* | [**delete_reassignment_configuration**](sailpoint/v2024/docs/WorkReassignmentApi.md#delete_reassignment_configuration) | **DELETE** /reassignment-configurations/{identityId}/{configType} | Delete Reassignment Configuration -*WorkReassignmentApi* | [**get_evaluate_reassignment_configuration**](sailpoint/v2024/docs/WorkReassignmentApi.md#get_evaluate_reassignment_configuration) | **GET** /reassignment-configurations/{identityId}/evaluate/{configType} | Evaluate Reassignment Configuration -*WorkReassignmentApi* | [**get_reassignment_config_types**](sailpoint/v2024/docs/WorkReassignmentApi.md#get_reassignment_config_types) | **GET** /reassignment-configurations/types | List Reassignment Config Types -*WorkReassignmentApi* | [**get_reassignment_configuration**](sailpoint/v2024/docs/WorkReassignmentApi.md#get_reassignment_configuration) | **GET** /reassignment-configurations/{identityId} | Get Reassignment Configuration -*WorkReassignmentApi* | [**get_tenant_config_configuration**](sailpoint/v2024/docs/WorkReassignmentApi.md#get_tenant_config_configuration) | **GET** /reassignment-configurations/tenant-config | Get Tenant-wide Reassignment Configuration settings -*WorkReassignmentApi* | [**list_reassignment_configurations**](sailpoint/v2024/docs/WorkReassignmentApi.md#list_reassignment_configurations) | **GET** /reassignment-configurations | List Reassignment Configurations -*WorkReassignmentApi* | [**put_reassignment_config**](sailpoint/v2024/docs/WorkReassignmentApi.md#put_reassignment_config) | **PUT** /reassignment-configurations/{identityId} | Update Reassignment Configuration -*WorkReassignmentApi* | [**put_tenant_configuration**](sailpoint/v2024/docs/WorkReassignmentApi.md#put_tenant_configuration) | **PUT** /reassignment-configurations/tenant-config | Update Tenant-wide Reassignment Configuration settings -*WorkflowsApi* | [**cancel_workflow_execution**](sailpoint/v2024/docs/WorkflowsApi.md#cancel_workflow_execution) | **POST** /workflow-executions/{id}/cancel | Cancel Workflow Execution by ID -*WorkflowsApi* | [**create_external_execute_workflow**](sailpoint/v2024/docs/WorkflowsApi.md#create_external_execute_workflow) | **POST** /workflows/execute/external/{id} | Execute Workflow via External Trigger -*WorkflowsApi* | [**create_workflow**](sailpoint/v2024/docs/WorkflowsApi.md#create_workflow) | **POST** /workflows | Create Workflow -*WorkflowsApi* | [**create_workflow_external_trigger**](sailpoint/v2024/docs/WorkflowsApi.md#create_workflow_external_trigger) | **POST** /workflows/{id}/external/oauth-clients | Generate External Trigger OAuth Client -*WorkflowsApi* | [**delete_workflow**](sailpoint/v2024/docs/WorkflowsApi.md#delete_workflow) | **DELETE** /workflows/{id} | Delete Workflow By Id -*WorkflowsApi* | [**get_workflow**](sailpoint/v2024/docs/WorkflowsApi.md#get_workflow) | **GET** /workflows/{id} | Get Workflow By Id -*WorkflowsApi* | [**get_workflow_execution**](sailpoint/v2024/docs/WorkflowsApi.md#get_workflow_execution) | **GET** /workflow-executions/{id} | Get Workflow Execution -*WorkflowsApi* | [**get_workflow_execution_history**](sailpoint/v2024/docs/WorkflowsApi.md#get_workflow_execution_history) | **GET** /workflow-executions/{id}/history | Get Workflow Execution History -*WorkflowsApi* | [**get_workflow_executions**](sailpoint/v2024/docs/WorkflowsApi.md#get_workflow_executions) | **GET** /workflows/{id}/executions | List Workflow Executions -*WorkflowsApi* | [**list_complete_workflow_library**](sailpoint/v2024/docs/WorkflowsApi.md#list_complete_workflow_library) | **GET** /workflow-library | List Complete Workflow Library -*WorkflowsApi* | [**list_workflow_library_actions**](sailpoint/v2024/docs/WorkflowsApi.md#list_workflow_library_actions) | **GET** /workflow-library/actions | List Workflow Library Actions -*WorkflowsApi* | [**list_workflow_library_operators**](sailpoint/v2024/docs/WorkflowsApi.md#list_workflow_library_operators) | **GET** /workflow-library/operators | List Workflow Library Operators -*WorkflowsApi* | [**list_workflow_library_triggers**](sailpoint/v2024/docs/WorkflowsApi.md#list_workflow_library_triggers) | **GET** /workflow-library/triggers | List Workflow Library Triggers -*WorkflowsApi* | [**list_workflows**](sailpoint/v2024/docs/WorkflowsApi.md#list_workflows) | **GET** /workflows | List Workflows -*WorkflowsApi* | [**patch_workflow**](sailpoint/v2024/docs/WorkflowsApi.md#patch_workflow) | **PATCH** /workflows/{id} | Patch Workflow -*WorkflowsApi* | [**put_workflow**](sailpoint/v2024/docs/WorkflowsApi.md#put_workflow) | **PUT** /workflows/{id} | Update Workflow -*WorkflowsApi* | [**test_external_execute_workflow**](sailpoint/v2024/docs/WorkflowsApi.md#test_external_execute_workflow) | **POST** /workflows/execute/external/{id}/test | Test Workflow via External Trigger -*WorkflowsApi* | [**test_workflow**](sailpoint/v2024/docs/WorkflowsApi.md#test_workflow) | **POST** /workflows/{id}/test | Test Workflow By Id +*AccessModelMetadataApi* | [**get_access_model_metadata_attribute**](sailpoint\v2024/docs/AccessModelMetadataApi.md#get_access_model_metadata_attribute) | **GET** /access-model-metadata/attributes/{key} | Get Access Model Metadata Attribute +*AccessModelMetadataApi* | [**get_access_model_metadata_attribute_value**](sailpoint\v2024/docs/AccessModelMetadataApi.md#get_access_model_metadata_attribute_value) | **GET** /access-model-metadata/attributes/{key}/values/{value} | Get Access Model Metadata Value +*AccessModelMetadataApi* | [**list_access_model_metadata_attribute**](sailpoint\v2024/docs/AccessModelMetadataApi.md#list_access_model_metadata_attribute) | **GET** /access-model-metadata/attributes | List Access Model Metadata Attributes +*AccessModelMetadataApi* | [**list_access_model_metadata_attribute_value**](sailpoint\v2024/docs/AccessModelMetadataApi.md#list_access_model_metadata_attribute_value) | **GET** /access-model-metadata/attributes/{key}/values | List Access Model Metadata Values +*AccessProfilesApi* | [**create_access_profile**](sailpoint\v2024/docs/AccessProfilesApi.md#create_access_profile) | **POST** /access-profiles | Create Access Profile +*AccessProfilesApi* | [**delete_access_profile**](sailpoint\v2024/docs/AccessProfilesApi.md#delete_access_profile) | **DELETE** /access-profiles/{id} | Delete the specified Access Profile +*AccessProfilesApi* | [**delete_access_profiles_in_bulk**](sailpoint\v2024/docs/AccessProfilesApi.md#delete_access_profiles_in_bulk) | **POST** /access-profiles/bulk-delete | Delete Access Profile(s) +*AccessProfilesApi* | [**get_access_profile**](sailpoint\v2024/docs/AccessProfilesApi.md#get_access_profile) | **GET** /access-profiles/{id} | Get an Access Profile +*AccessProfilesApi* | [**get_access_profile_entitlements**](sailpoint\v2024/docs/AccessProfilesApi.md#get_access_profile_entitlements) | **GET** /access-profiles/{id}/entitlements | List Access Profile's Entitlements +*AccessProfilesApi* | [**list_access_profiles**](sailpoint\v2024/docs/AccessProfilesApi.md#list_access_profiles) | **GET** /access-profiles | List Access Profiles +*AccessProfilesApi* | [**patch_access_profile**](sailpoint\v2024/docs/AccessProfilesApi.md#patch_access_profile) | **PATCH** /access-profiles/{id} | Patch a specified Access Profile +*AccessProfilesApi* | [**update_access_profiles_in_bulk**](sailpoint\v2024/docs/AccessProfilesApi.md#update_access_profiles_in_bulk) | **POST** /access-profiles/bulk-update-requestable | Update Access Profile(s) requestable field. +*AccessRequestApprovalsApi* | [**approve_access_request**](sailpoint\v2024/docs/AccessRequestApprovalsApi.md#approve_access_request) | **POST** /access-request-approvals/{approvalId}/approve | Approve Access Request Approval +*AccessRequestApprovalsApi* | [**forward_access_request**](sailpoint\v2024/docs/AccessRequestApprovalsApi.md#forward_access_request) | **POST** /access-request-approvals/{approvalId}/forward | Forward Access Request Approval +*AccessRequestApprovalsApi* | [**get_access_request_approval_summary**](sailpoint\v2024/docs/AccessRequestApprovalsApi.md#get_access_request_approval_summary) | **GET** /access-request-approvals/approval-summary | Get Access Requests Approvals Number +*AccessRequestApprovalsApi* | [**list_access_request_approvers**](sailpoint\v2024/docs/AccessRequestApprovalsApi.md#list_access_request_approvers) | **GET** /access-request-approvals/{accessRequestId}/approvers | Access Request Approvers +*AccessRequestApprovalsApi* | [**list_completed_approvals**](sailpoint\v2024/docs/AccessRequestApprovalsApi.md#list_completed_approvals) | **GET** /access-request-approvals/completed | Completed Access Request Approvals List +*AccessRequestApprovalsApi* | [**list_pending_approvals**](sailpoint\v2024/docs/AccessRequestApprovalsApi.md#list_pending_approvals) | **GET** /access-request-approvals/pending | Pending Access Request Approvals List +*AccessRequestApprovalsApi* | [**reject_access_request**](sailpoint\v2024/docs/AccessRequestApprovalsApi.md#reject_access_request) | **POST** /access-request-approvals/{approvalId}/reject | Reject Access Request Approval +*AccessRequestIdentityMetricsApi* | [**get_access_request_identity_metrics**](sailpoint\v2024/docs/AccessRequestIdentityMetricsApi.md#get_access_request_identity_metrics) | **GET** /access-request-identity-metrics/{identityId}/requested-objects/{requestedObjectId}/type/{type} | Return access request identity metrics +*AccessRequestsApi* | [**approve_bulk_access_request**](sailpoint\v2024/docs/AccessRequestsApi.md#approve_bulk_access_request) | **POST** /access-request-approvals/bulk-approve | Bulk Approve Access Request +*AccessRequestsApi* | [**cancel_access_request**](sailpoint\v2024/docs/AccessRequestsApi.md#cancel_access_request) | **POST** /access-requests/cancel | Cancel Access Request +*AccessRequestsApi* | [**cancel_access_request_in_bulk**](sailpoint\v2024/docs/AccessRequestsApi.md#cancel_access_request_in_bulk) | **POST** /access-requests/bulk-cancel | Bulk Cancel Access Request +*AccessRequestsApi* | [**close_access_request**](sailpoint\v2024/docs/AccessRequestsApi.md#close_access_request) | **POST** /access-requests/close | Close Access Request +*AccessRequestsApi* | [**create_access_request**](sailpoint\v2024/docs/AccessRequestsApi.md#create_access_request) | **POST** /access-requests | Submit Access Request +*AccessRequestsApi* | [**get_access_request_config**](sailpoint\v2024/docs/AccessRequestsApi.md#get_access_request_config) | **GET** /access-request-config | Get Access Request Configuration +*AccessRequestsApi* | [**list_access_request_status**](sailpoint\v2024/docs/AccessRequestsApi.md#list_access_request_status) | **GET** /access-request-status | Access Request Status +*AccessRequestsApi* | [**list_administrators_access_request_status**](sailpoint\v2024/docs/AccessRequestsApi.md#list_administrators_access_request_status) | **GET** /access-request-administration | Access Request Status for Administrators +*AccessRequestsApi* | [**set_access_request_config**](sailpoint\v2024/docs/AccessRequestsApi.md#set_access_request_config) | **PUT** /access-request-config | Update Access Request Configuration +*AccountActivitiesApi* | [**get_account_activity**](sailpoint\v2024/docs/AccountActivitiesApi.md#get_account_activity) | **GET** /account-activities/{id} | Get an Account Activity +*AccountActivitiesApi* | [**list_account_activities**](sailpoint\v2024/docs/AccountActivitiesApi.md#list_account_activities) | **GET** /account-activities | List Account Activities +*AccountAggregationsApi* | [**get_account_aggregation_status**](sailpoint\v2024/docs/AccountAggregationsApi.md#get_account_aggregation_status) | **GET** /account-aggregations/{id}/status | In-progress Account Aggregation status +*AccountUsagesApi* | [**get_usages_by_account_id**](sailpoint\v2024/docs/AccountUsagesApi.md#get_usages_by_account_id) | **GET** /account-usages/{accountId}/summaries | Returns account usage insights +*AccountsApi* | [**create_account**](sailpoint\v2024/docs/AccountsApi.md#create_account) | **POST** /accounts | Create Account +*AccountsApi* | [**delete_account**](sailpoint\v2024/docs/AccountsApi.md#delete_account) | **DELETE** /accounts/{id} | Delete Account +*AccountsApi* | [**delete_account_async**](sailpoint\v2024/docs/AccountsApi.md#delete_account_async) | **POST** /accounts/{id}/remove | Remove Account +*AccountsApi* | [**disable_account**](sailpoint\v2024/docs/AccountsApi.md#disable_account) | **POST** /accounts/{id}/disable | Disable Account +*AccountsApi* | [**disable_account_for_identity**](sailpoint\v2024/docs/AccountsApi.md#disable_account_for_identity) | **POST** /identities-accounts/{id}/disable | Disable IDN Account for Identity +*AccountsApi* | [**disable_accounts_for_identities**](sailpoint\v2024/docs/AccountsApi.md#disable_accounts_for_identities) | **POST** /identities-accounts/disable | Disable IDN Accounts for Identities +*AccountsApi* | [**enable_account**](sailpoint\v2024/docs/AccountsApi.md#enable_account) | **POST** /accounts/{id}/enable | Enable Account +*AccountsApi* | [**enable_account_for_identity**](sailpoint\v2024/docs/AccountsApi.md#enable_account_for_identity) | **POST** /identities-accounts/{id}/enable | Enable IDN Account for Identity +*AccountsApi* | [**enable_accounts_for_identities**](sailpoint\v2024/docs/AccountsApi.md#enable_accounts_for_identities) | **POST** /identities-accounts/enable | Enable IDN Accounts for Identities +*AccountsApi* | [**get_account**](sailpoint\v2024/docs/AccountsApi.md#get_account) | **GET** /accounts/{id} | Account Details +*AccountsApi* | [**get_account_entitlements**](sailpoint\v2024/docs/AccountsApi.md#get_account_entitlements) | **GET** /accounts/{id}/entitlements | Account Entitlements +*AccountsApi* | [**list_accounts**](sailpoint\v2024/docs/AccountsApi.md#list_accounts) | **GET** /accounts | Accounts List +*AccountsApi* | [**put_account**](sailpoint\v2024/docs/AccountsApi.md#put_account) | **PUT** /accounts/{id} | Update Account +*AccountsApi* | [**submit_reload_account**](sailpoint\v2024/docs/AccountsApi.md#submit_reload_account) | **POST** /accounts/{id}/reload | Reload Account +*AccountsApi* | [**unlock_account**](sailpoint\v2024/docs/AccountsApi.md#unlock_account) | **POST** /accounts/{id}/unlock | Unlock Account +*AccountsApi* | [**update_account**](sailpoint\v2024/docs/AccountsApi.md#update_account) | **PATCH** /accounts/{id} | Update Account +*ApplicationDiscoveryApi* | [**get_discovered_applications**](sailpoint\v2024/docs/ApplicationDiscoveryApi.md#get_discovered_applications) | **GET** /discovered-applications | Get Discovered Applications for Tenant +*ApplicationDiscoveryApi* | [**get_manual_discover_applications_csv_template**](sailpoint\v2024/docs/ApplicationDiscoveryApi.md#get_manual_discover_applications_csv_template) | **GET** /manual-discover-applications-template | Download CSV Template for Discovery +*ApplicationDiscoveryApi* | [**send_manual_discover_applications_csv_template**](sailpoint\v2024/docs/ApplicationDiscoveryApi.md#send_manual_discover_applications_csv_template) | **POST** /manual-discover-applications | Upload CSV to Discover Applications +*ApprovalsApi* | [**get_approval**](sailpoint\v2024/docs/ApprovalsApi.md#get_approval) | **GET** /generic-approvals/{id} | Get an approval +*ApprovalsApi* | [**get_approvals**](sailpoint\v2024/docs/ApprovalsApi.md#get_approvals) | **GET** /generic-approvals | Get Approvals +*AppsApi* | [**create_source_app**](sailpoint\v2024/docs/AppsApi.md#create_source_app) | **POST** /source-apps | Create source app +*AppsApi* | [**delete_access_profiles_from_source_app_by_bulk**](sailpoint\v2024/docs/AppsApi.md#delete_access_profiles_from_source_app_by_bulk) | **POST** /source-apps/{id}/access-profiles/bulk-remove | Bulk remove access profiles from the specified source app +*AppsApi* | [**delete_source_app**](sailpoint\v2024/docs/AppsApi.md#delete_source_app) | **DELETE** /source-apps/{id} | Delete source app by ID +*AppsApi* | [**get_source_app**](sailpoint\v2024/docs/AppsApi.md#get_source_app) | **GET** /source-apps/{id} | Get source app by ID +*AppsApi* | [**list_access_profiles_for_source_app**](sailpoint\v2024/docs/AppsApi.md#list_access_profiles_for_source_app) | **GET** /source-apps/{id}/access-profiles | List access profiles for the specified source app +*AppsApi* | [**list_all_source_app**](sailpoint\v2024/docs/AppsApi.md#list_all_source_app) | **GET** /source-apps/all | List all source apps +*AppsApi* | [**list_all_user_apps**](sailpoint\v2024/docs/AppsApi.md#list_all_user_apps) | **GET** /user-apps/all | List all user apps +*AppsApi* | [**list_assigned_source_app**](sailpoint\v2024/docs/AppsApi.md#list_assigned_source_app) | **GET** /source-apps/assigned | List assigned source apps +*AppsApi* | [**list_available_accounts_for_user_app**](sailpoint\v2024/docs/AppsApi.md#list_available_accounts_for_user_app) | **GET** /user-apps/{id}/available-accounts | List available accounts for user app +*AppsApi* | [**list_available_source_apps**](sailpoint\v2024/docs/AppsApi.md#list_available_source_apps) | **GET** /source-apps | List available source apps +*AppsApi* | [**list_owned_user_apps**](sailpoint\v2024/docs/AppsApi.md#list_owned_user_apps) | **GET** /user-apps | List owned user apps +*AppsApi* | [**patch_source_app**](sailpoint\v2024/docs/AppsApi.md#patch_source_app) | **PATCH** /source-apps/{id} | Patch source app by ID +*AppsApi* | [**patch_user_app**](sailpoint\v2024/docs/AppsApi.md#patch_user_app) | **PATCH** /user-apps/{id} | Patch user app by ID +*AppsApi* | [**update_source_apps_in_bulk**](sailpoint\v2024/docs/AppsApi.md#update_source_apps_in_bulk) | **POST** /source-apps/bulk-update | Bulk update source apps +*AuthProfileApi* | [**get_profile_config**](sailpoint\v2024/docs/AuthProfileApi.md#get_profile_config) | **GET** /auth-profiles/{id} | Get Auth Profile. +*AuthProfileApi* | [**get_profile_config_list**](sailpoint\v2024/docs/AuthProfileApi.md#get_profile_config_list) | **GET** /auth-profiles | Get list of Auth Profiles. +*AuthProfileApi* | [**patch_profile_config**](sailpoint\v2024/docs/AuthProfileApi.md#patch_profile_config) | **PATCH** /auth-profiles/{id} | Patch a specified Auth Profile +*AuthUsersApi* | [**get_auth_user**](sailpoint\v2024/docs/AuthUsersApi.md#get_auth_user) | **GET** /auth-users/{id} | Auth User Details +*AuthUsersApi* | [**patch_auth_user**](sailpoint\v2024/docs/AuthUsersApi.md#patch_auth_user) | **PATCH** /auth-users/{id} | Auth User Update +*BrandingApi* | [**create_branding_item**](sailpoint\v2024/docs/BrandingApi.md#create_branding_item) | **POST** /brandings | Create a branding item +*BrandingApi* | [**delete_branding**](sailpoint\v2024/docs/BrandingApi.md#delete_branding) | **DELETE** /brandings/{name} | Delete a branding item +*BrandingApi* | [**get_branding**](sailpoint\v2024/docs/BrandingApi.md#get_branding) | **GET** /brandings/{name} | Get a branding item +*BrandingApi* | [**get_branding_list**](sailpoint\v2024/docs/BrandingApi.md#get_branding_list) | **GET** /brandings | List of branding items +*BrandingApi* | [**set_branding_item**](sailpoint\v2024/docs/BrandingApi.md#set_branding_item) | **PUT** /brandings/{name} | Update a branding item +*CertificationCampaignFiltersApi* | [**create_campaign_filter**](sailpoint\v2024/docs/CertificationCampaignFiltersApi.md#create_campaign_filter) | **POST** /campaign-filters | Create Campaign Filter +*CertificationCampaignFiltersApi* | [**delete_campaign_filters**](sailpoint\v2024/docs/CertificationCampaignFiltersApi.md#delete_campaign_filters) | **POST** /campaign-filters/delete | Deletes Campaign Filters +*CertificationCampaignFiltersApi* | [**get_campaign_filter_by_id**](sailpoint\v2024/docs/CertificationCampaignFiltersApi.md#get_campaign_filter_by_id) | **GET** /campaign-filters/{id} | Get Campaign Filter by ID +*CertificationCampaignFiltersApi* | [**list_campaign_filters**](sailpoint\v2024/docs/CertificationCampaignFiltersApi.md#list_campaign_filters) | **GET** /campaign-filters | List Campaign Filters +*CertificationCampaignFiltersApi* | [**update_campaign_filter**](sailpoint\v2024/docs/CertificationCampaignFiltersApi.md#update_campaign_filter) | **POST** /campaign-filters/{id} | Updates a Campaign Filter +*CertificationCampaignsApi* | [**complete_campaign**](sailpoint\v2024/docs/CertificationCampaignsApi.md#complete_campaign) | **POST** /campaigns/{id}/complete | Complete a Campaign +*CertificationCampaignsApi* | [**create_campaign**](sailpoint\v2024/docs/CertificationCampaignsApi.md#create_campaign) | **POST** /campaigns | Create a campaign +*CertificationCampaignsApi* | [**create_campaign_template**](sailpoint\v2024/docs/CertificationCampaignsApi.md#create_campaign_template) | **POST** /campaign-templates | Create a Campaign Template +*CertificationCampaignsApi* | [**delete_campaign_template**](sailpoint\v2024/docs/CertificationCampaignsApi.md#delete_campaign_template) | **DELETE** /campaign-templates/{id} | Delete a Campaign Template +*CertificationCampaignsApi* | [**delete_campaign_template_schedule**](sailpoint\v2024/docs/CertificationCampaignsApi.md#delete_campaign_template_schedule) | **DELETE** /campaign-templates/{id}/schedule | Delete Campaign Template Schedule +*CertificationCampaignsApi* | [**delete_campaigns**](sailpoint\v2024/docs/CertificationCampaignsApi.md#delete_campaigns) | **POST** /campaigns/delete | Delete Campaigns +*CertificationCampaignsApi* | [**get_active_campaigns**](sailpoint\v2024/docs/CertificationCampaignsApi.md#get_active_campaigns) | **GET** /campaigns | List Campaigns +*CertificationCampaignsApi* | [**get_campaign**](sailpoint\v2024/docs/CertificationCampaignsApi.md#get_campaign) | **GET** /campaigns/{id} | Get Campaign +*CertificationCampaignsApi* | [**get_campaign_reports**](sailpoint\v2024/docs/CertificationCampaignsApi.md#get_campaign_reports) | **GET** /campaigns/{id}/reports | Get Campaign Reports +*CertificationCampaignsApi* | [**get_campaign_reports_config**](sailpoint\v2024/docs/CertificationCampaignsApi.md#get_campaign_reports_config) | **GET** /campaigns/reports-configuration | Get Campaign Reports Configuration +*CertificationCampaignsApi* | [**get_campaign_template**](sailpoint\v2024/docs/CertificationCampaignsApi.md#get_campaign_template) | **GET** /campaign-templates/{id} | Get a Campaign Template +*CertificationCampaignsApi* | [**get_campaign_template_schedule**](sailpoint\v2024/docs/CertificationCampaignsApi.md#get_campaign_template_schedule) | **GET** /campaign-templates/{id}/schedule | Get Campaign Template Schedule +*CertificationCampaignsApi* | [**get_campaign_templates**](sailpoint\v2024/docs/CertificationCampaignsApi.md#get_campaign_templates) | **GET** /campaign-templates | List Campaign Templates +*CertificationCampaignsApi* | [**move**](sailpoint\v2024/docs/CertificationCampaignsApi.md#move) | **POST** /campaigns/{id}/reassign | Reassign Certifications +*CertificationCampaignsApi* | [**patch_campaign_template**](sailpoint\v2024/docs/CertificationCampaignsApi.md#patch_campaign_template) | **PATCH** /campaign-templates/{id} | Update a Campaign Template +*CertificationCampaignsApi* | [**set_campaign_reports_config**](sailpoint\v2024/docs/CertificationCampaignsApi.md#set_campaign_reports_config) | **PUT** /campaigns/reports-configuration | Set Campaign Reports Configuration +*CertificationCampaignsApi* | [**set_campaign_template_schedule**](sailpoint\v2024/docs/CertificationCampaignsApi.md#set_campaign_template_schedule) | **PUT** /campaign-templates/{id}/schedule | Set Campaign Template Schedule +*CertificationCampaignsApi* | [**start_campaign**](sailpoint\v2024/docs/CertificationCampaignsApi.md#start_campaign) | **POST** /campaigns/{id}/activate | Activate a Campaign +*CertificationCampaignsApi* | [**start_campaign_remediation_scan**](sailpoint\v2024/docs/CertificationCampaignsApi.md#start_campaign_remediation_scan) | **POST** /campaigns/{id}/run-remediation-scan | Run Campaign Remediation Scan +*CertificationCampaignsApi* | [**start_campaign_report**](sailpoint\v2024/docs/CertificationCampaignsApi.md#start_campaign_report) | **POST** /campaigns/{id}/run-report/{type} | Run Campaign Report +*CertificationCampaignsApi* | [**start_generate_campaign_template**](sailpoint\v2024/docs/CertificationCampaignsApi.md#start_generate_campaign_template) | **POST** /campaign-templates/{id}/generate | Generate a Campaign from Template +*CertificationCampaignsApi* | [**update_campaign**](sailpoint\v2024/docs/CertificationCampaignsApi.md#update_campaign) | **PATCH** /campaigns/{id} | Update a Campaign +*CertificationSummariesApi* | [**get_identity_access_summaries**](sailpoint\v2024/docs/CertificationSummariesApi.md#get_identity_access_summaries) | **GET** /certifications/{id}/access-summaries/{type} | Access Summaries +*CertificationSummariesApi* | [**get_identity_decision_summary**](sailpoint\v2024/docs/CertificationSummariesApi.md#get_identity_decision_summary) | **GET** /certifications/{id}/decision-summary | Summary of Certification Decisions +*CertificationSummariesApi* | [**get_identity_summaries**](sailpoint\v2024/docs/CertificationSummariesApi.md#get_identity_summaries) | **GET** /certifications/{id}/identity-summaries | Identity Summaries for Campaign Certification +*CertificationSummariesApi* | [**get_identity_summary**](sailpoint\v2024/docs/CertificationSummariesApi.md#get_identity_summary) | **GET** /certifications/{id}/identity-summaries/{identitySummaryId} | Summary for Identity +*CertificationsApi* | [**get_certification_task**](sailpoint\v2024/docs/CertificationsApi.md#get_certification_task) | **GET** /certification-tasks/{id} | Certification Task by ID +*CertificationsApi* | [**get_identity_certification**](sailpoint\v2024/docs/CertificationsApi.md#get_identity_certification) | **GET** /certifications/{id} | Identity Certification by ID +*CertificationsApi* | [**get_identity_certification_item_permissions**](sailpoint\v2024/docs/CertificationsApi.md#get_identity_certification_item_permissions) | **GET** /certifications/{certificationId}/access-review-items/{itemId}/permissions | Permissions for Entitlement Certification Item +*CertificationsApi* | [**get_pending_certification_tasks**](sailpoint\v2024/docs/CertificationsApi.md#get_pending_certification_tasks) | **GET** /certification-tasks | List of Pending Certification Tasks +*CertificationsApi* | [**list_certification_reviewers**](sailpoint\v2024/docs/CertificationsApi.md#list_certification_reviewers) | **GET** /certifications/{id}/reviewers | List of Reviewers for certification +*CertificationsApi* | [**list_identity_access_review_items**](sailpoint\v2024/docs/CertificationsApi.md#list_identity_access_review_items) | **GET** /certifications/{id}/access-review-items | List of Access Review Items +*CertificationsApi* | [**list_identity_certifications**](sailpoint\v2024/docs/CertificationsApi.md#list_identity_certifications) | **GET** /certifications | List Identity Campaign Certifications +*CertificationsApi* | [**make_identity_decision**](sailpoint\v2024/docs/CertificationsApi.md#make_identity_decision) | **POST** /certifications/{id}/decide | Decide on a Certification Item +*CertificationsApi* | [**reassign_identity_certifications**](sailpoint\v2024/docs/CertificationsApi.md#reassign_identity_certifications) | **POST** /certifications/{id}/reassign | Reassign Identities or Items +*CertificationsApi* | [**sign_off_identity_certification**](sailpoint\v2024/docs/CertificationsApi.md#sign_off_identity_certification) | **POST** /certifications/{id}/sign-off | Finalize Identity Certification Decisions +*CertificationsApi* | [**submit_reassign_certs_async**](sailpoint\v2024/docs/CertificationsApi.md#submit_reassign_certs_async) | **POST** /certifications/{id}/reassign-async | Reassign Certifications Asynchronously +*ConfigurationHubApi* | [**create_deploy**](sailpoint\v2024/docs/ConfigurationHubApi.md#create_deploy) | **POST** /configuration-hub/deploys | Create a Deploy +*ConfigurationHubApi* | [**create_object_mapping**](sailpoint\v2024/docs/ConfigurationHubApi.md#create_object_mapping) | **POST** /configuration-hub/object-mappings/{sourceOrg} | Creates an object mapping +*ConfigurationHubApi* | [**create_object_mappings**](sailpoint\v2024/docs/ConfigurationHubApi.md#create_object_mappings) | **POST** /configuration-hub/object-mappings/{sourceOrg}/bulk-create | Bulk creates object mappings +*ConfigurationHubApi* | [**create_uploaded_configuration**](sailpoint\v2024/docs/ConfigurationHubApi.md#create_uploaded_configuration) | **POST** /configuration-hub/backups/uploads | Upload a Configuration +*ConfigurationHubApi* | [**delete_backup**](sailpoint\v2024/docs/ConfigurationHubApi.md#delete_backup) | **DELETE** /configuration-hub/backups/{id} | Delete a Backup +*ConfigurationHubApi* | [**delete_draft**](sailpoint\v2024/docs/ConfigurationHubApi.md#delete_draft) | **DELETE** /configuration-hub/drafts/{id} | Delete a draft +*ConfigurationHubApi* | [**delete_object_mapping**](sailpoint\v2024/docs/ConfigurationHubApi.md#delete_object_mapping) | **DELETE** /configuration-hub/object-mappings/{sourceOrg}/{objectMappingId} | Deletes an object mapping +*ConfigurationHubApi* | [**delete_uploaded_configuration**](sailpoint\v2024/docs/ConfigurationHubApi.md#delete_uploaded_configuration) | **DELETE** /configuration-hub/backups/uploads/{id} | Delete an Uploaded Configuration +*ConfigurationHubApi* | [**get_deploy**](sailpoint\v2024/docs/ConfigurationHubApi.md#get_deploy) | **GET** /configuration-hub/deploys/{id} | Get a Deploy +*ConfigurationHubApi* | [**get_object_mappings**](sailpoint\v2024/docs/ConfigurationHubApi.md#get_object_mappings) | **GET** /configuration-hub/object-mappings/{sourceOrg} | Gets list of object mappings +*ConfigurationHubApi* | [**get_uploaded_configuration**](sailpoint\v2024/docs/ConfigurationHubApi.md#get_uploaded_configuration) | **GET** /configuration-hub/backups/uploads/{id} | Get an Uploaded Configuration +*ConfigurationHubApi* | [**list_backups**](sailpoint\v2024/docs/ConfigurationHubApi.md#list_backups) | **GET** /configuration-hub/backups | List Backups +*ConfigurationHubApi* | [**list_deploys**](sailpoint\v2024/docs/ConfigurationHubApi.md#list_deploys) | **GET** /configuration-hub/deploys | List Deploys +*ConfigurationHubApi* | [**list_drafts**](sailpoint\v2024/docs/ConfigurationHubApi.md#list_drafts) | **GET** /configuration-hub/drafts | List Drafts +*ConfigurationHubApi* | [**list_uploaded_configurations**](sailpoint\v2024/docs/ConfigurationHubApi.md#list_uploaded_configurations) | **GET** /configuration-hub/backups/uploads | List Uploaded Configurations +*ConfigurationHubApi* | [**update_object_mappings**](sailpoint\v2024/docs/ConfigurationHubApi.md#update_object_mappings) | **POST** /configuration-hub/object-mappings/{sourceOrg}/bulk-patch | Bulk updates object mappings +*ConnectorRuleManagementApi* | [**create_connector_rule**](sailpoint\v2024/docs/ConnectorRuleManagementApi.md#create_connector_rule) | **POST** /connector-rules | Create Connector Rule +*ConnectorRuleManagementApi* | [**delete_connector_rule**](sailpoint\v2024/docs/ConnectorRuleManagementApi.md#delete_connector_rule) | **DELETE** /connector-rules/{id} | Delete Connector Rule +*ConnectorRuleManagementApi* | [**get_connector_rule**](sailpoint\v2024/docs/ConnectorRuleManagementApi.md#get_connector_rule) | **GET** /connector-rules/{id} | Get Connector Rule +*ConnectorRuleManagementApi* | [**get_connector_rule_list**](sailpoint\v2024/docs/ConnectorRuleManagementApi.md#get_connector_rule_list) | **GET** /connector-rules | List Connector Rules +*ConnectorRuleManagementApi* | [**put_connector_rule**](sailpoint\v2024/docs/ConnectorRuleManagementApi.md#put_connector_rule) | **PUT** /connector-rules/{id} | Update Connector Rule +*ConnectorRuleManagementApi* | [**test_connector_rule**](sailpoint\v2024/docs/ConnectorRuleManagementApi.md#test_connector_rule) | **POST** /connector-rules/validate | Validate Connector Rule +*ConnectorsApi* | [**create_custom_connector**](sailpoint\v2024/docs/ConnectorsApi.md#create_custom_connector) | **POST** /connectors | Create Custom Connector +*ConnectorsApi* | [**delete_custom_connector**](sailpoint\v2024/docs/ConnectorsApi.md#delete_custom_connector) | **DELETE** /connectors/{scriptName} | Delete Connector by Script Name +*ConnectorsApi* | [**get_connector**](sailpoint\v2024/docs/ConnectorsApi.md#get_connector) | **GET** /connectors/{scriptName} | Get Connector by Script Name +*ConnectorsApi* | [**get_connector_correlation_config**](sailpoint\v2024/docs/ConnectorsApi.md#get_connector_correlation_config) | **GET** /connectors/{scriptName}/correlation-config | Get Connector Correlation Configuration +*ConnectorsApi* | [**get_connector_list**](sailpoint\v2024/docs/ConnectorsApi.md#get_connector_list) | **GET** /connectors | Get Connector List +*ConnectorsApi* | [**get_connector_source_config**](sailpoint\v2024/docs/ConnectorsApi.md#get_connector_source_config) | **GET** /connectors/{scriptName}/source-config | Get Connector Source Configuration +*ConnectorsApi* | [**get_connector_source_template**](sailpoint\v2024/docs/ConnectorsApi.md#get_connector_source_template) | **GET** /connectors/{scriptName}/source-template | Get Connector Source Template +*ConnectorsApi* | [**get_connector_translations**](sailpoint\v2024/docs/ConnectorsApi.md#get_connector_translations) | **GET** /connectors/{scriptName}/translations/{locale} | Get Connector Translations +*ConnectorsApi* | [**put_connector_correlation_config**](sailpoint\v2024/docs/ConnectorsApi.md#put_connector_correlation_config) | **PUT** /connectors/{scriptName}/correlation-config | Update Connector Correlation Configuration +*ConnectorsApi* | [**put_connector_source_config**](sailpoint\v2024/docs/ConnectorsApi.md#put_connector_source_config) | **PUT** /connectors/{scriptName}/source-config | Update Connector Source Configuration +*ConnectorsApi* | [**put_connector_source_template**](sailpoint\v2024/docs/ConnectorsApi.md#put_connector_source_template) | **PUT** /connectors/{scriptName}/source-template | Update Connector Source Template +*ConnectorsApi* | [**put_connector_translations**](sailpoint\v2024/docs/ConnectorsApi.md#put_connector_translations) | **PUT** /connectors/{scriptName}/translations/{locale} | Update Connector Translations +*ConnectorsApi* | [**update_connector**](sailpoint\v2024/docs/ConnectorsApi.md#update_connector) | **PATCH** /connectors/{scriptName} | Update Connector by Script Name +*CustomFormsApi* | [**create_form_definition**](sailpoint\v2024/docs/CustomFormsApi.md#create_form_definition) | **POST** /form-definitions | Creates a form definition. +*CustomFormsApi* | [**create_form_definition_dynamic_schema**](sailpoint\v2024/docs/CustomFormsApi.md#create_form_definition_dynamic_schema) | **POST** /form-definitions/forms-action-dynamic-schema | Generate JSON Schema dynamically. +*CustomFormsApi* | [**create_form_definition_file_request**](sailpoint\v2024/docs/CustomFormsApi.md#create_form_definition_file_request) | **POST** /form-definitions/{formDefinitionID}/upload | Upload new form definition file. +*CustomFormsApi* | [**create_form_instance**](sailpoint\v2024/docs/CustomFormsApi.md#create_form_instance) | **POST** /form-instances | Creates a form instance. +*CustomFormsApi* | [**delete_form_definition**](sailpoint\v2024/docs/CustomFormsApi.md#delete_form_definition) | **DELETE** /form-definitions/{formDefinitionID} | Deletes a form definition. +*CustomFormsApi* | [**export_form_definitions_by_tenant**](sailpoint\v2024/docs/CustomFormsApi.md#export_form_definitions_by_tenant) | **GET** /form-definitions/export | List form definitions by tenant. +*CustomFormsApi* | [**get_file_from_s3**](sailpoint\v2024/docs/CustomFormsApi.md#get_file_from_s3) | **GET** /form-definitions/{formDefinitionID}/file/{fileID} | Download definition file by fileId. +*CustomFormsApi* | [**get_form_definition_by_key**](sailpoint\v2024/docs/CustomFormsApi.md#get_form_definition_by_key) | **GET** /form-definitions/{formDefinitionID} | Return a form definition. +*CustomFormsApi* | [**get_form_instance_by_key**](sailpoint\v2024/docs/CustomFormsApi.md#get_form_instance_by_key) | **GET** /form-instances/{formInstanceID} | Returns a form instance. +*CustomFormsApi* | [**get_form_instance_file**](sailpoint\v2024/docs/CustomFormsApi.md#get_form_instance_file) | **GET** /form-instances/{formInstanceID}/file/{fileID} | Download instance file by fileId. +*CustomFormsApi* | [**import_form_definitions**](sailpoint\v2024/docs/CustomFormsApi.md#import_form_definitions) | **POST** /form-definitions/import | Import form definitions from export. +*CustomFormsApi* | [**patch_form_definition**](sailpoint\v2024/docs/CustomFormsApi.md#patch_form_definition) | **PATCH** /form-definitions/{formDefinitionID} | Patch a form definition. +*CustomFormsApi* | [**patch_form_instance**](sailpoint\v2024/docs/CustomFormsApi.md#patch_form_instance) | **PATCH** /form-instances/{formInstanceID} | Patch a form instance. +*CustomFormsApi* | [**search_form_definitions_by_tenant**](sailpoint\v2024/docs/CustomFormsApi.md#search_form_definitions_by_tenant) | **GET** /form-definitions | Export form definitions by tenant. +*CustomFormsApi* | [**search_form_element_data_by_element_id**](sailpoint\v2024/docs/CustomFormsApi.md#search_form_element_data_by_element_id) | **GET** /form-instances/{formInstanceID}/data-source/{formElementID} | Retrieves dynamic data by element. +*CustomFormsApi* | [**search_form_instances_by_tenant**](sailpoint\v2024/docs/CustomFormsApi.md#search_form_instances_by_tenant) | **GET** /form-instances | List form instances by tenant. +*CustomFormsApi* | [**search_pre_defined_select_options**](sailpoint\v2024/docs/CustomFormsApi.md#search_pre_defined_select_options) | **GET** /form-definitions/predefined-select-options | List predefined select options. +*CustomFormsApi* | [**show_preview_data_source**](sailpoint\v2024/docs/CustomFormsApi.md#show_preview_data_source) | **POST** /form-definitions/{formDefinitionID}/data-source | Preview form definition data source. +*CustomPasswordInstructionsApi* | [**create_custom_password_instructions**](sailpoint\v2024/docs/CustomPasswordInstructionsApi.md#create_custom_password_instructions) | **POST** /custom-password-instructions | Create Custom Password Instructions +*CustomPasswordInstructionsApi* | [**delete_custom_password_instructions**](sailpoint\v2024/docs/CustomPasswordInstructionsApi.md#delete_custom_password_instructions) | **DELETE** /custom-password-instructions/{pageId} | Delete Custom Password Instructions by page ID +*CustomPasswordInstructionsApi* | [**get_custom_password_instructions**](sailpoint\v2024/docs/CustomPasswordInstructionsApi.md#get_custom_password_instructions) | **GET** /custom-password-instructions/{pageId} | Get Custom Password Instructions by Page ID +*DataSegmentationApi* | [**create_data_segment**](sailpoint\v2024/docs/DataSegmentationApi.md#create_data_segment) | **POST** /data-segments | Create Segment +*DataSegmentationApi* | [**delete_data_segment**](sailpoint\v2024/docs/DataSegmentationApi.md#delete_data_segment) | **DELETE** /data-segments/{segmentId} | Delete Segment by ID +*DataSegmentationApi* | [**get_data_segment**](sailpoint\v2024/docs/DataSegmentationApi.md#get_data_segment) | **GET** /data-segments/{segmentId} | Get Segment by ID +*DataSegmentationApi* | [**get_data_segment_identity_membership**](sailpoint\v2024/docs/DataSegmentationApi.md#get_data_segment_identity_membership) | **GET** /data-segments/membership/{identityId} | Get SegmentMembership by Identity ID +*DataSegmentationApi* | [**get_data_segmentation_enabled_for_user**](sailpoint\v2024/docs/DataSegmentationApi.md#get_data_segmentation_enabled_for_user) | **GET** /data-segments/user-enabled/{identityId} | Is Segmentation enabled by Identity +*DataSegmentationApi* | [**list_data_segments**](sailpoint\v2024/docs/DataSegmentationApi.md#list_data_segments) | **GET** /data-segments | Get Segments +*DataSegmentationApi* | [**patch_data_segment**](sailpoint\v2024/docs/DataSegmentationApi.md#patch_data_segment) | **PATCH** /data-segments/{segmentId} | Update Segment +*DataSegmentationApi* | [**publish_data_segment**](sailpoint\v2024/docs/DataSegmentationApi.md#publish_data_segment) | **POST** /data-segments/{segmentId} | Publish segment by ID +*DimensionsApi* | [**create_dimension**](sailpoint\v2024/docs/DimensionsApi.md#create_dimension) | **POST** /roles/{roleId}/dimensions | Create a Dimension +*DimensionsApi* | [**delete_bulk_dimensions**](sailpoint\v2024/docs/DimensionsApi.md#delete_bulk_dimensions) | **POST** /roles/{roleId}/dimensions/bulk-delete | Delete Dimension(s) +*DimensionsApi* | [**delete_dimension**](sailpoint\v2024/docs/DimensionsApi.md#delete_dimension) | **DELETE** /roles/{roleId}/dimensions/{dimensionId} | Delete a Dimension +*DimensionsApi* | [**get_dimension**](sailpoint\v2024/docs/DimensionsApi.md#get_dimension) | **GET** /roles/{roleId}/dimensions/{dimensionId} | Get a Dimension under Role. +*DimensionsApi* | [**get_dimension_entitlements**](sailpoint\v2024/docs/DimensionsApi.md#get_dimension_entitlements) | **GET** /roles/{roleId}/dimensions/{dimensionId}/entitlements | List Dimension's Entitlements +*DimensionsApi* | [**list_dimension_access_profiles**](sailpoint\v2024/docs/DimensionsApi.md#list_dimension_access_profiles) | **GET** /roles/{roleId}/dimensions/{dimensionId}/access-profiles | List Dimension's Access Profiles +*DimensionsApi* | [**list_dimensions**](sailpoint\v2024/docs/DimensionsApi.md#list_dimensions) | **GET** /roles/{roleId}/dimensions | List Dimensions +*DimensionsApi* | [**patch_dimension**](sailpoint\v2024/docs/DimensionsApi.md#patch_dimension) | **PATCH** /roles/{roleId}/dimensions/{dimensionId} | Patch a specified Dimension +*EntitlementsApi* | [**create_access_model_metadata_for_entitlement**](sailpoint\v2024/docs/EntitlementsApi.md#create_access_model_metadata_for_entitlement) | **POST** /entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue} | Add metadata to an entitlement. +*EntitlementsApi* | [**delete_access_model_metadata_from_entitlement**](sailpoint\v2024/docs/EntitlementsApi.md#delete_access_model_metadata_from_entitlement) | **DELETE** /entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue} | Remove metadata from an entitlement. +*EntitlementsApi* | [**get_entitlement**](sailpoint\v2024/docs/EntitlementsApi.md#get_entitlement) | **GET** /entitlements/{id} | Get an entitlement +*EntitlementsApi* | [**get_entitlement_request_config**](sailpoint\v2024/docs/EntitlementsApi.md#get_entitlement_request_config) | **GET** /entitlements/{id}/entitlement-request-config | Get Entitlement Request Config +*EntitlementsApi* | [**import_entitlements_by_source**](sailpoint\v2024/docs/EntitlementsApi.md#import_entitlements_by_source) | **POST** /entitlements/aggregate/sources/{id} | Aggregate Entitlements +*EntitlementsApi* | [**list_entitlement_children**](sailpoint\v2024/docs/EntitlementsApi.md#list_entitlement_children) | **GET** /entitlements/{id}/children | List of entitlements children +*EntitlementsApi* | [**list_entitlement_parents**](sailpoint\v2024/docs/EntitlementsApi.md#list_entitlement_parents) | **GET** /entitlements/{id}/parents | List of entitlements parents +*EntitlementsApi* | [**list_entitlements**](sailpoint\v2024/docs/EntitlementsApi.md#list_entitlements) | **GET** /entitlements | Gets a list of entitlements. +*EntitlementsApi* | [**patch_entitlement**](sailpoint\v2024/docs/EntitlementsApi.md#patch_entitlement) | **PATCH** /entitlements/{id} | Patch an entitlement +*EntitlementsApi* | [**put_entitlement_request_config**](sailpoint\v2024/docs/EntitlementsApi.md#put_entitlement_request_config) | **PUT** /entitlements/{id}/entitlement-request-config | Replace Entitlement Request Config +*EntitlementsApi* | [**reset_source_entitlements**](sailpoint\v2024/docs/EntitlementsApi.md#reset_source_entitlements) | **POST** /entitlements/reset/sources/{id} | Reset Source Entitlements +*EntitlementsApi* | [**update_entitlements_in_bulk**](sailpoint\v2024/docs/EntitlementsApi.md#update_entitlements_in_bulk) | **POST** /entitlements/bulk-update | Bulk update an entitlement list +*GlobalTenantSecuritySettingsApi* | [**create_auth_org_network_config**](sailpoint\v2024/docs/GlobalTenantSecuritySettingsApi.md#create_auth_org_network_config) | **POST** /auth-org/network-config | Create security network configuration. +*GlobalTenantSecuritySettingsApi* | [**get_auth_org_network_config**](sailpoint\v2024/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_network_config) | **GET** /auth-org/network-config | Get security network configuration. +*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_network_config**](sailpoint\v2024/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_network_config) | **PATCH** /auth-org/network-config | Update security network configuration. +*GovernanceGroupsApi* | [**create_workgroup**](sailpoint\v2024/docs/GovernanceGroupsApi.md#create_workgroup) | **POST** /workgroups | Create a new Governance Group. +*GovernanceGroupsApi* | [**delete_workgroup**](sailpoint\v2024/docs/GovernanceGroupsApi.md#delete_workgroup) | **DELETE** /workgroups/{id} | Delete a Governance Group +*GovernanceGroupsApi* | [**delete_workgroup_members**](sailpoint\v2024/docs/GovernanceGroupsApi.md#delete_workgroup_members) | **POST** /workgroups/{workgroupId}/members/bulk-delete | Remove members from Governance Group +*GovernanceGroupsApi* | [**delete_workgroups_in_bulk**](sailpoint\v2024/docs/GovernanceGroupsApi.md#delete_workgroups_in_bulk) | **POST** /workgroups/bulk-delete | Delete Governance Group(s) +*GovernanceGroupsApi* | [**get_workgroup**](sailpoint\v2024/docs/GovernanceGroupsApi.md#get_workgroup) | **GET** /workgroups/{id} | Get Governance Group by Id +*GovernanceGroupsApi* | [**list_connections**](sailpoint\v2024/docs/GovernanceGroupsApi.md#list_connections) | **GET** /workgroups/{workgroupId}/connections | List connections for Governance Group +*GovernanceGroupsApi* | [**list_workgroup_members**](sailpoint\v2024/docs/GovernanceGroupsApi.md#list_workgroup_members) | **GET** /workgroups/{workgroupId}/members | List Governance Group Members +*GovernanceGroupsApi* | [**list_workgroups**](sailpoint\v2024/docs/GovernanceGroupsApi.md#list_workgroups) | **GET** /workgroups | List Governance Groups +*GovernanceGroupsApi* | [**patch_workgroup**](sailpoint\v2024/docs/GovernanceGroupsApi.md#patch_workgroup) | **PATCH** /workgroups/{id} | Patch a Governance Group +*GovernanceGroupsApi* | [**update_workgroup_members**](sailpoint\v2024/docs/GovernanceGroupsApi.md#update_workgroup_members) | **POST** /workgroups/{workgroupId}/members/bulk-add | Add members to Governance Group +*IAIAccessRequestRecommendationsApi* | [**add_access_request_recommendations_ignored_item**](sailpoint\v2024/docs/IAIAccessRequestRecommendationsApi.md#add_access_request_recommendations_ignored_item) | **POST** /ai-access-request-recommendations/ignored-items | Notification of Ignored Access Request Recommendations +*IAIAccessRequestRecommendationsApi* | [**add_access_request_recommendations_requested_item**](sailpoint\v2024/docs/IAIAccessRequestRecommendationsApi.md#add_access_request_recommendations_requested_item) | **POST** /ai-access-request-recommendations/requested-items | Notification of Requested Access Request Recommendations +*IAIAccessRequestRecommendationsApi* | [**add_access_request_recommendations_viewed_item**](sailpoint\v2024/docs/IAIAccessRequestRecommendationsApi.md#add_access_request_recommendations_viewed_item) | **POST** /ai-access-request-recommendations/viewed-items | Notification of Viewed Access Request Recommendations +*IAIAccessRequestRecommendationsApi* | [**add_access_request_recommendations_viewed_items**](sailpoint\v2024/docs/IAIAccessRequestRecommendationsApi.md#add_access_request_recommendations_viewed_items) | **POST** /ai-access-request-recommendations/viewed-items/bulk-create | Notification of Viewed Access Request Recommendations in Bulk +*IAIAccessRequestRecommendationsApi* | [**get_access_request_recommendations**](sailpoint\v2024/docs/IAIAccessRequestRecommendationsApi.md#get_access_request_recommendations) | **GET** /ai-access-request-recommendations | Identity Access Request Recommendations +*IAIAccessRequestRecommendationsApi* | [**get_access_request_recommendations_ignored_items**](sailpoint\v2024/docs/IAIAccessRequestRecommendationsApi.md#get_access_request_recommendations_ignored_items) | **GET** /ai-access-request-recommendations/ignored-items | List of Ignored Access Request Recommendations +*IAIAccessRequestRecommendationsApi* | [**get_access_request_recommendations_requested_items**](sailpoint\v2024/docs/IAIAccessRequestRecommendationsApi.md#get_access_request_recommendations_requested_items) | **GET** /ai-access-request-recommendations/requested-items | List of Requested Access Request Recommendations +*IAIAccessRequestRecommendationsApi* | [**get_access_request_recommendations_viewed_items**](sailpoint\v2024/docs/IAIAccessRequestRecommendationsApi.md#get_access_request_recommendations_viewed_items) | **GET** /ai-access-request-recommendations/viewed-items | List of Viewed Access Request Recommendations +*IAICommonAccessApi* | [**create_common_access**](sailpoint\v2024/docs/IAICommonAccessApi.md#create_common_access) | **POST** /common-access | Create common access items +*IAICommonAccessApi* | [**get_common_access**](sailpoint\v2024/docs/IAICommonAccessApi.md#get_common_access) | **GET** /common-access | Get a paginated list of common access +*IAICommonAccessApi* | [**update_common_access_status_in_bulk**](sailpoint\v2024/docs/IAICommonAccessApi.md#update_common_access_status_in_bulk) | **POST** /common-access/update-status | Bulk update common access status +*IAIOutliersApi* | [**export_outliers_zip**](sailpoint\v2024/docs/IAIOutliersApi.md#export_outliers_zip) | **GET** /outliers/export | IAI Identity Outliers Export +*IAIOutliersApi* | [**get_identity_outlier_snapshots**](sailpoint\v2024/docs/IAIOutliersApi.md#get_identity_outlier_snapshots) | **GET** /outlier-summaries | IAI Identity Outliers Summary +*IAIOutliersApi* | [**get_identity_outliers**](sailpoint\v2024/docs/IAIOutliersApi.md#get_identity_outliers) | **GET** /outliers | IAI Get Identity Outliers +*IAIOutliersApi* | [**get_latest_identity_outlier_snapshots**](sailpoint\v2024/docs/IAIOutliersApi.md#get_latest_identity_outlier_snapshots) | **GET** /outlier-summaries/latest | IAI Identity Outliers Latest Summary +*IAIOutliersApi* | [**get_outlier_contributing_feature_summary**](sailpoint\v2024/docs/IAIOutliersApi.md#get_outlier_contributing_feature_summary) | **GET** /outlier-feature-summaries/{outlierFeatureId} | Get identity outlier contibuting feature summary +*IAIOutliersApi* | [**get_peer_group_outliers_contributing_features**](sailpoint\v2024/docs/IAIOutliersApi.md#get_peer_group_outliers_contributing_features) | **GET** /outliers/{outlierId}/contributing-features | Get identity outlier's contibuting features +*IAIOutliersApi* | [**ignore_identity_outliers**](sailpoint\v2024/docs/IAIOutliersApi.md#ignore_identity_outliers) | **POST** /outliers/ignore | IAI Identity Outliers Ignore +*IAIOutliersApi* | [**list_outliers_contributing_feature_access_items**](sailpoint\v2024/docs/IAIOutliersApi.md#list_outliers_contributing_feature_access_items) | **GET** /outliers/{outlierId}/feature-details/{contributingFeatureName}/access-items | Gets a list of access items associated with each identity outlier contributing feature +*IAIOutliersApi* | [**un_ignore_identity_outliers**](sailpoint\v2024/docs/IAIOutliersApi.md#un_ignore_identity_outliers) | **POST** /outliers/unignore | IAI Identity Outliers Unignore +*IAIPeerGroupStrategiesApi* | [**get_peer_group_outliers**](sailpoint\v2024/docs/IAIPeerGroupStrategiesApi.md#get_peer_group_outliers) | **GET** /peer-group-strategies/{strategy}/identity-outliers | Identity Outliers List +*IAIRecommendationsApi* | [**get_recommendations**](sailpoint\v2024/docs/IAIRecommendationsApi.md#get_recommendations) | **POST** /recommendations/request | Returns a Recommendation Based on Object +*IAIRecommendationsApi* | [**get_recommendations_config**](sailpoint\v2024/docs/IAIRecommendationsApi.md#get_recommendations_config) | **GET** /recommendations/config | Get certification recommendation config values +*IAIRecommendationsApi* | [**update_recommendations_config**](sailpoint\v2024/docs/IAIRecommendationsApi.md#update_recommendations_config) | **PUT** /recommendations/config | Update certification recommendation config values +*IAIRoleMiningApi* | [**create_potential_role_provision_request**](sailpoint\v2024/docs/IAIRoleMiningApi.md#create_potential_role_provision_request) | **POST** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/provision | Create request to provision a potential role into an actual role. +*IAIRoleMiningApi* | [**create_role_mining_sessions**](sailpoint\v2024/docs/IAIRoleMiningApi.md#create_role_mining_sessions) | **POST** /role-mining-sessions | Create a role mining session +*IAIRoleMiningApi* | [**download_role_mining_potential_role_zip**](sailpoint\v2024/docs/IAIRoleMiningApi.md#download_role_mining_potential_role_zip) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-async/{exportId}/download | Export (download) details for a potential role in a role mining session +*IAIRoleMiningApi* | [**export_role_mining_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#export_role_mining_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export | Export (download) details for a potential role in a role mining session +*IAIRoleMiningApi* | [**export_role_mining_potential_role_async**](sailpoint\v2024/docs/IAIRoleMiningApi.md#export_role_mining_potential_role_async) | **POST** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-async | Asynchronously export details for a potential role in a role mining session and upload to S3 +*IAIRoleMiningApi* | [**export_role_mining_potential_role_status**](sailpoint\v2024/docs/IAIRoleMiningApi.md#export_role_mining_potential_role_status) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/export-async/{exportId} | Retrieve status of a potential role export job +*IAIRoleMiningApi* | [**get_all_potential_role_summaries**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_all_potential_role_summaries) | **GET** /role-mining-potential-roles | Retrieves all potential role summaries +*IAIRoleMiningApi* | [**get_entitlement_distribution_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_entitlement_distribution_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/entitlement-popularity-distribution | Retrieves entitlement popularity distribution for a potential role in a role mining session +*IAIRoleMiningApi* | [**get_entitlements_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_entitlements_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/entitlement-popularities | Retrieves entitlements for a potential role in a role mining session +*IAIRoleMiningApi* | [**get_excluded_entitlements_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_excluded_entitlements_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/excluded-entitlements | Retrieves excluded entitlements for a potential role in a role mining session +*IAIRoleMiningApi* | [**get_identities_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_identities_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/identities | Retrieves identities for a potential role in a role mining session +*IAIRoleMiningApi* | [**get_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_potential_role) | **GET** /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId} | Retrieves a specific potential role +*IAIRoleMiningApi* | [**get_potential_role_applications**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_potential_role_applications) | **GET** /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}/applications | Retrieves the applications of a potential role for a role mining session +*IAIRoleMiningApi* | [**get_potential_role_entitlements**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_potential_role_entitlements) | **GET** /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}/entitlements | Retrieves the entitlements of a potential role for a role mining session +*IAIRoleMiningApi* | [**get_potential_role_source_identity_usage**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_potential_role_source_identity_usage) | **GET** /role-mining-potential-roles/{potentialRoleId}/sources/{sourceId}/identityUsage | Retrieves potential role source usage +*IAIRoleMiningApi* | [**get_potential_role_summaries**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_potential_role_summaries) | **GET** /role-mining-sessions/{sessionId}/potential-role-summaries | Retrieves all potential role summaries +*IAIRoleMiningApi* | [**get_role_mining_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_role_mining_potential_role) | **GET** /role-mining-potential-roles/{potentialRoleId} | Retrieves a specific potential role +*IAIRoleMiningApi* | [**get_role_mining_session**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_role_mining_session) | **GET** /role-mining-sessions/{sessionId} | Get a role mining session +*IAIRoleMiningApi* | [**get_role_mining_session_status**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_role_mining_session_status) | **GET** /role-mining-sessions/{sessionId}/status | Get role mining session status state +*IAIRoleMiningApi* | [**get_role_mining_sessions**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_role_mining_sessions) | **GET** /role-mining-sessions | Retrieves all role mining sessions +*IAIRoleMiningApi* | [**get_saved_potential_roles**](sailpoint\v2024/docs/IAIRoleMiningApi.md#get_saved_potential_roles) | **GET** /role-mining-potential-roles/saved | Retrieves all saved potential roles +*IAIRoleMiningApi* | [**patch_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#patch_potential_role) | **PATCH** /role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId} | Update a potential role +*IAIRoleMiningApi* | [**patch_potential_role_0**](sailpoint\v2024/docs/IAIRoleMiningApi.md#patch_potential_role_0) | **PATCH** /role-mining-potential-roles/{potentialRoleId} | Update a potential role +*IAIRoleMiningApi* | [**patch_role_mining_session**](sailpoint\v2024/docs/IAIRoleMiningApi.md#patch_role_mining_session) | **PATCH** /role-mining-sessions/{sessionId} | Patch a role mining session +*IAIRoleMiningApi* | [**update_entitlements_potential_role**](sailpoint\v2024/docs/IAIRoleMiningApi.md#update_entitlements_potential_role) | **POST** /role-mining-sessions/{sessionId}/potential-roles/{potentialRoleId}/edit-entitlements | Edit entitlements for a potential role to exclude some entitlements +*IconsApi* | [**delete_icon**](sailpoint\v2024/docs/IconsApi.md#delete_icon) | **DELETE** /icons/{objectType}/{objectId} | Delete an icon +*IconsApi* | [**set_icon**](sailpoint\v2024/docs/IconsApi.md#set_icon) | **PUT** /icons/{objectType}/{objectId} | Update an icon +*IdentitiesApi* | [**delete_identity**](sailpoint\v2024/docs/IdentitiesApi.md#delete_identity) | **DELETE** /identities/{id} | Delete identity +*IdentitiesApi* | [**get_identity**](sailpoint\v2024/docs/IdentitiesApi.md#get_identity) | **GET** /identities/{id} | Identity Details +*IdentitiesApi* | [**get_identity_ownership_details**](sailpoint\v2024/docs/IdentitiesApi.md#get_identity_ownership_details) | **GET** /identities/{identityId}/ownership | Get ownership details +*IdentitiesApi* | [**get_role_assignment**](sailpoint\v2024/docs/IdentitiesApi.md#get_role_assignment) | **GET** /identities/{identityId}/role-assignments/{assignmentId} | Role assignment details +*IdentitiesApi* | [**get_role_assignments**](sailpoint\v2024/docs/IdentitiesApi.md#get_role_assignments) | **GET** /identities/{identityId}/role-assignments | List role assignments +*IdentitiesApi* | [**list_identities**](sailpoint\v2024/docs/IdentitiesApi.md#list_identities) | **GET** /identities | List Identities +*IdentitiesApi* | [**reset_identity**](sailpoint\v2024/docs/IdentitiesApi.md#reset_identity) | **POST** /identities/{id}/reset | Reset an identity +*IdentitiesApi* | [**send_identity_verification_account_token**](sailpoint\v2024/docs/IdentitiesApi.md#send_identity_verification_account_token) | **POST** /identities/{id}/verification/account/send | Send password reset email +*IdentitiesApi* | [**start_identities_invite**](sailpoint\v2024/docs/IdentitiesApi.md#start_identities_invite) | **POST** /identities/invite | Invite identities to register +*IdentitiesApi* | [**start_identity_processing**](sailpoint\v2024/docs/IdentitiesApi.md#start_identity_processing) | **POST** /identities/process | Process a list of identityIds +*IdentitiesApi* | [**synchronize_attributes_for_identity**](sailpoint\v2024/docs/IdentitiesApi.md#synchronize_attributes_for_identity) | **POST** /identities/{identityId}/synchronize-attributes | Attribute synchronization for single identity. +*IdentityAttributesApi* | [**create_identity_attribute**](sailpoint\v2024/docs/IdentityAttributesApi.md#create_identity_attribute) | **POST** /identity-attributes | Create Identity Attribute +*IdentityAttributesApi* | [**delete_identity_attribute**](sailpoint\v2024/docs/IdentityAttributesApi.md#delete_identity_attribute) | **DELETE** /identity-attributes/{name} | Delete Identity Attribute +*IdentityAttributesApi* | [**delete_identity_attributes_in_bulk**](sailpoint\v2024/docs/IdentityAttributesApi.md#delete_identity_attributes_in_bulk) | **DELETE** /identity-attributes/bulk-delete | Bulk delete Identity Attributes +*IdentityAttributesApi* | [**get_identity_attribute**](sailpoint\v2024/docs/IdentityAttributesApi.md#get_identity_attribute) | **GET** /identity-attributes/{name} | Get Identity Attribute +*IdentityAttributesApi* | [**list_identity_attributes**](sailpoint\v2024/docs/IdentityAttributesApi.md#list_identity_attributes) | **GET** /identity-attributes | List Identity Attributes +*IdentityAttributesApi* | [**put_identity_attribute**](sailpoint\v2024/docs/IdentityAttributesApi.md#put_identity_attribute) | **PUT** /identity-attributes/{name} | Update Identity Attribute +*IdentityHistoryApi* | [**compare_identity_snapshots**](sailpoint\v2024/docs/IdentityHistoryApi.md#compare_identity_snapshots) | **GET** /historical-identities/{id}/compare | Gets a difference of count for each access item types for the given identity between 2 snapshots +*IdentityHistoryApi* | [**compare_identity_snapshots_access_type**](sailpoint\v2024/docs/IdentityHistoryApi.md#compare_identity_snapshots_access_type) | **GET** /historical-identities/{id}/compare/{access-type} | Gets a list of differences of specific accessType for the given identity between 2 snapshots +*IdentityHistoryApi* | [**get_historical_identity**](sailpoint\v2024/docs/IdentityHistoryApi.md#get_historical_identity) | **GET** /historical-identities/{id} | Get latest snapshot of identity +*IdentityHistoryApi* | [**get_historical_identity_events**](sailpoint\v2024/docs/IdentityHistoryApi.md#get_historical_identity_events) | **GET** /historical-identities/{id}/events | Lists all events for the given identity +*IdentityHistoryApi* | [**get_identity_snapshot**](sailpoint\v2024/docs/IdentityHistoryApi.md#get_identity_snapshot) | **GET** /historical-identities/{id}/snapshots/{date} | Gets an identity snapshot at a given date +*IdentityHistoryApi* | [**get_identity_snapshot_summary**](sailpoint\v2024/docs/IdentityHistoryApi.md#get_identity_snapshot_summary) | **GET** /historical-identities/{id}/snapshot-summary | Gets the summary for the event count for a specific identity +*IdentityHistoryApi* | [**get_identity_start_date**](sailpoint\v2024/docs/IdentityHistoryApi.md#get_identity_start_date) | **GET** /historical-identities/{id}/start-date | Gets the start date of the identity +*IdentityHistoryApi* | [**list_historical_identities**](sailpoint\v2024/docs/IdentityHistoryApi.md#list_historical_identities) | **GET** /historical-identities | Lists all the identities +*IdentityHistoryApi* | [**list_identity_access_items**](sailpoint\v2024/docs/IdentityHistoryApi.md#list_identity_access_items) | **GET** /historical-identities/{id}/access-items | List Access Items by Identity +*IdentityHistoryApi* | [**list_identity_snapshot_access_items**](sailpoint\v2024/docs/IdentityHistoryApi.md#list_identity_snapshot_access_items) | **GET** /historical-identities/{id}/snapshots/{date}/access-items | Gets the list of identity access items at a given date filterd by item type +*IdentityHistoryApi* | [**list_identity_snapshots**](sailpoint\v2024/docs/IdentityHistoryApi.md#list_identity_snapshots) | **GET** /historical-identities/{id}/snapshots | Lists all the snapshots for the identity +*IdentityProfilesApi* | [**create_identity_profile**](sailpoint\v2024/docs/IdentityProfilesApi.md#create_identity_profile) | **POST** /identity-profiles | Create an Identity Profile +*IdentityProfilesApi* | [**delete_identity_profile**](sailpoint\v2024/docs/IdentityProfilesApi.md#delete_identity_profile) | **DELETE** /identity-profiles/{identity-profile-id} | Delete an Identity Profile +*IdentityProfilesApi* | [**delete_identity_profiles**](sailpoint\v2024/docs/IdentityProfilesApi.md#delete_identity_profiles) | **POST** /identity-profiles/bulk-delete | Delete Identity Profiles +*IdentityProfilesApi* | [**export_identity_profiles**](sailpoint\v2024/docs/IdentityProfilesApi.md#export_identity_profiles) | **GET** /identity-profiles/export | Export Identity Profiles +*IdentityProfilesApi* | [**get_default_identity_attribute_config**](sailpoint\v2024/docs/IdentityProfilesApi.md#get_default_identity_attribute_config) | **GET** /identity-profiles/{identity-profile-id}/default-identity-attribute-config | Get default Identity Attribute Config +*IdentityProfilesApi* | [**get_identity_profile**](sailpoint\v2024/docs/IdentityProfilesApi.md#get_identity_profile) | **GET** /identity-profiles/{identity-profile-id} | Get single Identity Profile +*IdentityProfilesApi* | [**import_identity_profiles**](sailpoint\v2024/docs/IdentityProfilesApi.md#import_identity_profiles) | **POST** /identity-profiles/import | Import Identity Profiles +*IdentityProfilesApi* | [**list_identity_profiles**](sailpoint\v2024/docs/IdentityProfilesApi.md#list_identity_profiles) | **GET** /identity-profiles | Identity Profiles List +*IdentityProfilesApi* | [**show_identity_preview**](sailpoint\v2024/docs/IdentityProfilesApi.md#show_identity_preview) | **POST** /identity-profiles/identity-preview | Generate Identity Profile Preview +*IdentityProfilesApi* | [**sync_identity_profile**](sailpoint\v2024/docs/IdentityProfilesApi.md#sync_identity_profile) | **POST** /identity-profiles/{identity-profile-id}/process-identities | Process identities under profile +*IdentityProfilesApi* | [**update_identity_profile**](sailpoint\v2024/docs/IdentityProfilesApi.md#update_identity_profile) | **PATCH** /identity-profiles/{identity-profile-id} | Update the Identity Profile +*LifecycleStatesApi* | [**create_lifecycle_state**](sailpoint\v2024/docs/LifecycleStatesApi.md#create_lifecycle_state) | **POST** /identity-profiles/{identity-profile-id}/lifecycle-states | Create Lifecycle State +*LifecycleStatesApi* | [**delete_lifecycle_state**](sailpoint\v2024/docs/LifecycleStatesApi.md#delete_lifecycle_state) | **DELETE** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Delete Lifecycle State +*LifecycleStatesApi* | [**get_lifecycle_state**](sailpoint\v2024/docs/LifecycleStatesApi.md#get_lifecycle_state) | **GET** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Get Lifecycle State +*LifecycleStatesApi* | [**get_lifecycle_states**](sailpoint\v2024/docs/LifecycleStatesApi.md#get_lifecycle_states) | **GET** /identity-profiles/{identity-profile-id}/lifecycle-states | Lists LifecycleStates +*LifecycleStatesApi* | [**set_lifecycle_state**](sailpoint\v2024/docs/LifecycleStatesApi.md#set_lifecycle_state) | **POST** /identities/{identity-id}/set-lifecycle-state | Set Lifecycle State +*LifecycleStatesApi* | [**update_lifecycle_states**](sailpoint\v2024/docs/LifecycleStatesApi.md#update_lifecycle_states) | **PATCH** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Update Lifecycle State +*MFAConfigurationApi* | [**get_mfa_duo_config**](sailpoint\v2024/docs/MFAConfigurationApi.md#get_mfa_duo_config) | **GET** /mfa/duo-web/config | Configuration of Duo MFA method +*MFAConfigurationApi* | [**get_mfa_kba_config**](sailpoint\v2024/docs/MFAConfigurationApi.md#get_mfa_kba_config) | **GET** /mfa/kba/config | Configuration of KBA MFA method +*MFAConfigurationApi* | [**get_mfa_okta_config**](sailpoint\v2024/docs/MFAConfigurationApi.md#get_mfa_okta_config) | **GET** /mfa/okta-verify/config | Configuration of Okta MFA method +*MFAConfigurationApi* | [**set_mfa_duo_config**](sailpoint\v2024/docs/MFAConfigurationApi.md#set_mfa_duo_config) | **PUT** /mfa/duo-web/config | Set Duo MFA configuration +*MFAConfigurationApi* | [**set_mfa_okta_config**](sailpoint\v2024/docs/MFAConfigurationApi.md#set_mfa_okta_config) | **PUT** /mfa/okta-verify/config | Set Okta MFA configuration +*MFAConfigurationApi* | [**set_mfakba_config**](sailpoint\v2024/docs/MFAConfigurationApi.md#set_mfakba_config) | **POST** /mfa/kba/config/answers | Set MFA KBA configuration +*MFAConfigurationApi* | [**test_mfa_config**](sailpoint\v2024/docs/MFAConfigurationApi.md#test_mfa_config) | **GET** /mfa/{method}/test | MFA method's test configuration +*ManagedClientsApi* | [**create_managed_client**](sailpoint\v2024/docs/ManagedClientsApi.md#create_managed_client) | **POST** /managed-clients | Create Managed Client +*ManagedClientsApi* | [**delete_managed_client**](sailpoint\v2024/docs/ManagedClientsApi.md#delete_managed_client) | **DELETE** /managed-clients/{id} | Delete Managed Client +*ManagedClientsApi* | [**get_managed_client**](sailpoint\v2024/docs/ManagedClientsApi.md#get_managed_client) | **GET** /managed-clients/{id} | Get Managed Client +*ManagedClientsApi* | [**get_managed_client_status**](sailpoint\v2024/docs/ManagedClientsApi.md#get_managed_client_status) | **GET** /managed-clients/{id}/status | Get Managed Client Status +*ManagedClientsApi* | [**get_managed_clients**](sailpoint\v2024/docs/ManagedClientsApi.md#get_managed_clients) | **GET** /managed-clients | Get Managed Clients +*ManagedClientsApi* | [**update_managed_client**](sailpoint\v2024/docs/ManagedClientsApi.md#update_managed_client) | **PATCH** /managed-clients/{id} | Update Managed Client +*ManagedClustersApi* | [**create_managed_cluster**](sailpoint\v2024/docs/ManagedClustersApi.md#create_managed_cluster) | **POST** /managed-clusters | Create Create Managed Cluster +*ManagedClustersApi* | [**delete_managed_cluster**](sailpoint\v2024/docs/ManagedClustersApi.md#delete_managed_cluster) | **DELETE** /managed-clusters/{id} | Delete Managed Cluster +*ManagedClustersApi* | [**get_client_log_configuration**](sailpoint\v2024/docs/ManagedClustersApi.md#get_client_log_configuration) | **GET** /managed-clusters/{id}/log-config | Get Managed Cluster Log Configuration +*ManagedClustersApi* | [**get_managed_cluster**](sailpoint\v2024/docs/ManagedClustersApi.md#get_managed_cluster) | **GET** /managed-clusters/{id} | Get Managed Cluster +*ManagedClustersApi* | [**get_managed_clusters**](sailpoint\v2024/docs/ManagedClustersApi.md#get_managed_clusters) | **GET** /managed-clusters | Get Managed Clusters +*ManagedClustersApi* | [**put_client_log_configuration**](sailpoint\v2024/docs/ManagedClustersApi.md#put_client_log_configuration) | **PUT** /managed-clusters/{id}/log-config | Update Managed Cluster Log Configuration +*ManagedClustersApi* | [**update_managed_cluster**](sailpoint\v2024/docs/ManagedClustersApi.md#update_managed_cluster) | **PATCH** /managed-clusters/{id} | Update Managed Cluster +*NonEmployeeLifecycleManagementApi* | [**approve_non_employee_request**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#approve_non_employee_request) | **POST** /non-employee-approvals/{id}/approve | Approve a Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**create_non_employee_record**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_record) | **POST** /non-employee-records | Create Non-Employee Record +*NonEmployeeLifecycleManagementApi* | [**create_non_employee_request**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_request) | **POST** /non-employee-requests | Create Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**create_non_employee_source**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_source) | **POST** /non-employee-sources | Create Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**create_non_employee_source_schema_attributes**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_source_schema_attributes) | **POST** /non-employee-sources/{sourceId}/schema-attributes | Create a new Schema Attribute for Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_record**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_record) | **DELETE** /non-employee-records/{id} | Delete Non-Employee Record +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_records_in_bulk**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_records_in_bulk) | **POST** /non-employee-records/bulk-delete | Delete Multiple Non-Employee Records +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_request**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_request) | **DELETE** /non-employee-requests/{id} | Delete Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_schema_attribute**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_schema_attribute) | **DELETE** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Delete a Schema Attribute for Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_source**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_source) | **DELETE** /non-employee-sources/{sourceId} | Delete Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_source_schema_attributes**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_source_schema_attributes) | **DELETE** /non-employee-sources/{sourceId}/schema-attributes | Delete all custom schema attributes for Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**export_non_employee_records**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#export_non_employee_records) | **GET** /non-employee-sources/{id}/non-employees/download | Exports Non-Employee Records to CSV +*NonEmployeeLifecycleManagementApi* | [**export_non_employee_source_schema_template**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#export_non_employee_source_schema_template) | **GET** /non-employee-sources/{id}/schema-attributes-template/download | Exports Source Schema Template +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_approval**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_approval) | **GET** /non-employee-approvals/{id} | Get a non-employee approval item detail +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_approval_summary**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_approval_summary) | **GET** /non-employee-approvals/summary/{requested-for} | Get Summary of Non-Employee Approval Requests +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_bulk_upload_status**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_bulk_upload_status) | **GET** /non-employee-sources/{id}/non-employee-bulk-upload/status | Obtain the status of bulk upload on the source +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_record**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_record) | **GET** /non-employee-records/{id} | Get a Non-Employee Record +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_request**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_request) | **GET** /non-employee-requests/{id} | Get a Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_request_summary**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_request_summary) | **GET** /non-employee-requests/summary/{requested-for} | Get Summary of Non-Employee Requests +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_schema_attribute**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_schema_attribute) | **GET** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Get Schema Attribute Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_source**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_source) | **GET** /non-employee-sources/{sourceId} | Get a Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_source_schema_attributes**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_source_schema_attributes) | **GET** /non-employee-sources/{sourceId}/schema-attributes | List Schema Attributes Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**import_non_employee_records_in_bulk**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#import_non_employee_records_in_bulk) | **POST** /non-employee-sources/{id}/non-employee-bulk-upload | Imports, or Updates, Non-Employee Records +*NonEmployeeLifecycleManagementApi* | [**list_non_employee_approvals**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_approvals) | **GET** /non-employee-approvals | Get List of Non-Employee Approval Requests +*NonEmployeeLifecycleManagementApi* | [**list_non_employee_records**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_records) | **GET** /non-employee-records | List Non-Employee Records +*NonEmployeeLifecycleManagementApi* | [**list_non_employee_requests**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_requests) | **GET** /non-employee-requests | List Non-Employee Requests +*NonEmployeeLifecycleManagementApi* | [**list_non_employee_sources**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_sources) | **GET** /non-employee-sources | List Non-Employee Sources +*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_record**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_record) | **PATCH** /non-employee-records/{id} | Patch Non-Employee Record +*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_schema_attribute**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_schema_attribute) | **PATCH** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Patch a Schema Attribute for Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_source**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_source) | **PATCH** /non-employee-sources/{sourceId} | Patch a Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**reject_non_employee_request**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#reject_non_employee_request) | **POST** /non-employee-approvals/{id}/reject | Reject a Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**update_non_employee_record**](sailpoint\v2024/docs/NonEmployeeLifecycleManagementApi.md#update_non_employee_record) | **PUT** /non-employee-records/{id} | Update Non-Employee Record +*NotificationsApi* | [**create_domain_dkim**](sailpoint\v2024/docs/NotificationsApi.md#create_domain_dkim) | **POST** /verified-domains | Verify domain address via DKIM +*NotificationsApi* | [**create_notification_template**](sailpoint\v2024/docs/NotificationsApi.md#create_notification_template) | **POST** /notification-templates | Create Notification Template +*NotificationsApi* | [**create_verified_from_address**](sailpoint\v2024/docs/NotificationsApi.md#create_verified_from_address) | **POST** /verified-from-addresses | Create Verified From Address +*NotificationsApi* | [**delete_notification_templates_in_bulk**](sailpoint\v2024/docs/NotificationsApi.md#delete_notification_templates_in_bulk) | **POST** /notification-templates/bulk-delete | Bulk Delete Notification Templates +*NotificationsApi* | [**delete_verified_from_address**](sailpoint\v2024/docs/NotificationsApi.md#delete_verified_from_address) | **DELETE** /verified-from-addresses/{id} | Delete Verified From Address +*NotificationsApi* | [**get_dkim_attributes**](sailpoint\v2024/docs/NotificationsApi.md#get_dkim_attributes) | **GET** /verified-domains | Get DKIM Attributes +*NotificationsApi* | [**get_mail_from_attributes**](sailpoint\v2024/docs/NotificationsApi.md#get_mail_from_attributes) | **GET** /mail-from-attributes/{identity} | Get MAIL FROM Attributes +*NotificationsApi* | [**get_notification_template**](sailpoint\v2024/docs/NotificationsApi.md#get_notification_template) | **GET** /notification-templates/{id} | Get Notification Template By Id +*NotificationsApi* | [**get_notifications_template_context**](sailpoint\v2024/docs/NotificationsApi.md#get_notifications_template_context) | **GET** /notification-template-context | Get Notification Template Context +*NotificationsApi* | [**list_from_addresses**](sailpoint\v2024/docs/NotificationsApi.md#list_from_addresses) | **GET** /verified-from-addresses | List From Addresses +*NotificationsApi* | [**list_notification_preferences**](sailpoint\v2024/docs/NotificationsApi.md#list_notification_preferences) | **GET** /notification-preferences/{key} | List Notification Preferences for tenant. +*NotificationsApi* | [**list_notification_template_defaults**](sailpoint\v2024/docs/NotificationsApi.md#list_notification_template_defaults) | **GET** /notification-template-defaults | List Notification Template Defaults +*NotificationsApi* | [**list_notification_templates**](sailpoint\v2024/docs/NotificationsApi.md#list_notification_templates) | **GET** /notification-templates | List Notification Templates +*NotificationsApi* | [**put_mail_from_attributes**](sailpoint\v2024/docs/NotificationsApi.md#put_mail_from_attributes) | **PUT** /mail-from-attributes | Change MAIL FROM domain +*NotificationsApi* | [**send_test_notification**](sailpoint\v2024/docs/NotificationsApi.md#send_test_notification) | **POST** /send-test-notification | Send Test Notification +*OAuthClientsApi* | [**create_oauth_client**](sailpoint\v2024/docs/OAuthClientsApi.md#create_oauth_client) | **POST** /oauth-clients | Create OAuth Client +*OAuthClientsApi* | [**delete_oauth_client**](sailpoint\v2024/docs/OAuthClientsApi.md#delete_oauth_client) | **DELETE** /oauth-clients/{id} | Delete OAuth Client +*OAuthClientsApi* | [**get_oauth_client**](sailpoint\v2024/docs/OAuthClientsApi.md#get_oauth_client) | **GET** /oauth-clients/{id} | Get OAuth Client +*OAuthClientsApi* | [**list_oauth_clients**](sailpoint\v2024/docs/OAuthClientsApi.md#list_oauth_clients) | **GET** /oauth-clients | List OAuth Clients +*OAuthClientsApi* | [**patch_oauth_client**](sailpoint\v2024/docs/OAuthClientsApi.md#patch_oauth_client) | **PATCH** /oauth-clients/{id} | Patch OAuth Client +*OrgConfigApi* | [**get_org_config**](sailpoint\v2024/docs/OrgConfigApi.md#get_org_config) | **GET** /org-config | Get Org Config Settings +*OrgConfigApi* | [**get_valid_time_zones**](sailpoint\v2024/docs/OrgConfigApi.md#get_valid_time_zones) | **GET** /org-config/valid-time-zones | Get Valid Time Zones +*OrgConfigApi* | [**patch_org_config**](sailpoint\v2024/docs/OrgConfigApi.md#patch_org_config) | **PATCH** /org-config | Patch Org Config +*PasswordConfigurationApi* | [**create_password_org_config**](sailpoint\v2024/docs/PasswordConfigurationApi.md#create_password_org_config) | **POST** /password-org-config | Create Password Org Config +*PasswordConfigurationApi* | [**get_password_org_config**](sailpoint\v2024/docs/PasswordConfigurationApi.md#get_password_org_config) | **GET** /password-org-config | Get Password Org Config +*PasswordConfigurationApi* | [**put_password_org_config**](sailpoint\v2024/docs/PasswordConfigurationApi.md#put_password_org_config) | **PUT** /password-org-config | Update Password Org Config +*PasswordDictionaryApi* | [**get_password_dictionary**](sailpoint\v2024/docs/PasswordDictionaryApi.md#get_password_dictionary) | **GET** /password-dictionary | Get Password Dictionary +*PasswordDictionaryApi* | [**put_password_dictionary**](sailpoint\v2024/docs/PasswordDictionaryApi.md#put_password_dictionary) | **PUT** /password-dictionary | Update Password Dictionary +*PasswordManagementApi* | [**create_digit_token**](sailpoint\v2024/docs/PasswordManagementApi.md#create_digit_token) | **POST** /generate-password-reset-token/digit | Generate a digit token +*PasswordManagementApi* | [**get_password_change_status**](sailpoint\v2024/docs/PasswordManagementApi.md#get_password_change_status) | **GET** /password-change-status/{id} | Get Password Change Request Status +*PasswordManagementApi* | [**query_password_info**](sailpoint\v2024/docs/PasswordManagementApi.md#query_password_info) | **POST** /query-password-info | Query Password Info +*PasswordManagementApi* | [**set_password**](sailpoint\v2024/docs/PasswordManagementApi.md#set_password) | **POST** /set-password | Set Identity's Password +*PasswordPoliciesApi* | [**create_password_policy**](sailpoint\v2024/docs/PasswordPoliciesApi.md#create_password_policy) | **POST** /password-policies | Create Password Policy +*PasswordPoliciesApi* | [**delete_password_policy**](sailpoint\v2024/docs/PasswordPoliciesApi.md#delete_password_policy) | **DELETE** /password-policies/{id} | Delete Password Policy by ID +*PasswordPoliciesApi* | [**get_password_policy_by_id**](sailpoint\v2024/docs/PasswordPoliciesApi.md#get_password_policy_by_id) | **GET** /password-policies/{id} | Get Password Policy by ID +*PasswordPoliciesApi* | [**list_password_policies**](sailpoint\v2024/docs/PasswordPoliciesApi.md#list_password_policies) | **GET** /password-policies | List Password Policies +*PasswordPoliciesApi* | [**set_password_policy**](sailpoint\v2024/docs/PasswordPoliciesApi.md#set_password_policy) | **PUT** /password-policies/{id} | Update Password Policy by ID +*PasswordSyncGroupsApi* | [**create_password_sync_group**](sailpoint\v2024/docs/PasswordSyncGroupsApi.md#create_password_sync_group) | **POST** /password-sync-groups | Create Password Sync Group +*PasswordSyncGroupsApi* | [**delete_password_sync_group**](sailpoint\v2024/docs/PasswordSyncGroupsApi.md#delete_password_sync_group) | **DELETE** /password-sync-groups/{id} | Delete Password Sync Group by ID +*PasswordSyncGroupsApi* | [**get_password_sync_group**](sailpoint\v2024/docs/PasswordSyncGroupsApi.md#get_password_sync_group) | **GET** /password-sync-groups/{id} | Get Password Sync Group by ID +*PasswordSyncGroupsApi* | [**get_password_sync_groups**](sailpoint\v2024/docs/PasswordSyncGroupsApi.md#get_password_sync_groups) | **GET** /password-sync-groups | Get Password Sync Group List +*PasswordSyncGroupsApi* | [**update_password_sync_group**](sailpoint\v2024/docs/PasswordSyncGroupsApi.md#update_password_sync_group) | **PUT** /password-sync-groups/{id} | Update Password Sync Group by ID +*PersonalAccessTokensApi* | [**create_personal_access_token**](sailpoint\v2024/docs/PersonalAccessTokensApi.md#create_personal_access_token) | **POST** /personal-access-tokens | Create Personal Access Token +*PersonalAccessTokensApi* | [**delete_personal_access_token**](sailpoint\v2024/docs/PersonalAccessTokensApi.md#delete_personal_access_token) | **DELETE** /personal-access-tokens/{id} | Delete Personal Access Token +*PersonalAccessTokensApi* | [**list_personal_access_tokens**](sailpoint\v2024/docs/PersonalAccessTokensApi.md#list_personal_access_tokens) | **GET** /personal-access-tokens | List Personal Access Tokens +*PersonalAccessTokensApi* | [**patch_personal_access_token**](sailpoint\v2024/docs/PersonalAccessTokensApi.md#patch_personal_access_token) | **PATCH** /personal-access-tokens/{id} | Patch Personal Access Token +*PublicIdentitiesApi* | [**get_public_identities**](sailpoint\v2024/docs/PublicIdentitiesApi.md#get_public_identities) | **GET** /public-identities | Get list of public identities +*PublicIdentitiesConfigApi* | [**get_public_identity_config**](sailpoint\v2024/docs/PublicIdentitiesConfigApi.md#get_public_identity_config) | **GET** /public-identities-config | Get the Public Identities Configuration +*PublicIdentitiesConfigApi* | [**update_public_identity_config**](sailpoint\v2024/docs/PublicIdentitiesConfigApi.md#update_public_identity_config) | **PUT** /public-identities-config | Update the Public Identities Configuration +*ReportsDataExtractionApi* | [**cancel_report**](sailpoint\v2024/docs/ReportsDataExtractionApi.md#cancel_report) | **POST** /reports/{id}/cancel | Cancel Report +*ReportsDataExtractionApi* | [**get_report**](sailpoint\v2024/docs/ReportsDataExtractionApi.md#get_report) | **GET** /reports/{taskResultId} | Get Report File +*ReportsDataExtractionApi* | [**get_report_result**](sailpoint\v2024/docs/ReportsDataExtractionApi.md#get_report_result) | **GET** /reports/{taskResultId}/result | Get Report Result +*ReportsDataExtractionApi* | [**start_report**](sailpoint\v2024/docs/ReportsDataExtractionApi.md#start_report) | **POST** /reports/run | Run Report +*RequestableObjectsApi* | [**list_requestable_objects**](sailpoint\v2024/docs/RequestableObjectsApi.md#list_requestable_objects) | **GET** /requestable-objects | Requestable Objects List +*RoleInsightsApi* | [**create_role_insight_requests**](sailpoint\v2024/docs/RoleInsightsApi.md#create_role_insight_requests) | **POST** /role-insights/requests | Generate insights for roles +*RoleInsightsApi* | [**download_role_insights_entitlements_changes**](sailpoint\v2024/docs/RoleInsightsApi.md#download_role_insights_entitlements_changes) | **GET** /role-insights/{insightId}/entitlement-changes/download | Download entitlement insights for a role +*RoleInsightsApi* | [**get_entitlement_changes_identities**](sailpoint\v2024/docs/RoleInsightsApi.md#get_entitlement_changes_identities) | **GET** /role-insights/{insightId}/entitlement-changes/{entitlementId}/identities | Get identities for a suggested entitlement (for a role) +*RoleInsightsApi* | [**get_role_insight**](sailpoint\v2024/docs/RoleInsightsApi.md#get_role_insight) | **GET** /role-insights/{insightId} | Get a single role insight +*RoleInsightsApi* | [**get_role_insights**](sailpoint\v2024/docs/RoleInsightsApi.md#get_role_insights) | **GET** /role-insights | Get role insights +*RoleInsightsApi* | [**get_role_insights_current_entitlements**](sailpoint\v2024/docs/RoleInsightsApi.md#get_role_insights_current_entitlements) | **GET** /role-insights/{insightId}/current-entitlements | Get current entitlement for a role +*RoleInsightsApi* | [**get_role_insights_entitlements_changes**](sailpoint\v2024/docs/RoleInsightsApi.md#get_role_insights_entitlements_changes) | **GET** /role-insights/{insightId}/entitlement-changes | Get entitlement insights for a role +*RoleInsightsApi* | [**get_role_insights_requests**](sailpoint\v2024/docs/RoleInsightsApi.md#get_role_insights_requests) | **GET** /role-insights/requests/{id} | Returns metadata from prior request. +*RoleInsightsApi* | [**get_role_insights_summary**](sailpoint\v2024/docs/RoleInsightsApi.md#get_role_insights_summary) | **GET** /role-insights/summary | Get role insights summary information +*RolesApi* | [**create_role**](sailpoint\v2024/docs/RolesApi.md#create_role) | **POST** /roles | Create a Role +*RolesApi* | [**delete_bulk_roles**](sailpoint\v2024/docs/RolesApi.md#delete_bulk_roles) | **POST** /roles/bulk-delete | Delete Role(s) +*RolesApi* | [**delete_metadata_from_role_by_key_and_value**](sailpoint\v2024/docs/RolesApi.md#delete_metadata_from_role_by_key_and_value) | **DELETE** /roles/{id}/access-model-metadata/{attributeKey}/values/{attributeValue} | Remove a Metadata From Role. +*RolesApi* | [**delete_role**](sailpoint\v2024/docs/RolesApi.md#delete_role) | **DELETE** /roles/{id} | Delete a Role +*RolesApi* | [**get_bulk_update_status**](sailpoint\v2024/docs/RolesApi.md#get_bulk_update_status) | **GET** /roles/access-model-metadata/bulk-update | Get Bulk-Update Statuses +*RolesApi* | [**get_bulk_update_status_by_id**](sailpoint\v2024/docs/RolesApi.md#get_bulk_update_status_by_id) | **GET** /roles/access-model-metadata/bulk-update/id | Get Bulk-Update Status by ID +*RolesApi* | [**get_role**](sailpoint\v2024/docs/RolesApi.md#get_role) | **GET** /roles/{id} | Get a Role +*RolesApi* | [**get_role_assigned_identities**](sailpoint\v2024/docs/RolesApi.md#get_role_assigned_identities) | **GET** /roles/{id}/assigned-identities | List Identities assigned a Role +*RolesApi* | [**get_role_entitlements**](sailpoint\v2024/docs/RolesApi.md#get_role_entitlements) | **GET** /roles/{id}/entitlements | List role's Entitlements +*RolesApi* | [**list_roles**](sailpoint\v2024/docs/RolesApi.md#list_roles) | **GET** /roles | List Roles +*RolesApi* | [**patch_role**](sailpoint\v2024/docs/RolesApi.md#patch_role) | **PATCH** /roles/{id} | Patch a specified Role +*RolesApi* | [**search_roles_by_filter**](sailpoint\v2024/docs/RolesApi.md#search_roles_by_filter) | **POST** /roles/filter | Filter Roles by Metadata +*RolesApi* | [**update_attribute_key_and_value_to_role**](sailpoint\v2024/docs/RolesApi.md#update_attribute_key_and_value_to_role) | **POST** /roles/{id}/access-model-metadata/{attributeKey}/values/{attributeValue} | Add a Metadata to Role. +*RolesApi* | [**update_roles_metadata_by_filter**](sailpoint\v2024/docs/RolesApi.md#update_roles_metadata_by_filter) | **POST** /roles/access-model-metadata/bulk-update/filter | Bulk-Update Roles' Metadata by Filters +*RolesApi* | [**update_roles_metadata_by_ids**](sailpoint\v2024/docs/RolesApi.md#update_roles_metadata_by_ids) | **POST** /roles/access-model-metadata/bulk-update/ids | Bulk-Update Roles' Metadata by ID +*RolesApi* | [**update_roles_metadata_by_query**](sailpoint\v2024/docs/RolesApi.md#update_roles_metadata_by_query) | **POST** /roles/access-model-metadata/bulk-update/query | Bulk-Update Roles' Metadata by Query +*SIMIntegrationsApi* | [**create_sim_integration**](sailpoint\v2024/docs/SIMIntegrationsApi.md#create_sim_integration) | **POST** /sim-integrations | Create new SIM integration +*SIMIntegrationsApi* | [**delete_sim_integration**](sailpoint\v2024/docs/SIMIntegrationsApi.md#delete_sim_integration) | **DELETE** /sim-integrations/{id} | Delete a SIM integration +*SIMIntegrationsApi* | [**get_sim_integration**](sailpoint\v2024/docs/SIMIntegrationsApi.md#get_sim_integration) | **GET** /sim-integrations/{id} | Get a SIM integration details. +*SIMIntegrationsApi* | [**get_sim_integrations**](sailpoint\v2024/docs/SIMIntegrationsApi.md#get_sim_integrations) | **GET** /sim-integrations | List the existing SIM integrations. +*SIMIntegrationsApi* | [**patch_before_provisioning_rule**](sailpoint\v2024/docs/SIMIntegrationsApi.md#patch_before_provisioning_rule) | **PATCH** /sim-integrations/{id}/beforeProvisioningRule | Patch a SIM beforeProvisioningRule attribute. +*SIMIntegrationsApi* | [**patch_sim_attributes**](sailpoint\v2024/docs/SIMIntegrationsApi.md#patch_sim_attributes) | **PATCH** /sim-integrations/{id} | Patch a SIM attribute. +*SIMIntegrationsApi* | [**put_sim_integration**](sailpoint\v2024/docs/SIMIntegrationsApi.md#put_sim_integration) | **PUT** /sim-integrations/{id} | Update an existing SIM integration +*SODPoliciesApi* | [**create_sod_policy**](sailpoint\v2024/docs/SODPoliciesApi.md#create_sod_policy) | **POST** /sod-policies | Create SOD policy +*SODPoliciesApi* | [**delete_sod_policy**](sailpoint\v2024/docs/SODPoliciesApi.md#delete_sod_policy) | **DELETE** /sod-policies/{id} | Delete SOD policy by ID +*SODPoliciesApi* | [**delete_sod_policy_schedule**](sailpoint\v2024/docs/SODPoliciesApi.md#delete_sod_policy_schedule) | **DELETE** /sod-policies/{id}/schedule | Delete SOD policy schedule +*SODPoliciesApi* | [**get_custom_violation_report**](sailpoint\v2024/docs/SODPoliciesApi.md#get_custom_violation_report) | **GET** /sod-violation-report/{reportResultId}/download/{fileName} | Download custom violation report +*SODPoliciesApi* | [**get_default_violation_report**](sailpoint\v2024/docs/SODPoliciesApi.md#get_default_violation_report) | **GET** /sod-violation-report/{reportResultId}/download | Download violation report +*SODPoliciesApi* | [**get_sod_all_report_run_status**](sailpoint\v2024/docs/SODPoliciesApi.md#get_sod_all_report_run_status) | **GET** /sod-violation-report | Get multi-report run task status +*SODPoliciesApi* | [**get_sod_policy**](sailpoint\v2024/docs/SODPoliciesApi.md#get_sod_policy) | **GET** /sod-policies/{id} | Get SOD policy by ID +*SODPoliciesApi* | [**get_sod_policy_schedule**](sailpoint\v2024/docs/SODPoliciesApi.md#get_sod_policy_schedule) | **GET** /sod-policies/{id}/schedule | Get SOD policy schedule +*SODPoliciesApi* | [**get_sod_violation_report_run_status**](sailpoint\v2024/docs/SODPoliciesApi.md#get_sod_violation_report_run_status) | **GET** /sod-policies/sod-violation-report-status/{reportResultId} | Get violation report run status +*SODPoliciesApi* | [**get_sod_violation_report_status**](sailpoint\v2024/docs/SODPoliciesApi.md#get_sod_violation_report_status) | **GET** /sod-policies/{id}/violation-report | Get SOD violation report status +*SODPoliciesApi* | [**list_sod_policies**](sailpoint\v2024/docs/SODPoliciesApi.md#list_sod_policies) | **GET** /sod-policies | List SOD policies +*SODPoliciesApi* | [**patch_sod_policy**](sailpoint\v2024/docs/SODPoliciesApi.md#patch_sod_policy) | **PATCH** /sod-policies/{id} | Patch SOD policy by ID +*SODPoliciesApi* | [**put_policy_schedule**](sailpoint\v2024/docs/SODPoliciesApi.md#put_policy_schedule) | **PUT** /sod-policies/{id}/schedule | Update SOD Policy schedule +*SODPoliciesApi* | [**put_sod_policy**](sailpoint\v2024/docs/SODPoliciesApi.md#put_sod_policy) | **PUT** /sod-policies/{id} | Update SOD policy by ID +*SODPoliciesApi* | [**start_evaluate_sod_policy**](sailpoint\v2024/docs/SODPoliciesApi.md#start_evaluate_sod_policy) | **POST** /sod-policies/{id}/evaluate | Evaluate one policy by ID +*SODPoliciesApi* | [**start_sod_all_policies_for_org**](sailpoint\v2024/docs/SODPoliciesApi.md#start_sod_all_policies_for_org) | **POST** /sod-violation-report/run | Runs all policies for org +*SODPoliciesApi* | [**start_sod_policy**](sailpoint\v2024/docs/SODPoliciesApi.md#start_sod_policy) | **POST** /sod-policies/{id}/violation-report/run | Runs SOD policy violation report +*SODViolationsApi* | [**start_predict_sod_violations**](sailpoint\v2024/docs/SODViolationsApi.md#start_predict_sod_violations) | **POST** /sod-violations/predict | Predict SOD violations for identity. +*SODViolationsApi* | [**start_violation_check**](sailpoint\v2024/docs/SODViolationsApi.md#start_violation_check) | **POST** /sod-violations/check | Check SOD violations +*SPConfigApi* | [**export_sp_config**](sailpoint\v2024/docs/SPConfigApi.md#export_sp_config) | **POST** /sp-config/export | Initiates configuration objects export job +*SPConfigApi* | [**get_sp_config_export**](sailpoint\v2024/docs/SPConfigApi.md#get_sp_config_export) | **GET** /sp-config/export/{id}/download | Download export job result. +*SPConfigApi* | [**get_sp_config_export_status**](sailpoint\v2024/docs/SPConfigApi.md#get_sp_config_export_status) | **GET** /sp-config/export/{id} | Get export job status +*SPConfigApi* | [**get_sp_config_import**](sailpoint\v2024/docs/SPConfigApi.md#get_sp_config_import) | **GET** /sp-config/import/{id}/download | Download import job result +*SPConfigApi* | [**get_sp_config_import_status**](sailpoint\v2024/docs/SPConfigApi.md#get_sp_config_import_status) | **GET** /sp-config/import/{id} | Get import job status +*SPConfigApi* | [**import_sp_config**](sailpoint\v2024/docs/SPConfigApi.md#import_sp_config) | **POST** /sp-config/import | Initiates configuration objects import job +*SPConfigApi* | [**list_sp_config_objects**](sailpoint\v2024/docs/SPConfigApi.md#list_sp_config_objects) | **GET** /sp-config/config-objects | Get config object details +*SavedSearchApi* | [**create_saved_search**](sailpoint\v2024/docs/SavedSearchApi.md#create_saved_search) | **POST** /saved-searches | Create a saved search +*SavedSearchApi* | [**delete_saved_search**](sailpoint\v2024/docs/SavedSearchApi.md#delete_saved_search) | **DELETE** /saved-searches/{id} | Delete document by ID +*SavedSearchApi* | [**execute_saved_search**](sailpoint\v2024/docs/SavedSearchApi.md#execute_saved_search) | **POST** /saved-searches/{id}/execute | Execute a saved search by ID +*SavedSearchApi* | [**get_saved_search**](sailpoint\v2024/docs/SavedSearchApi.md#get_saved_search) | **GET** /saved-searches/{id} | Return saved search by ID +*SavedSearchApi* | [**list_saved_searches**](sailpoint\v2024/docs/SavedSearchApi.md#list_saved_searches) | **GET** /saved-searches | A list of Saved Searches +*SavedSearchApi* | [**put_saved_search**](sailpoint\v2024/docs/SavedSearchApi.md#put_saved_search) | **PUT** /saved-searches/{id} | Updates an existing saved search +*ScheduledSearchApi* | [**create_scheduled_search**](sailpoint\v2024/docs/ScheduledSearchApi.md#create_scheduled_search) | **POST** /scheduled-searches | Create a new scheduled search +*ScheduledSearchApi* | [**delete_scheduled_search**](sailpoint\v2024/docs/ScheduledSearchApi.md#delete_scheduled_search) | **DELETE** /scheduled-searches/{id} | Delete a Scheduled Search +*ScheduledSearchApi* | [**get_scheduled_search**](sailpoint\v2024/docs/ScheduledSearchApi.md#get_scheduled_search) | **GET** /scheduled-searches/{id} | Get a Scheduled Search +*ScheduledSearchApi* | [**list_scheduled_search**](sailpoint\v2024/docs/ScheduledSearchApi.md#list_scheduled_search) | **GET** /scheduled-searches | List scheduled searches +*ScheduledSearchApi* | [**unsubscribe_scheduled_search**](sailpoint\v2024/docs/ScheduledSearchApi.md#unsubscribe_scheduled_search) | **POST** /scheduled-searches/{id}/unsubscribe | Unsubscribe a recipient from Scheduled Search +*ScheduledSearchApi* | [**update_scheduled_search**](sailpoint\v2024/docs/ScheduledSearchApi.md#update_scheduled_search) | **PUT** /scheduled-searches/{id} | Update an existing Scheduled Search +*SearchApi* | [**search_aggregate**](sailpoint\v2024/docs/SearchApi.md#search_aggregate) | **POST** /search/aggregate | Perform a Search Query Aggregation +*SearchApi* | [**search_count**](sailpoint\v2024/docs/SearchApi.md#search_count) | **POST** /search/count | Count Documents Satisfying a Query +*SearchApi* | [**search_get**](sailpoint\v2024/docs/SearchApi.md#search_get) | **GET** /search/{index}/{id} | Get a Document by ID +*SearchApi* | [**search_post**](sailpoint\v2024/docs/SearchApi.md#search_post) | **POST** /search | Perform Search +*SearchAttributeConfigurationApi* | [**create_search_attribute_config**](sailpoint\v2024/docs/SearchAttributeConfigurationApi.md#create_search_attribute_config) | **POST** /accounts/search-attribute-config | Create Extended Search Attributes +*SearchAttributeConfigurationApi* | [**delete_search_attribute_config**](sailpoint\v2024/docs/SearchAttributeConfigurationApi.md#delete_search_attribute_config) | **DELETE** /accounts/search-attribute-config/{name} | Delete Extended Search Attribute +*SearchAttributeConfigurationApi* | [**get_search_attribute_config**](sailpoint\v2024/docs/SearchAttributeConfigurationApi.md#get_search_attribute_config) | **GET** /accounts/search-attribute-config | List Extended Search Attributes +*SearchAttributeConfigurationApi* | [**get_single_search_attribute_config**](sailpoint\v2024/docs/SearchAttributeConfigurationApi.md#get_single_search_attribute_config) | **GET** /accounts/search-attribute-config/{name} | Get Extended Search Attribute +*SearchAttributeConfigurationApi* | [**patch_search_attribute_config**](sailpoint\v2024/docs/SearchAttributeConfigurationApi.md#patch_search_attribute_config) | **PATCH** /accounts/search-attribute-config/{name} | Update Extended Search Attribute +*SegmentsApi* | [**create_segment**](sailpoint\v2024/docs/SegmentsApi.md#create_segment) | **POST** /segments | Create Segment +*SegmentsApi* | [**delete_segment**](sailpoint\v2024/docs/SegmentsApi.md#delete_segment) | **DELETE** /segments/{id} | Delete Segment by ID +*SegmentsApi* | [**get_segment**](sailpoint\v2024/docs/SegmentsApi.md#get_segment) | **GET** /segments/{id} | Get Segment by ID +*SegmentsApi* | [**list_segments**](sailpoint\v2024/docs/SegmentsApi.md#list_segments) | **GET** /segments | List Segments +*SegmentsApi* | [**patch_segment**](sailpoint\v2024/docs/SegmentsApi.md#patch_segment) | **PATCH** /segments/{id} | Update Segment +*ServiceDeskIntegrationApi* | [**create_service_desk_integration**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#create_service_desk_integration) | **POST** /service-desk-integrations | Create new Service Desk integration +*ServiceDeskIntegrationApi* | [**delete_service_desk_integration**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#delete_service_desk_integration) | **DELETE** /service-desk-integrations/{id} | Delete a Service Desk integration +*ServiceDeskIntegrationApi* | [**get_service_desk_integration**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration) | **GET** /service-desk-integrations/{id} | Get a Service Desk integration +*ServiceDeskIntegrationApi* | [**get_service_desk_integration_template**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration_template) | **GET** /service-desk-integrations/templates/{scriptName} | Service Desk integration template by scriptName +*ServiceDeskIntegrationApi* | [**get_service_desk_integration_types**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration_types) | **GET** /service-desk-integrations/types | List Service Desk integration types +*ServiceDeskIntegrationApi* | [**get_service_desk_integrations**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#get_service_desk_integrations) | **GET** /service-desk-integrations | List existing Service Desk integrations +*ServiceDeskIntegrationApi* | [**get_status_check_details**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#get_status_check_details) | **GET** /service-desk-integrations/status-check-configuration | Get the time check configuration +*ServiceDeskIntegrationApi* | [**patch_service_desk_integration**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#patch_service_desk_integration) | **PATCH** /service-desk-integrations/{id} | Patch a Service Desk Integration +*ServiceDeskIntegrationApi* | [**put_service_desk_integration**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#put_service_desk_integration) | **PUT** /service-desk-integrations/{id} | Update a Service Desk integration +*ServiceDeskIntegrationApi* | [**update_status_check_details**](sailpoint\v2024/docs/ServiceDeskIntegrationApi.md#update_status_check_details) | **PUT** /service-desk-integrations/status-check-configuration | Update the time check configuration +*SourceUsagesApi* | [**get_status_by_source_id**](sailpoint\v2024/docs/SourceUsagesApi.md#get_status_by_source_id) | **GET** /source-usages/{sourceId}/status | Finds status of source usage +*SourceUsagesApi* | [**get_usages_by_source_id**](sailpoint\v2024/docs/SourceUsagesApi.md#get_usages_by_source_id) | **GET** /source-usages/{sourceId}/summaries | Returns source usage insights +*SourcesApi* | [**create_provisioning_policy**](sailpoint\v2024/docs/SourcesApi.md#create_provisioning_policy) | **POST** /sources/{sourceId}/provisioning-policies | Create Provisioning Policy +*SourcesApi* | [**create_source**](sailpoint\v2024/docs/SourcesApi.md#create_source) | **POST** /sources | Creates a source in IdentityNow. +*SourcesApi* | [**create_source_schedule**](sailpoint\v2024/docs/SourcesApi.md#create_source_schedule) | **POST** /sources/{sourceId}/schedules | Create Schedule on Source +*SourcesApi* | [**create_source_schema**](sailpoint\v2024/docs/SourcesApi.md#create_source_schema) | **POST** /sources/{sourceId}/schemas | Create Schema on Source +*SourcesApi* | [**delete_accounts_async**](sailpoint\v2024/docs/SourcesApi.md#delete_accounts_async) | **POST** /sources/{id}/remove-accounts | Remove All Accounts in a Source +*SourcesApi* | [**delete_native_change_detection_config**](sailpoint\v2024/docs/SourcesApi.md#delete_native_change_detection_config) | **DELETE** /sources/{sourceId}/native-change-detection-config | Delete Native Change Detection Configuration +*SourcesApi* | [**delete_provisioning_policy**](sailpoint\v2024/docs/SourcesApi.md#delete_provisioning_policy) | **DELETE** /sources/{sourceId}/provisioning-policies/{usageType} | Delete Provisioning Policy by UsageType +*SourcesApi* | [**delete_source**](sailpoint\v2024/docs/SourcesApi.md#delete_source) | **DELETE** /sources/{id} | Delete Source by ID +*SourcesApi* | [**delete_source_schedule**](sailpoint\v2024/docs/SourcesApi.md#delete_source_schedule) | **DELETE** /sources/{sourceId}/schedules/{scheduleType} | Delete Source Schedule by type. +*SourcesApi* | [**delete_source_schema**](sailpoint\v2024/docs/SourcesApi.md#delete_source_schema) | **DELETE** /sources/{sourceId}/schemas/{schemaId} | Delete Source Schema by ID +*SourcesApi* | [**get_accounts_schema**](sailpoint\v2024/docs/SourcesApi.md#get_accounts_schema) | **GET** /sources/{id}/schemas/accounts | Downloads source accounts schema template +*SourcesApi* | [**get_correlation_config**](sailpoint\v2024/docs/SourcesApi.md#get_correlation_config) | **GET** /sources/{id}/correlation-config | Get Source Correlation Configuration +*SourcesApi* | [**get_entitlements_schema**](sailpoint\v2024/docs/SourcesApi.md#get_entitlements_schema) | **GET** /sources/{id}/schemas/entitlements | Downloads source entitlements schema template +*SourcesApi* | [**get_native_change_detection_config**](sailpoint\v2024/docs/SourcesApi.md#get_native_change_detection_config) | **GET** /sources/{sourceId}/native-change-detection-config | Native Change Detection Configuration +*SourcesApi* | [**get_provisioning_policy**](sailpoint\v2024/docs/SourcesApi.md#get_provisioning_policy) | **GET** /sources/{sourceId}/provisioning-policies/{usageType} | Get Provisioning Policy by UsageType +*SourcesApi* | [**get_source**](sailpoint\v2024/docs/SourcesApi.md#get_source) | **GET** /sources/{id} | Get Source by ID +*SourcesApi* | [**get_source_attr_sync_config**](sailpoint\v2024/docs/SourcesApi.md#get_source_attr_sync_config) | **GET** /sources/{id}/attribute-sync-config | Attribute Sync Config +*SourcesApi* | [**get_source_config**](sailpoint\v2024/docs/SourcesApi.md#get_source_config) | **GET** /sources/{id}/connectors/source-config | Gets source config with language translations +*SourcesApi* | [**get_source_entitlement_request_config**](sailpoint\v2024/docs/SourcesApi.md#get_source_entitlement_request_config) | **GET** /sources/{id}/entitlement-request-config | Get Source Entitlement Request Configuration +*SourcesApi* | [**get_source_health**](sailpoint\v2024/docs/SourcesApi.md#get_source_health) | **GET** /sources/{sourceId}/source-health | Fetches source health by id +*SourcesApi* | [**get_source_schedule**](sailpoint\v2024/docs/SourcesApi.md#get_source_schedule) | **GET** /sources/{sourceId}/schedules/{scheduleType} | Get Source Schedule by Type +*SourcesApi* | [**get_source_schedules**](sailpoint\v2024/docs/SourcesApi.md#get_source_schedules) | **GET** /sources/{sourceId}/schedules | List Schedules on Source +*SourcesApi* | [**get_source_schema**](sailpoint\v2024/docs/SourcesApi.md#get_source_schema) | **GET** /sources/{sourceId}/schemas/{schemaId} | Get Source Schema by ID +*SourcesApi* | [**get_source_schemas**](sailpoint\v2024/docs/SourcesApi.md#get_source_schemas) | **GET** /sources/{sourceId}/schemas | List Schemas on Source +*SourcesApi* | [**import_accounts**](sailpoint\v2024/docs/SourcesApi.md#import_accounts) | **POST** /sources/{id}/load-accounts | Account Aggregation +*SourcesApi* | [**import_accounts_schema**](sailpoint\v2024/docs/SourcesApi.md#import_accounts_schema) | **POST** /sources/{id}/schemas/accounts | Uploads source accounts schema template +*SourcesApi* | [**import_connector_file**](sailpoint\v2024/docs/SourcesApi.md#import_connector_file) | **POST** /sources/{sourceId}/upload-connector-file | Upload connector file to source +*SourcesApi* | [**import_entitlements_schema**](sailpoint\v2024/docs/SourcesApi.md#import_entitlements_schema) | **POST** /sources/{id}/schemas/entitlements | Uploads source entitlements schema template +*SourcesApi* | [**import_uncorrelated_accounts**](sailpoint\v2024/docs/SourcesApi.md#import_uncorrelated_accounts) | **POST** /sources/{id}/load-uncorrelated-accounts | Process Uncorrelated Accounts +*SourcesApi* | [**list_provisioning_policies**](sailpoint\v2024/docs/SourcesApi.md#list_provisioning_policies) | **GET** /sources/{sourceId}/provisioning-policies | Lists ProvisioningPolicies +*SourcesApi* | [**list_sources**](sailpoint\v2024/docs/SourcesApi.md#list_sources) | **GET** /sources | Lists all sources in IdentityNow. +*SourcesApi* | [**peek_resource_objects**](sailpoint\v2024/docs/SourcesApi.md#peek_resource_objects) | **POST** /sources/{sourceId}/connector/peek-resource-objects | Peek source connector's resource objects +*SourcesApi* | [**ping_cluster**](sailpoint\v2024/docs/SourcesApi.md#ping_cluster) | **POST** /sources/{sourceId}/connector/ping-cluster | Ping cluster for source connector +*SourcesApi* | [**put_correlation_config**](sailpoint\v2024/docs/SourcesApi.md#put_correlation_config) | **PUT** /sources/{id}/correlation-config | Update Source Correlation Configuration +*SourcesApi* | [**put_native_change_detection_config**](sailpoint\v2024/docs/SourcesApi.md#put_native_change_detection_config) | **PUT** /sources/{sourceId}/native-change-detection-config | Update Native Change Detection Configuration +*SourcesApi* | [**put_provisioning_policy**](sailpoint\v2024/docs/SourcesApi.md#put_provisioning_policy) | **PUT** /sources/{sourceId}/provisioning-policies/{usageType} | Update Provisioning Policy by UsageType +*SourcesApi* | [**put_source**](sailpoint\v2024/docs/SourcesApi.md#put_source) | **PUT** /sources/{id} | Update Source (Full) +*SourcesApi* | [**put_source_attr_sync_config**](sailpoint\v2024/docs/SourcesApi.md#put_source_attr_sync_config) | **PUT** /sources/{id}/attribute-sync-config | Update Attribute Sync Config +*SourcesApi* | [**put_source_schema**](sailpoint\v2024/docs/SourcesApi.md#put_source_schema) | **PUT** /sources/{sourceId}/schemas/{schemaId} | Update Source Schema (Full) +*SourcesApi* | [**sync_attributes_for_source**](sailpoint\v2024/docs/SourcesApi.md#sync_attributes_for_source) | **POST** /sources/{id}/synchronize-attributes | Synchronize single source attributes. +*SourcesApi* | [**test_source_configuration**](sailpoint\v2024/docs/SourcesApi.md#test_source_configuration) | **POST** /sources/{sourceId}/connector/test-configuration | Test configuration for source connector +*SourcesApi* | [**test_source_connection**](sailpoint\v2024/docs/SourcesApi.md#test_source_connection) | **POST** /sources/{sourceId}/connector/check-connection | Check connection for source connector. +*SourcesApi* | [**update_password_policy_holders**](sailpoint\v2024/docs/SourcesApi.md#update_password_policy_holders) | **PATCH** /sources/{sourceId}/password-policies | Update Password Policy +*SourcesApi* | [**update_provisioning_policies_in_bulk**](sailpoint\v2024/docs/SourcesApi.md#update_provisioning_policies_in_bulk) | **POST** /sources/{sourceId}/provisioning-policies/bulk-update | Bulk Update Provisioning Policies +*SourcesApi* | [**update_provisioning_policy**](sailpoint\v2024/docs/SourcesApi.md#update_provisioning_policy) | **PATCH** /sources/{sourceId}/provisioning-policies/{usageType} | Partial update of Provisioning Policy +*SourcesApi* | [**update_source**](sailpoint\v2024/docs/SourcesApi.md#update_source) | **PATCH** /sources/{id} | Update Source (Partial) +*SourcesApi* | [**update_source_entitlement_request_config**](sailpoint\v2024/docs/SourcesApi.md#update_source_entitlement_request_config) | **PUT** /sources/{id}/entitlement-request-config | Update Source Entitlement Request Configuration +*SourcesApi* | [**update_source_schedule**](sailpoint\v2024/docs/SourcesApi.md#update_source_schedule) | **PATCH** /sources/{sourceId}/schedules/{scheduleType} | Update Source Schedule (Partial) +*SourcesApi* | [**update_source_schema**](sailpoint\v2024/docs/SourcesApi.md#update_source_schema) | **PATCH** /sources/{sourceId}/schemas/{schemaId} | Update Source Schema (Partial) +*SuggestedEntitlementDescriptionApi* | [**get_sed_batch_stats**](sailpoint\v2024/docs/SuggestedEntitlementDescriptionApi.md#get_sed_batch_stats) | **GET** /suggested-entitlement-description-batches/{batchId}/stats | Submit Sed Batch Stats Request +*SuggestedEntitlementDescriptionApi* | [**get_sed_batches**](sailpoint\v2024/docs/SuggestedEntitlementDescriptionApi.md#get_sed_batches) | **GET** /suggested-entitlement-description-batches | List Sed Batch Request +*SuggestedEntitlementDescriptionApi* | [**list_seds**](sailpoint\v2024/docs/SuggestedEntitlementDescriptionApi.md#list_seds) | **GET** /suggested-entitlement-descriptions | List Suggested Entitlement Descriptions +*SuggestedEntitlementDescriptionApi* | [**patch_sed**](sailpoint\v2024/docs/SuggestedEntitlementDescriptionApi.md#patch_sed) | **PATCH** /suggested-entitlement-descriptions | Patch Suggested Entitlement Description +*SuggestedEntitlementDescriptionApi* | [**submit_sed_approval**](sailpoint\v2024/docs/SuggestedEntitlementDescriptionApi.md#submit_sed_approval) | **POST** /suggested-entitlement-description-approvals | Submit Bulk Approval Request +*SuggestedEntitlementDescriptionApi* | [**submit_sed_assignment**](sailpoint\v2024/docs/SuggestedEntitlementDescriptionApi.md#submit_sed_assignment) | **POST** /suggested-entitlement-description-assignments | Submit Sed Assignment Request +*SuggestedEntitlementDescriptionApi* | [**submit_sed_batch_request**](sailpoint\v2024/docs/SuggestedEntitlementDescriptionApi.md#submit_sed_batch_request) | **POST** /suggested-entitlement-description-batches | Submit Sed Batch Request +*TaggedObjectsApi* | [**delete_tagged_object**](sailpoint\v2024/docs/TaggedObjectsApi.md#delete_tagged_object) | **DELETE** /tagged-objects/{type}/{id} | Delete Object Tags +*TaggedObjectsApi* | [**delete_tags_to_many_object**](sailpoint\v2024/docs/TaggedObjectsApi.md#delete_tags_to_many_object) | **POST** /tagged-objects/bulk-remove | Remove Tags from Multiple Objects +*TaggedObjectsApi* | [**get_tagged_object**](sailpoint\v2024/docs/TaggedObjectsApi.md#get_tagged_object) | **GET** /tagged-objects/{type}/{id} | Get Tagged Object +*TaggedObjectsApi* | [**list_tagged_objects**](sailpoint\v2024/docs/TaggedObjectsApi.md#list_tagged_objects) | **GET** /tagged-objects | List Tagged Objects +*TaggedObjectsApi* | [**list_tagged_objects_by_type**](sailpoint\v2024/docs/TaggedObjectsApi.md#list_tagged_objects_by_type) | **GET** /tagged-objects/{type} | List Tagged Objects by Type +*TaggedObjectsApi* | [**put_tagged_object**](sailpoint\v2024/docs/TaggedObjectsApi.md#put_tagged_object) | **PUT** /tagged-objects/{type}/{id} | Update Tagged Object +*TaggedObjectsApi* | [**set_tag_to_object**](sailpoint\v2024/docs/TaggedObjectsApi.md#set_tag_to_object) | **POST** /tagged-objects | Add Tag to Object +*TaggedObjectsApi* | [**set_tags_to_many_objects**](sailpoint\v2024/docs/TaggedObjectsApi.md#set_tags_to_many_objects) | **POST** /tagged-objects/bulk-add | Tag Multiple Objects +*TaskManagementApi* | [**get_pending_task_headers**](sailpoint\v2024/docs/TaskManagementApi.md#get_pending_task_headers) | **HEAD** /task-status/pending-tasks | Retrieve Pending Task List Headers +*TaskManagementApi* | [**get_pending_tasks**](sailpoint\v2024/docs/TaskManagementApi.md#get_pending_tasks) | **GET** /task-status/pending-tasks | Retrieve Pending Task Status List +*TaskManagementApi* | [**get_task_status**](sailpoint\v2024/docs/TaskManagementApi.md#get_task_status) | **GET** /task-status/{id} | Get Task Status by ID +*TaskManagementApi* | [**get_task_status_list**](sailpoint\v2024/docs/TaskManagementApi.md#get_task_status_list) | **GET** /task-status | Retrieve Task Status List +*TaskManagementApi* | [**update_task_status**](sailpoint\v2024/docs/TaskManagementApi.md#update_task_status) | **PATCH** /task-status/{id} | Update Task Status by ID +*TenantApi* | [**get_tenant**](sailpoint\v2024/docs/TenantApi.md#get_tenant) | **GET** /tenant | Get Tenant Information. +*TransformsApi* | [**create_transform**](sailpoint\v2024/docs/TransformsApi.md#create_transform) | **POST** /transforms | Create transform +*TransformsApi* | [**delete_transform**](sailpoint\v2024/docs/TransformsApi.md#delete_transform) | **DELETE** /transforms/{id} | Delete a transform +*TransformsApi* | [**get_transform**](sailpoint\v2024/docs/TransformsApi.md#get_transform) | **GET** /transforms/{id} | Transform by ID +*TransformsApi* | [**list_transforms**](sailpoint\v2024/docs/TransformsApi.md#list_transforms) | **GET** /transforms | List transforms +*TransformsApi* | [**update_transform**](sailpoint\v2024/docs/TransformsApi.md#update_transform) | **PUT** /transforms/{id} | Update a transform +*TriggersApi* | [**complete_trigger_invocation**](sailpoint\v2024/docs/TriggersApi.md#complete_trigger_invocation) | **POST** /trigger-invocations/{id}/complete | Complete Trigger Invocation +*TriggersApi* | [**create_subscription**](sailpoint\v2024/docs/TriggersApi.md#create_subscription) | **POST** /trigger-subscriptions | Create a Subscription +*TriggersApi* | [**delete_subscription**](sailpoint\v2024/docs/TriggersApi.md#delete_subscription) | **DELETE** /trigger-subscriptions/{id} | Delete a Subscription +*TriggersApi* | [**list_subscriptions**](sailpoint\v2024/docs/TriggersApi.md#list_subscriptions) | **GET** /trigger-subscriptions | List Subscriptions +*TriggersApi* | [**list_trigger_invocation_status**](sailpoint\v2024/docs/TriggersApi.md#list_trigger_invocation_status) | **GET** /trigger-invocations/status | List Latest Invocation Statuses +*TriggersApi* | [**list_triggers**](sailpoint\v2024/docs/TriggersApi.md#list_triggers) | **GET** /triggers | List Triggers +*TriggersApi* | [**patch_subscription**](sailpoint\v2024/docs/TriggersApi.md#patch_subscription) | **PATCH** /trigger-subscriptions/{id} | Patch a Subscription +*TriggersApi* | [**start_test_trigger_invocation**](sailpoint\v2024/docs/TriggersApi.md#start_test_trigger_invocation) | **POST** /trigger-invocations/test | Start a Test Invocation +*TriggersApi* | [**test_subscription_filter**](sailpoint\v2024/docs/TriggersApi.md#test_subscription_filter) | **POST** /trigger-subscriptions/validate-filter | Validate a Subscription Filter +*TriggersApi* | [**update_subscription**](sailpoint\v2024/docs/TriggersApi.md#update_subscription) | **PUT** /trigger-subscriptions/{id} | Update a Subscription +*UIMetadataApi* | [**get_tenant_ui_metadata**](sailpoint\v2024/docs/UIMetadataApi.md#get_tenant_ui_metadata) | **GET** /ui-metadata/tenant | Get a tenant UI metadata +*UIMetadataApi* | [**set_tenant_ui_metadata**](sailpoint\v2024/docs/UIMetadataApi.md#set_tenant_ui_metadata) | **PUT** /ui-metadata/tenant | Update tenant UI metadata +*VendorConnectorMappingsApi* | [**create_vendor_connector_mapping**](sailpoint\v2024/docs/VendorConnectorMappingsApi.md#create_vendor_connector_mapping) | **POST** /vendor-connector-mappings | Create Vendor Connector Mapping +*VendorConnectorMappingsApi* | [**delete_vendor_connector_mapping**](sailpoint\v2024/docs/VendorConnectorMappingsApi.md#delete_vendor_connector_mapping) | **DELETE** /vendor-connector-mappings | Delete Vendor Connector Mapping +*VendorConnectorMappingsApi* | [**get_vendor_connector_mappings**](sailpoint\v2024/docs/VendorConnectorMappingsApi.md#get_vendor_connector_mappings) | **GET** /vendor-connector-mappings | List Vendor Connector Mappings +*WorkItemsApi* | [**approve_approval_item**](sailpoint\v2024/docs/WorkItemsApi.md#approve_approval_item) | **POST** /work-items/{id}/approve/{approvalItemId} | Approve an Approval Item +*WorkItemsApi* | [**approve_approval_items_in_bulk**](sailpoint\v2024/docs/WorkItemsApi.md#approve_approval_items_in_bulk) | **POST** /work-items/bulk-approve/{id} | Bulk approve Approval Items +*WorkItemsApi* | [**complete_work_item**](sailpoint\v2024/docs/WorkItemsApi.md#complete_work_item) | **POST** /work-items/{id} | Complete a Work Item +*WorkItemsApi* | [**get_completed_work_items**](sailpoint\v2024/docs/WorkItemsApi.md#get_completed_work_items) | **GET** /work-items/completed | Completed Work Items +*WorkItemsApi* | [**get_count_completed_work_items**](sailpoint\v2024/docs/WorkItemsApi.md#get_count_completed_work_items) | **GET** /work-items/completed/count | Count Completed Work Items +*WorkItemsApi* | [**get_count_work_items**](sailpoint\v2024/docs/WorkItemsApi.md#get_count_work_items) | **GET** /work-items/count | Count Work Items +*WorkItemsApi* | [**get_work_item**](sailpoint\v2024/docs/WorkItemsApi.md#get_work_item) | **GET** /work-items/{id} | Get a Work Item +*WorkItemsApi* | [**get_work_items_summary**](sailpoint\v2024/docs/WorkItemsApi.md#get_work_items_summary) | **GET** /work-items/summary | Work Items Summary +*WorkItemsApi* | [**list_work_items**](sailpoint\v2024/docs/WorkItemsApi.md#list_work_items) | **GET** /work-items | List Work Items +*WorkItemsApi* | [**reject_approval_item**](sailpoint\v2024/docs/WorkItemsApi.md#reject_approval_item) | **POST** /work-items/{id}/reject/{approvalItemId} | Reject an Approval Item +*WorkItemsApi* | [**reject_approval_items_in_bulk**](sailpoint\v2024/docs/WorkItemsApi.md#reject_approval_items_in_bulk) | **POST** /work-items/bulk-reject/{id} | Bulk reject Approval Items +*WorkItemsApi* | [**send_work_item_forward**](sailpoint\v2024/docs/WorkItemsApi.md#send_work_item_forward) | **POST** /work-items/{id}/forward | Forward a Work Item +*WorkItemsApi* | [**submit_account_selection**](sailpoint\v2024/docs/WorkItemsApi.md#submit_account_selection) | **POST** /work-items/{id}/submit-account-selection | Submit Account Selections +*WorkReassignmentApi* | [**create_reassignment_configuration**](sailpoint\v2024/docs/WorkReassignmentApi.md#create_reassignment_configuration) | **POST** /reassignment-configurations | Create a Reassignment Configuration +*WorkReassignmentApi* | [**delete_reassignment_configuration**](sailpoint\v2024/docs/WorkReassignmentApi.md#delete_reassignment_configuration) | **DELETE** /reassignment-configurations/{identityId}/{configType} | Delete Reassignment Configuration +*WorkReassignmentApi* | [**get_evaluate_reassignment_configuration**](sailpoint\v2024/docs/WorkReassignmentApi.md#get_evaluate_reassignment_configuration) | **GET** /reassignment-configurations/{identityId}/evaluate/{configType} | Evaluate Reassignment Configuration +*WorkReassignmentApi* | [**get_reassignment_config_types**](sailpoint\v2024/docs/WorkReassignmentApi.md#get_reassignment_config_types) | **GET** /reassignment-configurations/types | List Reassignment Config Types +*WorkReassignmentApi* | [**get_reassignment_configuration**](sailpoint\v2024/docs/WorkReassignmentApi.md#get_reassignment_configuration) | **GET** /reassignment-configurations/{identityId} | Get Reassignment Configuration +*WorkReassignmentApi* | [**get_tenant_config_configuration**](sailpoint\v2024/docs/WorkReassignmentApi.md#get_tenant_config_configuration) | **GET** /reassignment-configurations/tenant-config | Get Tenant-wide Reassignment Configuration settings +*WorkReassignmentApi* | [**list_reassignment_configurations**](sailpoint\v2024/docs/WorkReassignmentApi.md#list_reassignment_configurations) | **GET** /reassignment-configurations | List Reassignment Configurations +*WorkReassignmentApi* | [**put_reassignment_config**](sailpoint\v2024/docs/WorkReassignmentApi.md#put_reassignment_config) | **PUT** /reassignment-configurations/{identityId} | Update Reassignment Configuration +*WorkReassignmentApi* | [**put_tenant_configuration**](sailpoint\v2024/docs/WorkReassignmentApi.md#put_tenant_configuration) | **PUT** /reassignment-configurations/tenant-config | Update Tenant-wide Reassignment Configuration settings +*WorkflowsApi* | [**cancel_workflow_execution**](sailpoint\v2024/docs/WorkflowsApi.md#cancel_workflow_execution) | **POST** /workflow-executions/{id}/cancel | Cancel Workflow Execution by ID +*WorkflowsApi* | [**create_external_execute_workflow**](sailpoint\v2024/docs/WorkflowsApi.md#create_external_execute_workflow) | **POST** /workflows/execute/external/{id} | Execute Workflow via External Trigger +*WorkflowsApi* | [**create_workflow**](sailpoint\v2024/docs/WorkflowsApi.md#create_workflow) | **POST** /workflows | Create Workflow +*WorkflowsApi* | [**create_workflow_external_trigger**](sailpoint\v2024/docs/WorkflowsApi.md#create_workflow_external_trigger) | **POST** /workflows/{id}/external/oauth-clients | Generate External Trigger OAuth Client +*WorkflowsApi* | [**delete_workflow**](sailpoint\v2024/docs/WorkflowsApi.md#delete_workflow) | **DELETE** /workflows/{id} | Delete Workflow By Id +*WorkflowsApi* | [**get_workflow**](sailpoint\v2024/docs/WorkflowsApi.md#get_workflow) | **GET** /workflows/{id} | Get Workflow By Id +*WorkflowsApi* | [**get_workflow_execution**](sailpoint\v2024/docs/WorkflowsApi.md#get_workflow_execution) | **GET** /workflow-executions/{id} | Get Workflow Execution +*WorkflowsApi* | [**get_workflow_execution_history**](sailpoint\v2024/docs/WorkflowsApi.md#get_workflow_execution_history) | **GET** /workflow-executions/{id}/history | Get Workflow Execution History +*WorkflowsApi* | [**get_workflow_executions**](sailpoint\v2024/docs/WorkflowsApi.md#get_workflow_executions) | **GET** /workflows/{id}/executions | List Workflow Executions +*WorkflowsApi* | [**list_complete_workflow_library**](sailpoint\v2024/docs/WorkflowsApi.md#list_complete_workflow_library) | **GET** /workflow-library | List Complete Workflow Library +*WorkflowsApi* | [**list_workflow_library_actions**](sailpoint\v2024/docs/WorkflowsApi.md#list_workflow_library_actions) | **GET** /workflow-library/actions | List Workflow Library Actions +*WorkflowsApi* | [**list_workflow_library_operators**](sailpoint\v2024/docs/WorkflowsApi.md#list_workflow_library_operators) | **GET** /workflow-library/operators | List Workflow Library Operators +*WorkflowsApi* | [**list_workflow_library_triggers**](sailpoint\v2024/docs/WorkflowsApi.md#list_workflow_library_triggers) | **GET** /workflow-library/triggers | List Workflow Library Triggers +*WorkflowsApi* | [**list_workflows**](sailpoint\v2024/docs/WorkflowsApi.md#list_workflows) | **GET** /workflows | List Workflows +*WorkflowsApi* | [**patch_workflow**](sailpoint\v2024/docs/WorkflowsApi.md#patch_workflow) | **PATCH** /workflows/{id} | Patch Workflow +*WorkflowsApi* | [**put_workflow**](sailpoint\v2024/docs/WorkflowsApi.md#put_workflow) | **PUT** /workflows/{id} | Update Workflow +*WorkflowsApi* | [**test_external_execute_workflow**](sailpoint\v2024/docs/WorkflowsApi.md#test_external_execute_workflow) | **POST** /workflows/execute/external/{id}/test | Test Workflow via External Trigger +*WorkflowsApi* | [**test_workflow**](sailpoint\v2024/docs/WorkflowsApi.md#test_workflow) | **POST** /workflows/{id}/test | Test Workflow By Id ## Documentation For Models - - [Access](sailpoint/v2024/docs/Access.md) - - [AccessConstraint](sailpoint/v2024/docs/AccessConstraint.md) - - [AccessCriteria](sailpoint/v2024/docs/AccessCriteria.md) - - [AccessCriteriaCriteriaListInner](sailpoint/v2024/docs/AccessCriteriaCriteriaListInner.md) - - [AccessItemAccessProfileResponse](sailpoint/v2024/docs/AccessItemAccessProfileResponse.md) - - [AccessItemAccountResponse](sailpoint/v2024/docs/AccessItemAccountResponse.md) - - [AccessItemAppResponse](sailpoint/v2024/docs/AccessItemAppResponse.md) - - [AccessItemApproverDto](sailpoint/v2024/docs/AccessItemApproverDto.md) - - [AccessItemAssociated](sailpoint/v2024/docs/AccessItemAssociated.md) - - [AccessItemAssociatedAccessItem](sailpoint/v2024/docs/AccessItemAssociatedAccessItem.md) - - [AccessItemDiff](sailpoint/v2024/docs/AccessItemDiff.md) - - [AccessItemEntitlementResponse](sailpoint/v2024/docs/AccessItemEntitlementResponse.md) - - [AccessItemRef](sailpoint/v2024/docs/AccessItemRef.md) - - [AccessItemRemoved](sailpoint/v2024/docs/AccessItemRemoved.md) - - [AccessItemRequestedFor](sailpoint/v2024/docs/AccessItemRequestedFor.md) - - [AccessItemRequestedForDto](sailpoint/v2024/docs/AccessItemRequestedForDto.md) - - [AccessItemRequester](sailpoint/v2024/docs/AccessItemRequester.md) - - [AccessItemRequesterDto](sailpoint/v2024/docs/AccessItemRequesterDto.md) - - [AccessItemReviewedBy](sailpoint/v2024/docs/AccessItemReviewedBy.md) - - [AccessItemRoleResponse](sailpoint/v2024/docs/AccessItemRoleResponse.md) - - [AccessProfile](sailpoint/v2024/docs/AccessProfile.md) - - [AccessProfileApprovalScheme](sailpoint/v2024/docs/AccessProfileApprovalScheme.md) - - [AccessProfileBulkDeleteRequest](sailpoint/v2024/docs/AccessProfileBulkDeleteRequest.md) - - [AccessProfileBulkDeleteResponse](sailpoint/v2024/docs/AccessProfileBulkDeleteResponse.md) - - [AccessProfileBulkUpdateRequestInner](sailpoint/v2024/docs/AccessProfileBulkUpdateRequestInner.md) - - [AccessProfileDetails](sailpoint/v2024/docs/AccessProfileDetails.md) - - [AccessProfileDetailsAccountSelector](sailpoint/v2024/docs/AccessProfileDetailsAccountSelector.md) - - [AccessProfileDocument](sailpoint/v2024/docs/AccessProfileDocument.md) - - [AccessProfileDocumentAllOfSource](sailpoint/v2024/docs/AccessProfileDocumentAllOfSource.md) - - [AccessProfileEntitlement](sailpoint/v2024/docs/AccessProfileEntitlement.md) - - [AccessProfileRef](sailpoint/v2024/docs/AccessProfileRef.md) - - [AccessProfileRole](sailpoint/v2024/docs/AccessProfileRole.md) - - [AccessProfileSourceRef](sailpoint/v2024/docs/AccessProfileSourceRef.md) - - [AccessProfileSummary](sailpoint/v2024/docs/AccessProfileSummary.md) - - [AccessProfileUpdateItem](sailpoint/v2024/docs/AccessProfileUpdateItem.md) - - [AccessProfileUsage](sailpoint/v2024/docs/AccessProfileUsage.md) - - [AccessProfileUsageUsedByInner](sailpoint/v2024/docs/AccessProfileUsageUsedByInner.md) - - [AccessRecommendationMessage](sailpoint/v2024/docs/AccessRecommendationMessage.md) - - [AccessRequest](sailpoint/v2024/docs/AccessRequest.md) - - [AccessRequestAdminItemStatus](sailpoint/v2024/docs/AccessRequestAdminItemStatus.md) - - [AccessRequestAdminItemStatusCancelledRequestDetails](sailpoint/v2024/docs/AccessRequestAdminItemStatusCancelledRequestDetails.md) - - [AccessRequestAdminItemStatusSodViolationContext](sailpoint/v2024/docs/AccessRequestAdminItemStatusSodViolationContext.md) - - [AccessRequestApproversListResponse](sailpoint/v2024/docs/AccessRequestApproversListResponse.md) - - [AccessRequestConfig](sailpoint/v2024/docs/AccessRequestConfig.md) - - [AccessRequestContext](sailpoint/v2024/docs/AccessRequestContext.md) - - [AccessRequestDynamicApprover](sailpoint/v2024/docs/AccessRequestDynamicApprover.md) - - [AccessRequestDynamicApprover1](sailpoint/v2024/docs/AccessRequestDynamicApprover1.md) - - [AccessRequestDynamicApproverRequestedItemsInner](sailpoint/v2024/docs/AccessRequestDynamicApproverRequestedItemsInner.md) - - [AccessRequestItem](sailpoint/v2024/docs/AccessRequestItem.md) - - [AccessRequestItemResponse](sailpoint/v2024/docs/AccessRequestItemResponse.md) - - [AccessRequestPhases](sailpoint/v2024/docs/AccessRequestPhases.md) - - [AccessRequestPostApproval](sailpoint/v2024/docs/AccessRequestPostApproval.md) - - [AccessRequestPostApprovalRequestedItemsStatusInner](sailpoint/v2024/docs/AccessRequestPostApprovalRequestedItemsStatusInner.md) - - [AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner](sailpoint/v2024/docs/AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner.md) - - [AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover](sailpoint/v2024/docs/AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover.md) - - [AccessRequestPreApproval](sailpoint/v2024/docs/AccessRequestPreApproval.md) - - [AccessRequestPreApproval1](sailpoint/v2024/docs/AccessRequestPreApproval1.md) - - [AccessRequestPreApprovalRequestedItemsInner](sailpoint/v2024/docs/AccessRequestPreApprovalRequestedItemsInner.md) - - [AccessRequestRecommendationActionItemDto](sailpoint/v2024/docs/AccessRequestRecommendationActionItemDto.md) - - [AccessRequestRecommendationActionItemResponseDto](sailpoint/v2024/docs/AccessRequestRecommendationActionItemResponseDto.md) - - [AccessRequestRecommendationItem](sailpoint/v2024/docs/AccessRequestRecommendationItem.md) - - [AccessRequestRecommendationItemDetail](sailpoint/v2024/docs/AccessRequestRecommendationItemDetail.md) - - [AccessRequestRecommendationItemDetailAccess](sailpoint/v2024/docs/AccessRequestRecommendationItemDetailAccess.md) - - [AccessRequestRecommendationItemType](sailpoint/v2024/docs/AccessRequestRecommendationItemType.md) - - [AccessRequestResponse](sailpoint/v2024/docs/AccessRequestResponse.md) - - [AccessRequestResponse1](sailpoint/v2024/docs/AccessRequestResponse1.md) - - [AccessRequestTracking](sailpoint/v2024/docs/AccessRequestTracking.md) - - [AccessRequestType](sailpoint/v2024/docs/AccessRequestType.md) - - [AccessRequested](sailpoint/v2024/docs/AccessRequested.md) - - [AccessReviewItem](sailpoint/v2024/docs/AccessReviewItem.md) - - [AccessReviewReassignment](sailpoint/v2024/docs/AccessReviewReassignment.md) - - [AccessSummary](sailpoint/v2024/docs/AccessSummary.md) - - [AccessSummaryAccess](sailpoint/v2024/docs/AccessSummaryAccess.md) - - [AccessType](sailpoint/v2024/docs/AccessType.md) - - [Account](sailpoint/v2024/docs/Account.md) - - [AccountAction](sailpoint/v2024/docs/AccountAction.md) - - [AccountActivity](sailpoint/v2024/docs/AccountActivity.md) - - [AccountActivityApprovalStatus](sailpoint/v2024/docs/AccountActivityApprovalStatus.md) - - [AccountActivityDocument](sailpoint/v2024/docs/AccountActivityDocument.md) - - [AccountActivityItem](sailpoint/v2024/docs/AccountActivityItem.md) - - [AccountActivityItemOperation](sailpoint/v2024/docs/AccountActivityItemOperation.md) - - [AccountActivitySearchedItem](sailpoint/v2024/docs/AccountActivitySearchedItem.md) - - [AccountAggregationCompleted](sailpoint/v2024/docs/AccountAggregationCompleted.md) - - [AccountAggregationCompletedSource](sailpoint/v2024/docs/AccountAggregationCompletedSource.md) - - [AccountAggregationCompletedStats](sailpoint/v2024/docs/AccountAggregationCompletedStats.md) - - [AccountAggregationStatus](sailpoint/v2024/docs/AccountAggregationStatus.md) - - [AccountAttributes](sailpoint/v2024/docs/AccountAttributes.md) - - [AccountAttributesChanged](sailpoint/v2024/docs/AccountAttributesChanged.md) - - [AccountAttributesChangedAccount](sailpoint/v2024/docs/AccountAttributesChangedAccount.md) - - [AccountAttributesChangedChangesInner](sailpoint/v2024/docs/AccountAttributesChangedChangesInner.md) - - [AccountAttributesChangedChangesInnerNewValue](sailpoint/v2024/docs/AccountAttributesChangedChangesInnerNewValue.md) - - [AccountAttributesChangedChangesInnerOldValue](sailpoint/v2024/docs/AccountAttributesChangedChangesInnerOldValue.md) - - [AccountAttributesChangedIdentity](sailpoint/v2024/docs/AccountAttributesChangedIdentity.md) - - [AccountAttributesChangedSource](sailpoint/v2024/docs/AccountAttributesChangedSource.md) - - [AccountAttributesCreate](sailpoint/v2024/docs/AccountAttributesCreate.md) - - [AccountAttributesCreateAttributes](sailpoint/v2024/docs/AccountAttributesCreateAttributes.md) - - [AccountCorrelated](sailpoint/v2024/docs/AccountCorrelated.md) - - [AccountCorrelatedAccount](sailpoint/v2024/docs/AccountCorrelatedAccount.md) - - [AccountCorrelatedIdentity](sailpoint/v2024/docs/AccountCorrelatedIdentity.md) - - [AccountCorrelatedSource](sailpoint/v2024/docs/AccountCorrelatedSource.md) - - [AccountInfoDto](sailpoint/v2024/docs/AccountInfoDto.md) - - [AccountRequest](sailpoint/v2024/docs/AccountRequest.md) - - [AccountRequestInfo](sailpoint/v2024/docs/AccountRequestInfo.md) - - [AccountRequestResult](sailpoint/v2024/docs/AccountRequestResult.md) - - [AccountSource](sailpoint/v2024/docs/AccountSource.md) - - [AccountStatusChanged](sailpoint/v2024/docs/AccountStatusChanged.md) - - [AccountStatusChangedAccount](sailpoint/v2024/docs/AccountStatusChangedAccount.md) - - [AccountStatusChangedStatusChange](sailpoint/v2024/docs/AccountStatusChangedStatusChange.md) - - [AccountToggleRequest](sailpoint/v2024/docs/AccountToggleRequest.md) - - [AccountUncorrelated](sailpoint/v2024/docs/AccountUncorrelated.md) - - [AccountUncorrelatedAccount](sailpoint/v2024/docs/AccountUncorrelatedAccount.md) - - [AccountUncorrelatedIdentity](sailpoint/v2024/docs/AccountUncorrelatedIdentity.md) - - [AccountUncorrelatedSource](sailpoint/v2024/docs/AccountUncorrelatedSource.md) - - [AccountUnlockRequest](sailpoint/v2024/docs/AccountUnlockRequest.md) - - [AccountUsage](sailpoint/v2024/docs/AccountUsage.md) - - [AccountsAsyncResult](sailpoint/v2024/docs/AccountsAsyncResult.md) - - [AccountsCollectedForAggregation](sailpoint/v2024/docs/AccountsCollectedForAggregation.md) - - [AccountsCollectedForAggregationSource](sailpoint/v2024/docs/AccountsCollectedForAggregationSource.md) - - [AccountsCollectedForAggregationStats](sailpoint/v2024/docs/AccountsCollectedForAggregationStats.md) - - [AccountsExportReportArguments](sailpoint/v2024/docs/AccountsExportReportArguments.md) - - [ActivateCampaignOptions](sailpoint/v2024/docs/ActivateCampaignOptions.md) - - [ActivityInsights](sailpoint/v2024/docs/ActivityInsights.md) - - [AdminReviewReassign](sailpoint/v2024/docs/AdminReviewReassign.md) - - [AdminReviewReassignReassignTo](sailpoint/v2024/docs/AdminReviewReassignReassignTo.md) - - [AggregationResult](sailpoint/v2024/docs/AggregationResult.md) - - [AggregationType](sailpoint/v2024/docs/AggregationType.md) - - [Aggregations](sailpoint/v2024/docs/Aggregations.md) - - [App](sailpoint/v2024/docs/App.md) - - [AppAccountDetails](sailpoint/v2024/docs/AppAccountDetails.md) - - [AppAccountDetailsSourceAccount](sailpoint/v2024/docs/AppAccountDetailsSourceAccount.md) - - [AppAllOfAccount](sailpoint/v2024/docs/AppAllOfAccount.md) - - [Approval](sailpoint/v2024/docs/Approval.md) - - [Approval1](sailpoint/v2024/docs/Approval1.md) - - [ApprovalBatch](sailpoint/v2024/docs/ApprovalBatch.md) - - [ApprovalComment](sailpoint/v2024/docs/ApprovalComment.md) - - [ApprovalComment1](sailpoint/v2024/docs/ApprovalComment1.md) - - [ApprovalComment2](sailpoint/v2024/docs/ApprovalComment2.md) - - [ApprovalDescription](sailpoint/v2024/docs/ApprovalDescription.md) - - [ApprovalForwardHistory](sailpoint/v2024/docs/ApprovalForwardHistory.md) - - [ApprovalForwardHistory1](sailpoint/v2024/docs/ApprovalForwardHistory1.md) - - [ApprovalIdentity](sailpoint/v2024/docs/ApprovalIdentity.md) - - [ApprovalInfoResponse](sailpoint/v2024/docs/ApprovalInfoResponse.md) - - [ApprovalItemDetails](sailpoint/v2024/docs/ApprovalItemDetails.md) - - [ApprovalItems](sailpoint/v2024/docs/ApprovalItems.md) - - [ApprovalName](sailpoint/v2024/docs/ApprovalName.md) - - [ApprovalReference](sailpoint/v2024/docs/ApprovalReference.md) - - [ApprovalReminderAndEscalationConfig](sailpoint/v2024/docs/ApprovalReminderAndEscalationConfig.md) - - [ApprovalScheme](sailpoint/v2024/docs/ApprovalScheme.md) - - [ApprovalSchemeForRole](sailpoint/v2024/docs/ApprovalSchemeForRole.md) - - [ApprovalStatus](sailpoint/v2024/docs/ApprovalStatus.md) - - [ApprovalStatusDto](sailpoint/v2024/docs/ApprovalStatusDto.md) - - [ApprovalStatusDto1](sailpoint/v2024/docs/ApprovalStatusDto1.md) - - [ApprovalStatusDtoCurrentOwner](sailpoint/v2024/docs/ApprovalStatusDtoCurrentOwner.md) - - [ApprovalStatusDtoOriginalOwner](sailpoint/v2024/docs/ApprovalStatusDtoOriginalOwner.md) - - [ApprovalSummary](sailpoint/v2024/docs/ApprovalSummary.md) - - [Argument](sailpoint/v2024/docs/Argument.md) - - [ArrayInner](sailpoint/v2024/docs/ArrayInner.md) - - [AssignmentContextDto](sailpoint/v2024/docs/AssignmentContextDto.md) - - [AttrSyncSource](sailpoint/v2024/docs/AttrSyncSource.md) - - [AttrSyncSourceAttributeConfig](sailpoint/v2024/docs/AttrSyncSourceAttributeConfig.md) - - [AttrSyncSourceConfig](sailpoint/v2024/docs/AttrSyncSourceConfig.md) - - [AttributeChange](sailpoint/v2024/docs/AttributeChange.md) - - [AttributeDTO](sailpoint/v2024/docs/AttributeDTO.md) - - [AttributeDTOList](sailpoint/v2024/docs/AttributeDTOList.md) - - [AttributeDefinition](sailpoint/v2024/docs/AttributeDefinition.md) - - [AttributeDefinitionSchema](sailpoint/v2024/docs/AttributeDefinitionSchema.md) - - [AttributeDefinitionType](sailpoint/v2024/docs/AttributeDefinitionType.md) - - [AttributeRequest](sailpoint/v2024/docs/AttributeRequest.md) - - [AttributeValueDTO](sailpoint/v2024/docs/AttributeValueDTO.md) - - [AttributesChanged](sailpoint/v2024/docs/AttributesChanged.md) - - [AuditDetails](sailpoint/v2024/docs/AuditDetails.md) - - [AuthProfile](sailpoint/v2024/docs/AuthProfile.md) - - [AuthProfileSummary](sailpoint/v2024/docs/AuthProfileSummary.md) - - [AuthUser](sailpoint/v2024/docs/AuthUser.md) - - [BackupOptions](sailpoint/v2024/docs/BackupOptions.md) - - [BackupResponse](sailpoint/v2024/docs/BackupResponse.md) - - [BaseAccess](sailpoint/v2024/docs/BaseAccess.md) - - [BaseAccessAllOfOwner](sailpoint/v2024/docs/BaseAccessAllOfOwner.md) - - [BaseAccessProfile](sailpoint/v2024/docs/BaseAccessProfile.md) - - [BaseAccount](sailpoint/v2024/docs/BaseAccount.md) - - [BaseCommonDto](sailpoint/v2024/docs/BaseCommonDto.md) - - [BaseCommonDto1](sailpoint/v2024/docs/BaseCommonDto1.md) - - [BaseDocument](sailpoint/v2024/docs/BaseDocument.md) - - [BaseEntitlement](sailpoint/v2024/docs/BaseEntitlement.md) - - [BaseReferenceDto](sailpoint/v2024/docs/BaseReferenceDto.md) - - [BaseReferenceDto1](sailpoint/v2024/docs/BaseReferenceDto1.md) - - [BaseSegment](sailpoint/v2024/docs/BaseSegment.md) - - [BasicAuthConfig](sailpoint/v2024/docs/BasicAuthConfig.md) - - [BearerTokenAuthConfig](sailpoint/v2024/docs/BearerTokenAuthConfig.md) - - [BeforeProvisioningRuleDto](sailpoint/v2024/docs/BeforeProvisioningRuleDto.md) - - [Bound](sailpoint/v2024/docs/Bound.md) - - [BrandingItem](sailpoint/v2024/docs/BrandingItem.md) - - [BrandingItemCreate](sailpoint/v2024/docs/BrandingItemCreate.md) - - [BucketAggregation](sailpoint/v2024/docs/BucketAggregation.md) - - [BucketType](sailpoint/v2024/docs/BucketType.md) - - [BulkAddTaggedObject](sailpoint/v2024/docs/BulkAddTaggedObject.md) - - [BulkApproveAccessRequest](sailpoint/v2024/docs/BulkApproveAccessRequest.md) - - [BulkCancelAccessRequest](sailpoint/v2024/docs/BulkCancelAccessRequest.md) - - [BulkIdentitiesAccountsResponse](sailpoint/v2024/docs/BulkIdentitiesAccountsResponse.md) - - [BulkRemoveTaggedObject](sailpoint/v2024/docs/BulkRemoveTaggedObject.md) - - [BulkTaggedObjectResponse](sailpoint/v2024/docs/BulkTaggedObjectResponse.md) - - [Campaign](sailpoint/v2024/docs/Campaign.md) - - [CampaignActivated](sailpoint/v2024/docs/CampaignActivated.md) - - [CampaignActivatedCampaign](sailpoint/v2024/docs/CampaignActivatedCampaign.md) - - [CampaignActivatedCampaignCampaignOwner](sailpoint/v2024/docs/CampaignActivatedCampaignCampaignOwner.md) - - [CampaignAlert](sailpoint/v2024/docs/CampaignAlert.md) - - [CampaignAllOfFilter](sailpoint/v2024/docs/CampaignAllOfFilter.md) - - [CampaignAllOfMachineAccountCampaignInfo](sailpoint/v2024/docs/CampaignAllOfMachineAccountCampaignInfo.md) - - [CampaignAllOfRoleCompositionCampaignInfo](sailpoint/v2024/docs/CampaignAllOfRoleCompositionCampaignInfo.md) - - [CampaignAllOfRoleCompositionCampaignInfoRemediatorRef](sailpoint/v2024/docs/CampaignAllOfRoleCompositionCampaignInfoRemediatorRef.md) - - [CampaignAllOfSearchCampaignInfo](sailpoint/v2024/docs/CampaignAllOfSearchCampaignInfo.md) - - [CampaignAllOfSearchCampaignInfoReviewer](sailpoint/v2024/docs/CampaignAllOfSearchCampaignInfoReviewer.md) - - [CampaignAllOfSourceOwnerCampaignInfo](sailpoint/v2024/docs/CampaignAllOfSourceOwnerCampaignInfo.md) - - [CampaignAllOfSourcesWithOrphanEntitlements](sailpoint/v2024/docs/CampaignAllOfSourcesWithOrphanEntitlements.md) - - [CampaignCompleteOptions](sailpoint/v2024/docs/CampaignCompleteOptions.md) - - [CampaignEnded](sailpoint/v2024/docs/CampaignEnded.md) - - [CampaignEndedCampaign](sailpoint/v2024/docs/CampaignEndedCampaign.md) - - [CampaignFilterDetails](sailpoint/v2024/docs/CampaignFilterDetails.md) - - [CampaignFilterDetailsCriteriaListInner](sailpoint/v2024/docs/CampaignFilterDetailsCriteriaListInner.md) - - [CampaignGenerated](sailpoint/v2024/docs/CampaignGenerated.md) - - [CampaignGeneratedCampaign](sailpoint/v2024/docs/CampaignGeneratedCampaign.md) - - [CampaignGeneratedCampaignCampaignOwner](sailpoint/v2024/docs/CampaignGeneratedCampaignCampaignOwner.md) - - [CampaignReference](sailpoint/v2024/docs/CampaignReference.md) - - [CampaignReport](sailpoint/v2024/docs/CampaignReport.md) - - [CampaignReportsConfig](sailpoint/v2024/docs/CampaignReportsConfig.md) - - [CampaignTemplate](sailpoint/v2024/docs/CampaignTemplate.md) - - [CampaignTemplateOwnerRef](sailpoint/v2024/docs/CampaignTemplateOwnerRef.md) - - [CampaignsDeleteRequest](sailpoint/v2024/docs/CampaignsDeleteRequest.md) - - [CancelAccessRequest](sailpoint/v2024/docs/CancelAccessRequest.md) - - [CancelledRequestDetails](sailpoint/v2024/docs/CancelledRequestDetails.md) - - [CancelledRequestDetails1](sailpoint/v2024/docs/CancelledRequestDetails1.md) - - [Certification](sailpoint/v2024/docs/Certification.md) - - [CertificationDecision](sailpoint/v2024/docs/CertificationDecision.md) - - [CertificationDto](sailpoint/v2024/docs/CertificationDto.md) - - [CertificationIdentitySummary](sailpoint/v2024/docs/CertificationIdentitySummary.md) - - [CertificationPhase](sailpoint/v2024/docs/CertificationPhase.md) - - [CertificationReference](sailpoint/v2024/docs/CertificationReference.md) - - [CertificationReference1](sailpoint/v2024/docs/CertificationReference1.md) - - [CertificationReferenceDto](sailpoint/v2024/docs/CertificationReferenceDto.md) - - [CertificationSignedOff](sailpoint/v2024/docs/CertificationSignedOff.md) - - [CertificationSignedOffCertification](sailpoint/v2024/docs/CertificationSignedOffCertification.md) - - [CertificationTask](sailpoint/v2024/docs/CertificationTask.md) - - [CertifierResponse](sailpoint/v2024/docs/CertifierResponse.md) - - [ClientLogConfiguration](sailpoint/v2024/docs/ClientLogConfiguration.md) - - [ClientLogConfigurationDurationMinutes](sailpoint/v2024/docs/ClientLogConfigurationDurationMinutes.md) - - [ClientLogConfigurationExpiration](sailpoint/v2024/docs/ClientLogConfigurationExpiration.md) - - [ClientType](sailpoint/v2024/docs/ClientType.md) - - [CloseAccessRequest](sailpoint/v2024/docs/CloseAccessRequest.md) - - [Column](sailpoint/v2024/docs/Column.md) - - [Comment](sailpoint/v2024/docs/Comment.md) - - [CommentDto](sailpoint/v2024/docs/CommentDto.md) - - [CommentDtoAuthor](sailpoint/v2024/docs/CommentDtoAuthor.md) - - [CommonAccessIDStatus](sailpoint/v2024/docs/CommonAccessIDStatus.md) - - [CommonAccessItemAccess](sailpoint/v2024/docs/CommonAccessItemAccess.md) - - [CommonAccessItemRequest](sailpoint/v2024/docs/CommonAccessItemRequest.md) - - [CommonAccessItemResponse](sailpoint/v2024/docs/CommonAccessItemResponse.md) - - [CommonAccessItemState](sailpoint/v2024/docs/CommonAccessItemState.md) - - [CommonAccessResponse](sailpoint/v2024/docs/CommonAccessResponse.md) - - [CommonAccessType](sailpoint/v2024/docs/CommonAccessType.md) - - [CompleteInvocation](sailpoint/v2024/docs/CompleteInvocation.md) - - [CompleteInvocationInput](sailpoint/v2024/docs/CompleteInvocationInput.md) - - [CompletedApproval](sailpoint/v2024/docs/CompletedApproval.md) - - [CompletedApprovalPreApprovalTriggerResult](sailpoint/v2024/docs/CompletedApprovalPreApprovalTriggerResult.md) - - [CompletedApprovalRequesterComment](sailpoint/v2024/docs/CompletedApprovalRequesterComment.md) - - [CompletedApprovalReviewerComment](sailpoint/v2024/docs/CompletedApprovalReviewerComment.md) - - [CompletedApprovalState](sailpoint/v2024/docs/CompletedApprovalState.md) - - [CompletionStatus](sailpoint/v2024/docs/CompletionStatus.md) - - [ConditionEffect](sailpoint/v2024/docs/ConditionEffect.md) - - [ConditionEffectConfig](sailpoint/v2024/docs/ConditionEffectConfig.md) - - [ConditionRule](sailpoint/v2024/docs/ConditionRule.md) - - [ConfigObject](sailpoint/v2024/docs/ConfigObject.md) - - [ConfigType](sailpoint/v2024/docs/ConfigType.md) - - [ConfigTypeEnum](sailpoint/v2024/docs/ConfigTypeEnum.md) - - [ConfigTypeEnumCamel](sailpoint/v2024/docs/ConfigTypeEnumCamel.md) - - [ConfigurationDetailsResponse](sailpoint/v2024/docs/ConfigurationDetailsResponse.md) - - [ConfigurationItemRequest](sailpoint/v2024/docs/ConfigurationItemRequest.md) - - [ConfigurationItemResponse](sailpoint/v2024/docs/ConfigurationItemResponse.md) - - [ConfigurationResponse](sailpoint/v2024/docs/ConfigurationResponse.md) - - [ConflictingAccessCriteria](sailpoint/v2024/docs/ConflictingAccessCriteria.md) - - [ConnectedObject](sailpoint/v2024/docs/ConnectedObject.md) - - [ConnectedObjectType](sailpoint/v2024/docs/ConnectedObjectType.md) - - [ConnectorDetail](sailpoint/v2024/docs/ConnectorDetail.md) - - [ConnectorDetail1](sailpoint/v2024/docs/ConnectorDetail1.md) - - [ConnectorRuleCreateRequest](sailpoint/v2024/docs/ConnectorRuleCreateRequest.md) - - [ConnectorRuleCreateRequestSignature](sailpoint/v2024/docs/ConnectorRuleCreateRequestSignature.md) - - [ConnectorRuleResponse](sailpoint/v2024/docs/ConnectorRuleResponse.md) - - [ConnectorRuleUpdateRequest](sailpoint/v2024/docs/ConnectorRuleUpdateRequest.md) - - [ConnectorRuleValidationResponse](sailpoint/v2024/docs/ConnectorRuleValidationResponse.md) - - [ConnectorRuleValidationResponseDetailsInner](sailpoint/v2024/docs/ConnectorRuleValidationResponseDetailsInner.md) - - [ContextAttributeDto](sailpoint/v2024/docs/ContextAttributeDto.md) - - [ContextAttributeDtoValue](sailpoint/v2024/docs/ContextAttributeDtoValue.md) - - [CorrelatedGovernanceEvent](sailpoint/v2024/docs/CorrelatedGovernanceEvent.md) - - [CorrelationConfig](sailpoint/v2024/docs/CorrelationConfig.md) - - [CorrelationConfigAttributeAssignmentsInner](sailpoint/v2024/docs/CorrelationConfigAttributeAssignmentsInner.md) - - [CreateDomainDkim405Response](sailpoint/v2024/docs/CreateDomainDkim405Response.md) - - [CreateExternalExecuteWorkflow200Response](sailpoint/v2024/docs/CreateExternalExecuteWorkflow200Response.md) - - [CreateExternalExecuteWorkflowRequest](sailpoint/v2024/docs/CreateExternalExecuteWorkflowRequest.md) - - [CreateFormDefinitionFileRequestRequest](sailpoint/v2024/docs/CreateFormDefinitionFileRequestRequest.md) - - [CreateFormDefinitionRequest](sailpoint/v2024/docs/CreateFormDefinitionRequest.md) - - [CreateFormInstanceRequest](sailpoint/v2024/docs/CreateFormInstanceRequest.md) - - [CreateOAuthClientRequest](sailpoint/v2024/docs/CreateOAuthClientRequest.md) - - [CreateOAuthClientResponse](sailpoint/v2024/docs/CreateOAuthClientResponse.md) - - [CreatePersonalAccessTokenRequest](sailpoint/v2024/docs/CreatePersonalAccessTokenRequest.md) - - [CreatePersonalAccessTokenResponse](sailpoint/v2024/docs/CreatePersonalAccessTokenResponse.md) - - [CreateSavedSearchRequest](sailpoint/v2024/docs/CreateSavedSearchRequest.md) - - [CreateScheduledSearchRequest](sailpoint/v2024/docs/CreateScheduledSearchRequest.md) - - [CreateUploadedConfigurationRequest](sailpoint/v2024/docs/CreateUploadedConfigurationRequest.md) - - [CreateWorkflowRequest](sailpoint/v2024/docs/CreateWorkflowRequest.md) - - [CriteriaType](sailpoint/v2024/docs/CriteriaType.md) - - [CustomPasswordInstruction](sailpoint/v2024/docs/CustomPasswordInstruction.md) - - [DataAccess](sailpoint/v2024/docs/DataAccess.md) - - [DataAccessCategoriesInner](sailpoint/v2024/docs/DataAccessCategoriesInner.md) - - [DataAccessImpactScore](sailpoint/v2024/docs/DataAccessImpactScore.md) - - [DataAccessPoliciesInner](sailpoint/v2024/docs/DataAccessPoliciesInner.md) - - [DataSegment](sailpoint/v2024/docs/DataSegment.md) - - [DeleteNonEmployeeRecordsInBulkRequest](sailpoint/v2024/docs/DeleteNonEmployeeRecordsInBulkRequest.md) - - [DeleteSource202Response](sailpoint/v2024/docs/DeleteSource202Response.md) - - [DeleteVendorConnectorMapping200Response](sailpoint/v2024/docs/DeleteVendorConnectorMapping200Response.md) - - [DeployRequest](sailpoint/v2024/docs/DeployRequest.md) - - [DeployResponse](sailpoint/v2024/docs/DeployResponse.md) - - [Dimension](sailpoint/v2024/docs/Dimension.md) - - [DimensionBulkDeleteRequest](sailpoint/v2024/docs/DimensionBulkDeleteRequest.md) - - [DimensionCriteriaKey](sailpoint/v2024/docs/DimensionCriteriaKey.md) - - [DimensionCriteriaKeyType](sailpoint/v2024/docs/DimensionCriteriaKeyType.md) - - [DimensionCriteriaLevel1](sailpoint/v2024/docs/DimensionCriteriaLevel1.md) - - [DimensionCriteriaLevel2](sailpoint/v2024/docs/DimensionCriteriaLevel2.md) - - [DimensionCriteriaLevel3](sailpoint/v2024/docs/DimensionCriteriaLevel3.md) - - [DimensionCriteriaOperation](sailpoint/v2024/docs/DimensionCriteriaOperation.md) - - [DimensionMembershipSelector](sailpoint/v2024/docs/DimensionMembershipSelector.md) - - [DimensionMembershipSelectorType](sailpoint/v2024/docs/DimensionMembershipSelectorType.md) - - [DimensionRef](sailpoint/v2024/docs/DimensionRef.md) - - [DisplayReference](sailpoint/v2024/docs/DisplayReference.md) - - [DkimAttributes](sailpoint/v2024/docs/DkimAttributes.md) - - [DocumentType](sailpoint/v2024/docs/DocumentType.md) - - [DomainAddress](sailpoint/v2024/docs/DomainAddress.md) - - [DomainStatusDto](sailpoint/v2024/docs/DomainStatusDto.md) - - [DraftResponse](sailpoint/v2024/docs/DraftResponse.md) - - [DtoType](sailpoint/v2024/docs/DtoType.md) - - [EmailNotificationOption](sailpoint/v2024/docs/EmailNotificationOption.md) - - [EmailStatusDto](sailpoint/v2024/docs/EmailStatusDto.md) - - [Entitlement](sailpoint/v2024/docs/Entitlement.md) - - [Entitlement1](sailpoint/v2024/docs/Entitlement1.md) - - [Entitlement1AccessModelMetadata](sailpoint/v2024/docs/Entitlement1AccessModelMetadata.md) - - [Entitlement1ManuallyUpdatedFields](sailpoint/v2024/docs/Entitlement1ManuallyUpdatedFields.md) - - [Entitlement1Owner](sailpoint/v2024/docs/Entitlement1Owner.md) - - [Entitlement1Source](sailpoint/v2024/docs/Entitlement1Source.md) - - [EntitlementAccessRequestConfig](sailpoint/v2024/docs/EntitlementAccessRequestConfig.md) - - [EntitlementApprovalScheme](sailpoint/v2024/docs/EntitlementApprovalScheme.md) - - [EntitlementBulkUpdateRequest](sailpoint/v2024/docs/EntitlementBulkUpdateRequest.md) - - [EntitlementDocument](sailpoint/v2024/docs/EntitlementDocument.md) - - [EntitlementDocumentAllOfSource](sailpoint/v2024/docs/EntitlementDocumentAllOfSource.md) - - [EntitlementDto](sailpoint/v2024/docs/EntitlementDto.md) - - [EntitlementRef](sailpoint/v2024/docs/EntitlementRef.md) - - [EntitlementRef1](sailpoint/v2024/docs/EntitlementRef1.md) - - [EntitlementRequestConfig](sailpoint/v2024/docs/EntitlementRequestConfig.md) - - [EntitlementRequestConfig1](sailpoint/v2024/docs/EntitlementRequestConfig1.md) - - [EntitlementSource](sailpoint/v2024/docs/EntitlementSource.md) - - [EntitlementSourceResetBaseReferenceDto](sailpoint/v2024/docs/EntitlementSourceResetBaseReferenceDto.md) - - [EntitlementSummary](sailpoint/v2024/docs/EntitlementSummary.md) - - [EntityCreatedByDTO](sailpoint/v2024/docs/EntityCreatedByDTO.md) - - [Error](sailpoint/v2024/docs/Error.md) - - [ErrorMessage](sailpoint/v2024/docs/ErrorMessage.md) - - [ErrorMessageDto](sailpoint/v2024/docs/ErrorMessageDto.md) - - [ErrorMessageDto1](sailpoint/v2024/docs/ErrorMessageDto1.md) - - [ErrorResponseDto](sailpoint/v2024/docs/ErrorResponseDto.md) - - [EvaluateResponse](sailpoint/v2024/docs/EvaluateResponse.md) - - [Event](sailpoint/v2024/docs/Event.md) - - [EventAttributes](sailpoint/v2024/docs/EventAttributes.md) - - [EventBridgeConfig](sailpoint/v2024/docs/EventBridgeConfig.md) - - [EventDocument](sailpoint/v2024/docs/EventDocument.md) - - [ExceptionAccessCriteria](sailpoint/v2024/docs/ExceptionAccessCriteria.md) - - [ExceptionCriteria](sailpoint/v2024/docs/ExceptionCriteria.md) - - [ExceptionCriteriaAccess](sailpoint/v2024/docs/ExceptionCriteriaAccess.md) - - [ExceptionCriteriaCriteriaListInner](sailpoint/v2024/docs/ExceptionCriteriaCriteriaListInner.md) - - [ExecutionStatus](sailpoint/v2024/docs/ExecutionStatus.md) - - [ExpansionItem](sailpoint/v2024/docs/ExpansionItem.md) - - [ExportFormDefinitionsByTenant200ResponseInner](sailpoint/v2024/docs/ExportFormDefinitionsByTenant200ResponseInner.md) - - [ExportOptions](sailpoint/v2024/docs/ExportOptions.md) - - [ExportPayload](sailpoint/v2024/docs/ExportPayload.md) - - [Expression](sailpoint/v2024/docs/Expression.md) - - [ExpressionChildrenInner](sailpoint/v2024/docs/ExpressionChildrenInner.md) - - [ExternalAttributes](sailpoint/v2024/docs/ExternalAttributes.md) - - [FeatureValueDto](sailpoint/v2024/docs/FeatureValueDto.md) - - [FieldDetailsDto](sailpoint/v2024/docs/FieldDetailsDto.md) - - [Filter](sailpoint/v2024/docs/Filter.md) - - [FilterAggregation](sailpoint/v2024/docs/FilterAggregation.md) - - [FilterType](sailpoint/v2024/docs/FilterType.md) - - [FormCondition](sailpoint/v2024/docs/FormCondition.md) - - [FormDefinitionDynamicSchemaRequest](sailpoint/v2024/docs/FormDefinitionDynamicSchemaRequest.md) - - [FormDefinitionDynamicSchemaRequestAttributes](sailpoint/v2024/docs/FormDefinitionDynamicSchemaRequestAttributes.md) - - [FormDefinitionDynamicSchemaResponse](sailpoint/v2024/docs/FormDefinitionDynamicSchemaResponse.md) - - [FormDefinitionFileUploadResponse](sailpoint/v2024/docs/FormDefinitionFileUploadResponse.md) - - [FormDefinitionInput](sailpoint/v2024/docs/FormDefinitionInput.md) - - [FormDefinitionResponse](sailpoint/v2024/docs/FormDefinitionResponse.md) - - [FormDetails](sailpoint/v2024/docs/FormDetails.md) - - [FormElement](sailpoint/v2024/docs/FormElement.md) - - [FormElementDataSourceConfigOptions](sailpoint/v2024/docs/FormElementDataSourceConfigOptions.md) - - [FormElementDynamicDataSource](sailpoint/v2024/docs/FormElementDynamicDataSource.md) - - [FormElementDynamicDataSourceConfig](sailpoint/v2024/docs/FormElementDynamicDataSourceConfig.md) - - [FormElementPreviewRequest](sailpoint/v2024/docs/FormElementPreviewRequest.md) - - [FormElementValidationsSet](sailpoint/v2024/docs/FormElementValidationsSet.md) - - [FormError](sailpoint/v2024/docs/FormError.md) - - [FormInstanceCreatedBy](sailpoint/v2024/docs/FormInstanceCreatedBy.md) - - [FormInstanceRecipient](sailpoint/v2024/docs/FormInstanceRecipient.md) - - [FormInstanceResponse](sailpoint/v2024/docs/FormInstanceResponse.md) - - [FormItemDetails](sailpoint/v2024/docs/FormItemDetails.md) - - [FormOwner](sailpoint/v2024/docs/FormOwner.md) - - [FormUsedBy](sailpoint/v2024/docs/FormUsedBy.md) - - [ForwardApprovalDto](sailpoint/v2024/docs/ForwardApprovalDto.md) - - [FullDiscoveredApplications](sailpoint/v2024/docs/FullDiscoveredApplications.md) - - [GetActiveCampaigns200ResponseInner](sailpoint/v2024/docs/GetActiveCampaigns200ResponseInner.md) - - [GetDiscoveredApplications200ResponseInner](sailpoint/v2024/docs/GetDiscoveredApplications200ResponseInner.md) - - [GetHistoricalIdentityEvents200ResponseInner](sailpoint/v2024/docs/GetHistoricalIdentityEvents200ResponseInner.md) - - [GetOAuthClientResponse](sailpoint/v2024/docs/GetOAuthClientResponse.md) - - [GetPersonalAccessTokenResponse](sailpoint/v2024/docs/GetPersonalAccessTokenResponse.md) - - [GetRoleAssignments200ResponseInner](sailpoint/v2024/docs/GetRoleAssignments200ResponseInner.md) - - [GrantType](sailpoint/v2024/docs/GrantType.md) - - [HttpAuthenticationType](sailpoint/v2024/docs/HttpAuthenticationType.md) - - [HttpConfig](sailpoint/v2024/docs/HttpConfig.md) - - [HttpDispatchMode](sailpoint/v2024/docs/HttpDispatchMode.md) - - [IdentitiesAccountsBulkRequest](sailpoint/v2024/docs/IdentitiesAccountsBulkRequest.md) - - [IdentitiesDetailsReportArguments](sailpoint/v2024/docs/IdentitiesDetailsReportArguments.md) - - [IdentitiesReportArguments](sailpoint/v2024/docs/IdentitiesReportArguments.md) - - [Identity](sailpoint/v2024/docs/Identity.md) - - [Identity1](sailpoint/v2024/docs/Identity1.md) - - [IdentityAccess](sailpoint/v2024/docs/IdentityAccess.md) - - [IdentityAssociationDetails](sailpoint/v2024/docs/IdentityAssociationDetails.md) - - [IdentityAssociationDetailsAssociationDetailsInner](sailpoint/v2024/docs/IdentityAssociationDetailsAssociationDetailsInner.md) - - [IdentityAttribute](sailpoint/v2024/docs/IdentityAttribute.md) - - [IdentityAttributeConfig](sailpoint/v2024/docs/IdentityAttributeConfig.md) - - [IdentityAttributeNames](sailpoint/v2024/docs/IdentityAttributeNames.md) - - [IdentityAttributePreview](sailpoint/v2024/docs/IdentityAttributePreview.md) - - [IdentityAttributeTransform](sailpoint/v2024/docs/IdentityAttributeTransform.md) - - [IdentityAttributesChanged](sailpoint/v2024/docs/IdentityAttributesChanged.md) - - [IdentityAttributesChangedChangesInner](sailpoint/v2024/docs/IdentityAttributesChangedChangesInner.md) - - [IdentityAttributesChangedChangesInnerNewValue](sailpoint/v2024/docs/IdentityAttributesChangedChangesInnerNewValue.md) - - [IdentityAttributesChangedChangesInnerOldValue](sailpoint/v2024/docs/IdentityAttributesChangedChangesInnerOldValue.md) - - [IdentityAttributesChangedChangesInnerOldValueOneOfValue](sailpoint/v2024/docs/IdentityAttributesChangedChangesInnerOldValueOneOfValue.md) - - [IdentityAttributesChangedIdentity](sailpoint/v2024/docs/IdentityAttributesChangedIdentity.md) - - [IdentityCertDecisionSummary](sailpoint/v2024/docs/IdentityCertDecisionSummary.md) - - [IdentityCertificationDto](sailpoint/v2024/docs/IdentityCertificationDto.md) - - [IdentityCertified](sailpoint/v2024/docs/IdentityCertified.md) - - [IdentityCompareResponse](sailpoint/v2024/docs/IdentityCompareResponse.md) - - [IdentityCreated](sailpoint/v2024/docs/IdentityCreated.md) - - [IdentityCreatedIdentity](sailpoint/v2024/docs/IdentityCreatedIdentity.md) - - [IdentityDeleted](sailpoint/v2024/docs/IdentityDeleted.md) - - [IdentityDeletedIdentity](sailpoint/v2024/docs/IdentityDeletedIdentity.md) - - [IdentityDocument](sailpoint/v2024/docs/IdentityDocument.md) - - [IdentityDocumentAllOfIdentityProfile](sailpoint/v2024/docs/IdentityDocumentAllOfIdentityProfile.md) - - [IdentityDocumentAllOfManager](sailpoint/v2024/docs/IdentityDocumentAllOfManager.md) - - [IdentityDocumentAllOfSource](sailpoint/v2024/docs/IdentityDocumentAllOfSource.md) - - [IdentityEntities](sailpoint/v2024/docs/IdentityEntities.md) - - [IdentityEntitiesIdentityEntity](sailpoint/v2024/docs/IdentityEntitiesIdentityEntity.md) - - [IdentityExceptionReportReference](sailpoint/v2024/docs/IdentityExceptionReportReference.md) - - [IdentityHistoryResponse](sailpoint/v2024/docs/IdentityHistoryResponse.md) - - [IdentityLifecycleState](sailpoint/v2024/docs/IdentityLifecycleState.md) - - [IdentityListItem](sailpoint/v2024/docs/IdentityListItem.md) - - [IdentityManagerRef](sailpoint/v2024/docs/IdentityManagerRef.md) - - [IdentityOwnershipAssociationDetails](sailpoint/v2024/docs/IdentityOwnershipAssociationDetails.md) - - [IdentityOwnershipAssociationDetailsAssociationDetailsInner](sailpoint/v2024/docs/IdentityOwnershipAssociationDetailsAssociationDetailsInner.md) - - [IdentityPreviewRequest](sailpoint/v2024/docs/IdentityPreviewRequest.md) - - [IdentityPreviewResponse](sailpoint/v2024/docs/IdentityPreviewResponse.md) - - [IdentityPreviewResponseIdentity](sailpoint/v2024/docs/IdentityPreviewResponseIdentity.md) - - [IdentityProfile](sailpoint/v2024/docs/IdentityProfile.md) - - [IdentityProfileAllOfAuthoritativeSource](sailpoint/v2024/docs/IdentityProfileAllOfAuthoritativeSource.md) - - [IdentityProfileAllOfOwner](sailpoint/v2024/docs/IdentityProfileAllOfOwner.md) - - [IdentityProfileExportedObject](sailpoint/v2024/docs/IdentityProfileExportedObject.md) - - [IdentityProfileExportedObjectSelf](sailpoint/v2024/docs/IdentityProfileExportedObjectSelf.md) - - [IdentityProfileIdentityErrorReportArguments](sailpoint/v2024/docs/IdentityProfileIdentityErrorReportArguments.md) - - [IdentityReference](sailpoint/v2024/docs/IdentityReference.md) - - [IdentityReferenceWithNameAndEmail](sailpoint/v2024/docs/IdentityReferenceWithNameAndEmail.md) - - [IdentitySnapshotSummaryResponse](sailpoint/v2024/docs/IdentitySnapshotSummaryResponse.md) - - [IdentitySummary](sailpoint/v2024/docs/IdentitySummary.md) - - [IdentitySyncJob](sailpoint/v2024/docs/IdentitySyncJob.md) - - [IdentitySyncPayload](sailpoint/v2024/docs/IdentitySyncPayload.md) - - [IdentityWithNewAccess](sailpoint/v2024/docs/IdentityWithNewAccess.md) - - [IdentityWithNewAccess1](sailpoint/v2024/docs/IdentityWithNewAccess1.md) - - [IdentityWithNewAccessAccessRefsInner](sailpoint/v2024/docs/IdentityWithNewAccessAccessRefsInner.md) - - [ImportAccountsRequest](sailpoint/v2024/docs/ImportAccountsRequest.md) - - [ImportEntitlementsBySourceRequest](sailpoint/v2024/docs/ImportEntitlementsBySourceRequest.md) - - [ImportFormDefinitions202Response](sailpoint/v2024/docs/ImportFormDefinitions202Response.md) - - [ImportFormDefinitions202ResponseErrorsInner](sailpoint/v2024/docs/ImportFormDefinitions202ResponseErrorsInner.md) - - [ImportNonEmployeeRecordsInBulkRequest](sailpoint/v2024/docs/ImportNonEmployeeRecordsInBulkRequest.md) - - [ImportObject](sailpoint/v2024/docs/ImportObject.md) - - [ImportOptions](sailpoint/v2024/docs/ImportOptions.md) - - [ImportSpConfigRequest](sailpoint/v2024/docs/ImportSpConfigRequest.md) - - [Index](sailpoint/v2024/docs/Index.md) - - [InnerHit](sailpoint/v2024/docs/InnerHit.md) - - [InviteIdentitiesRequest](sailpoint/v2024/docs/InviteIdentitiesRequest.md) - - [Invocation](sailpoint/v2024/docs/Invocation.md) - - [InvocationStatus](sailpoint/v2024/docs/InvocationStatus.md) - - [InvocationStatusType](sailpoint/v2024/docs/InvocationStatusType.md) - - [JsonPatch](sailpoint/v2024/docs/JsonPatch.md) - - [JsonPatchOperation](sailpoint/v2024/docs/JsonPatchOperation.md) - - [JsonPatchOperationValue](sailpoint/v2024/docs/JsonPatchOperationValue.md) - - [KbaAnswerRequestItem](sailpoint/v2024/docs/KbaAnswerRequestItem.md) - - [KbaAnswerResponseItem](sailpoint/v2024/docs/KbaAnswerResponseItem.md) - - [KbaQuestion](sailpoint/v2024/docs/KbaQuestion.md) - - [LatestOutlierSummary](sailpoint/v2024/docs/LatestOutlierSummary.md) - - [License](sailpoint/v2024/docs/License.md) - - [LifecycleState](sailpoint/v2024/docs/LifecycleState.md) - - [LifecycleStateDto](sailpoint/v2024/docs/LifecycleStateDto.md) - - [LifecyclestateDeleted](sailpoint/v2024/docs/LifecyclestateDeleted.md) - - [ListAccessProfiles401Response](sailpoint/v2024/docs/ListAccessProfiles401Response.md) - - [ListAccessProfiles429Response](sailpoint/v2024/docs/ListAccessProfiles429Response.md) - - [ListCampaignFilters200Response](sailpoint/v2024/docs/ListCampaignFilters200Response.md) - - [ListCompleteWorkflowLibrary200ResponseInner](sailpoint/v2024/docs/ListCompleteWorkflowLibrary200ResponseInner.md) - - [ListFormDefinitionsByTenantResponse](sailpoint/v2024/docs/ListFormDefinitionsByTenantResponse.md) - - [ListFormElementDataByElementIDResponse](sailpoint/v2024/docs/ListFormElementDataByElementIDResponse.md) - - [ListFormInstancesByTenantResponse](sailpoint/v2024/docs/ListFormInstancesByTenantResponse.md) - - [ListIdentityAccessItems200ResponseInner](sailpoint/v2024/docs/ListIdentityAccessItems200ResponseInner.md) - - [ListPredefinedSelectOptionsResponse](sailpoint/v2024/docs/ListPredefinedSelectOptionsResponse.md) - - [ListWorkgroupMembers200ResponseInner](sailpoint/v2024/docs/ListWorkgroupMembers200ResponseInner.md) - - [LoadAccountsTask](sailpoint/v2024/docs/LoadAccountsTask.md) - - [LoadAccountsTaskTask](sailpoint/v2024/docs/LoadAccountsTaskTask.md) - - [LoadAccountsTaskTaskAttributes](sailpoint/v2024/docs/LoadAccountsTaskTaskAttributes.md) - - [LoadAccountsTaskTaskMessagesInner](sailpoint/v2024/docs/LoadAccountsTaskTaskMessagesInner.md) - - [LoadAccountsTaskTaskReturnsInner](sailpoint/v2024/docs/LoadAccountsTaskTaskReturnsInner.md) - - [LoadEntitlementTask](sailpoint/v2024/docs/LoadEntitlementTask.md) - - [LoadEntitlementTaskReturnsInner](sailpoint/v2024/docs/LoadEntitlementTaskReturnsInner.md) - - [LoadUncorrelatedAccountsTask](sailpoint/v2024/docs/LoadUncorrelatedAccountsTask.md) - - [LoadUncorrelatedAccountsTaskTask](sailpoint/v2024/docs/LoadUncorrelatedAccountsTaskTask.md) - - [LoadUncorrelatedAccountsTaskTaskAttributes](sailpoint/v2024/docs/LoadUncorrelatedAccountsTaskTaskAttributes.md) - - [LoadUncorrelatedAccountsTaskTaskMessagesInner](sailpoint/v2024/docs/LoadUncorrelatedAccountsTaskTaskMessagesInner.md) - - [LocaleOrigin](sailpoint/v2024/docs/LocaleOrigin.md) - - [LocalizedMessage](sailpoint/v2024/docs/LocalizedMessage.md) - - [LookupStep](sailpoint/v2024/docs/LookupStep.md) - - [MailFromAttributes](sailpoint/v2024/docs/MailFromAttributes.md) - - [MailFromAttributesDto](sailpoint/v2024/docs/MailFromAttributesDto.md) - - [ManagedClient](sailpoint/v2024/docs/ManagedClient.md) - - [ManagedClientRequest](sailpoint/v2024/docs/ManagedClientRequest.md) - - [ManagedClientStatus](sailpoint/v2024/docs/ManagedClientStatus.md) - - [ManagedClientStatusCode](sailpoint/v2024/docs/ManagedClientStatusCode.md) - - [ManagedClientType](sailpoint/v2024/docs/ManagedClientType.md) - - [ManagedCluster](sailpoint/v2024/docs/ManagedCluster.md) - - [ManagedClusterAttributes](sailpoint/v2024/docs/ManagedClusterAttributes.md) - - [ManagedClusterKeyPair](sailpoint/v2024/docs/ManagedClusterKeyPair.md) - - [ManagedClusterQueue](sailpoint/v2024/docs/ManagedClusterQueue.md) - - [ManagedClusterRedis](sailpoint/v2024/docs/ManagedClusterRedis.md) - - [ManagedClusterRequest](sailpoint/v2024/docs/ManagedClusterRequest.md) - - [ManagedClusterTypes](sailpoint/v2024/docs/ManagedClusterTypes.md) - - [ManagerCorrelationMapping](sailpoint/v2024/docs/ManagerCorrelationMapping.md) - - [ManualDiscoverApplications](sailpoint/v2024/docs/ManualDiscoverApplications.md) - - [ManualDiscoverApplicationsTemplate](sailpoint/v2024/docs/ManualDiscoverApplicationsTemplate.md) - - [ManualWorkItemDetails](sailpoint/v2024/docs/ManualWorkItemDetails.md) - - [ManualWorkItemDetails1](sailpoint/v2024/docs/ManualWorkItemDetails1.md) - - [ManualWorkItemDetailsCurrentOwner](sailpoint/v2024/docs/ManualWorkItemDetailsCurrentOwner.md) - - [ManualWorkItemDetailsOriginalOwner](sailpoint/v2024/docs/ManualWorkItemDetailsOriginalOwner.md) - - [ManualWorkItemState](sailpoint/v2024/docs/ManualWorkItemState.md) - - [ManuallyUpdatedFieldsDTO](sailpoint/v2024/docs/ManuallyUpdatedFieldsDTO.md) - - [MatchTerm](sailpoint/v2024/docs/MatchTerm.md) - - [Medium](sailpoint/v2024/docs/Medium.md) - - [MembershipType](sailpoint/v2024/docs/MembershipType.md) - - [MetricAggregation](sailpoint/v2024/docs/MetricAggregation.md) - - [MetricResponse](sailpoint/v2024/docs/MetricResponse.md) - - [MetricType](sailpoint/v2024/docs/MetricType.md) - - [MfaConfigTestResponse](sailpoint/v2024/docs/MfaConfigTestResponse.md) - - [MfaDuoConfig](sailpoint/v2024/docs/MfaDuoConfig.md) - - [MfaOktaConfig](sailpoint/v2024/docs/MfaOktaConfig.md) - - [ModelSchema](sailpoint/v2024/docs/ModelSchema.md) - - [MultiPolicyRequest](sailpoint/v2024/docs/MultiPolicyRequest.md) - - [NativeChangeDetectionConfig](sailpoint/v2024/docs/NativeChangeDetectionConfig.md) - - [NestedAggregation](sailpoint/v2024/docs/NestedAggregation.md) - - [NetworkConfiguration](sailpoint/v2024/docs/NetworkConfiguration.md) - - [NonEmployeeApprovalDecision](sailpoint/v2024/docs/NonEmployeeApprovalDecision.md) - - [NonEmployeeApprovalItem](sailpoint/v2024/docs/NonEmployeeApprovalItem.md) - - [NonEmployeeApprovalItemBase](sailpoint/v2024/docs/NonEmployeeApprovalItemBase.md) - - [NonEmployeeApprovalItemDetail](sailpoint/v2024/docs/NonEmployeeApprovalItemDetail.md) - - [NonEmployeeApprovalSummary](sailpoint/v2024/docs/NonEmployeeApprovalSummary.md) - - [NonEmployeeBulkUploadJob](sailpoint/v2024/docs/NonEmployeeBulkUploadJob.md) - - [NonEmployeeBulkUploadStatus](sailpoint/v2024/docs/NonEmployeeBulkUploadStatus.md) - - [NonEmployeeIdentityDtoType](sailpoint/v2024/docs/NonEmployeeIdentityDtoType.md) - - [NonEmployeeIdentityReferenceWithId](sailpoint/v2024/docs/NonEmployeeIdentityReferenceWithId.md) - - [NonEmployeeIdnUserRequest](sailpoint/v2024/docs/NonEmployeeIdnUserRequest.md) - - [NonEmployeeRecord](sailpoint/v2024/docs/NonEmployeeRecord.md) - - [NonEmployeeRejectApprovalDecision](sailpoint/v2024/docs/NonEmployeeRejectApprovalDecision.md) - - [NonEmployeeRequest](sailpoint/v2024/docs/NonEmployeeRequest.md) - - [NonEmployeeRequestBody](sailpoint/v2024/docs/NonEmployeeRequestBody.md) - - [NonEmployeeRequestLite](sailpoint/v2024/docs/NonEmployeeRequestLite.md) - - [NonEmployeeRequestSummary](sailpoint/v2024/docs/NonEmployeeRequestSummary.md) - - [NonEmployeeRequestWithoutApprovalItem](sailpoint/v2024/docs/NonEmployeeRequestWithoutApprovalItem.md) - - [NonEmployeeSchemaAttribute](sailpoint/v2024/docs/NonEmployeeSchemaAttribute.md) - - [NonEmployeeSchemaAttributeBody](sailpoint/v2024/docs/NonEmployeeSchemaAttributeBody.md) - - [NonEmployeeSchemaAttributeType](sailpoint/v2024/docs/NonEmployeeSchemaAttributeType.md) - - [NonEmployeeSource](sailpoint/v2024/docs/NonEmployeeSource.md) - - [NonEmployeeSourceLite](sailpoint/v2024/docs/NonEmployeeSourceLite.md) - - [NonEmployeeSourceLiteWithSchemaAttributes](sailpoint/v2024/docs/NonEmployeeSourceLiteWithSchemaAttributes.md) - - [NonEmployeeSourceRequestBody](sailpoint/v2024/docs/NonEmployeeSourceRequestBody.md) - - [NonEmployeeSourceWithCloudExternalId](sailpoint/v2024/docs/NonEmployeeSourceWithCloudExternalId.md) - - [NonEmployeeSourceWithNECount](sailpoint/v2024/docs/NonEmployeeSourceWithNECount.md) - - [NotificationTemplateContext](sailpoint/v2024/docs/NotificationTemplateContext.md) - - [ObjectExportImportNames](sailpoint/v2024/docs/ObjectExportImportNames.md) - - [ObjectExportImportOptions](sailpoint/v2024/docs/ObjectExportImportOptions.md) - - [ObjectImportResult](sailpoint/v2024/docs/ObjectImportResult.md) - - [ObjectImportResult1](sailpoint/v2024/docs/ObjectImportResult1.md) - - [ObjectMappingBulkCreateRequest](sailpoint/v2024/docs/ObjectMappingBulkCreateRequest.md) - - [ObjectMappingBulkCreateResponse](sailpoint/v2024/docs/ObjectMappingBulkCreateResponse.md) - - [ObjectMappingBulkPatchRequest](sailpoint/v2024/docs/ObjectMappingBulkPatchRequest.md) - - [ObjectMappingBulkPatchResponse](sailpoint/v2024/docs/ObjectMappingBulkPatchResponse.md) - - [ObjectMappingRequest](sailpoint/v2024/docs/ObjectMappingRequest.md) - - [ObjectMappingResponse](sailpoint/v2024/docs/ObjectMappingResponse.md) - - [Operation](sailpoint/v2024/docs/Operation.md) - - [OrgConfig](sailpoint/v2024/docs/OrgConfig.md) - - [OriginalRequest](sailpoint/v2024/docs/OriginalRequest.md) - - [OrphanIdentitiesReportArguments](sailpoint/v2024/docs/OrphanIdentitiesReportArguments.md) - - [Outlier](sailpoint/v2024/docs/Outlier.md) - - [OutlierContributingFeature](sailpoint/v2024/docs/OutlierContributingFeature.md) - - [OutlierContributingFeatureValue](sailpoint/v2024/docs/OutlierContributingFeatureValue.md) - - [OutlierFeatureSummary](sailpoint/v2024/docs/OutlierFeatureSummary.md) - - [OutlierFeatureSummaryOutlierFeatureDisplayValuesInner](sailpoint/v2024/docs/OutlierFeatureSummaryOutlierFeatureDisplayValuesInner.md) - - [OutlierFeatureTranslation](sailpoint/v2024/docs/OutlierFeatureTranslation.md) - - [OutlierSummary](sailpoint/v2024/docs/OutlierSummary.md) - - [OutliersContributingFeatureAccessItems](sailpoint/v2024/docs/OutliersContributingFeatureAccessItems.md) - - [OwnerDto](sailpoint/v2024/docs/OwnerDto.md) - - [OwnerReference](sailpoint/v2024/docs/OwnerReference.md) - - [OwnerReferenceDto](sailpoint/v2024/docs/OwnerReferenceDto.md) - - [OwnerReferenceSegments](sailpoint/v2024/docs/OwnerReferenceSegments.md) - - [Owns](sailpoint/v2024/docs/Owns.md) - - [PasswordChangeRequest](sailpoint/v2024/docs/PasswordChangeRequest.md) - - [PasswordChangeResponse](sailpoint/v2024/docs/PasswordChangeResponse.md) - - [PasswordDigitToken](sailpoint/v2024/docs/PasswordDigitToken.md) - - [PasswordDigitTokenReset](sailpoint/v2024/docs/PasswordDigitTokenReset.md) - - [PasswordInfo](sailpoint/v2024/docs/PasswordInfo.md) - - [PasswordInfoAccount](sailpoint/v2024/docs/PasswordInfoAccount.md) - - [PasswordInfoQueryDTO](sailpoint/v2024/docs/PasswordInfoQueryDTO.md) - - [PasswordOrgConfig](sailpoint/v2024/docs/PasswordOrgConfig.md) - - [PasswordPolicyHoldersDtoAttributes](sailpoint/v2024/docs/PasswordPolicyHoldersDtoAttributes.md) - - [PasswordPolicyHoldersDtoAttributesIdentityAttrInner](sailpoint/v2024/docs/PasswordPolicyHoldersDtoAttributesIdentityAttrInner.md) - - [PasswordPolicyHoldersDtoInner](sailpoint/v2024/docs/PasswordPolicyHoldersDtoInner.md) - - [PasswordPolicyV3Dto](sailpoint/v2024/docs/PasswordPolicyV3Dto.md) - - [PasswordStatus](sailpoint/v2024/docs/PasswordStatus.md) - - [PasswordSyncGroup](sailpoint/v2024/docs/PasswordSyncGroup.md) - - [PatOwner](sailpoint/v2024/docs/PatOwner.md) - - [PatchPotentialRoleRequestInner](sailpoint/v2024/docs/PatchPotentialRoleRequestInner.md) - - [PatchServiceDeskIntegrationRequest](sailpoint/v2024/docs/PatchServiceDeskIntegrationRequest.md) - - [PeerGroupMember](sailpoint/v2024/docs/PeerGroupMember.md) - - [PendingApproval](sailpoint/v2024/docs/PendingApproval.md) - - [PendingApprovalAction](sailpoint/v2024/docs/PendingApprovalAction.md) - - [PendingApprovalOwner](sailpoint/v2024/docs/PendingApprovalOwner.md) - - [PermissionDto](sailpoint/v2024/docs/PermissionDto.md) - - [PreApprovalTriggerDetails](sailpoint/v2024/docs/PreApprovalTriggerDetails.md) - - [PreferencesDto](sailpoint/v2024/docs/PreferencesDto.md) - - [PreviewDataSourceResponse](sailpoint/v2024/docs/PreviewDataSourceResponse.md) - - [ProcessIdentitiesRequest](sailpoint/v2024/docs/ProcessIdentitiesRequest.md) - - [ProcessingDetails](sailpoint/v2024/docs/ProcessingDetails.md) - - [Product](sailpoint/v2024/docs/Product.md) - - [ProvisioningCompleted](sailpoint/v2024/docs/ProvisioningCompleted.md) - - [ProvisioningCompletedAccountRequestsInner](sailpoint/v2024/docs/ProvisioningCompletedAccountRequestsInner.md) - - [ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner](sailpoint/v2024/docs/ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner.md) - - [ProvisioningCompletedAccountRequestsInnerSource](sailpoint/v2024/docs/ProvisioningCompletedAccountRequestsInnerSource.md) - - [ProvisioningCompletedRecipient](sailpoint/v2024/docs/ProvisioningCompletedRecipient.md) - - [ProvisioningCompletedRequester](sailpoint/v2024/docs/ProvisioningCompletedRequester.md) - - [ProvisioningConfig](sailpoint/v2024/docs/ProvisioningConfig.md) - - [ProvisioningConfig1](sailpoint/v2024/docs/ProvisioningConfig1.md) - - [ProvisioningConfig1ManagedResourceRefsInner](sailpoint/v2024/docs/ProvisioningConfig1ManagedResourceRefsInner.md) - - [ProvisioningConfig1PlanInitializerScript](sailpoint/v2024/docs/ProvisioningConfig1PlanInitializerScript.md) - - [ProvisioningConfigPlanInitializerScript](sailpoint/v2024/docs/ProvisioningConfigPlanInitializerScript.md) - - [ProvisioningCriteriaLevel1](sailpoint/v2024/docs/ProvisioningCriteriaLevel1.md) - - [ProvisioningCriteriaLevel2](sailpoint/v2024/docs/ProvisioningCriteriaLevel2.md) - - [ProvisioningCriteriaLevel3](sailpoint/v2024/docs/ProvisioningCriteriaLevel3.md) - - [ProvisioningCriteriaOperation](sailpoint/v2024/docs/ProvisioningCriteriaOperation.md) - - [ProvisioningDetails](sailpoint/v2024/docs/ProvisioningDetails.md) - - [ProvisioningPolicy](sailpoint/v2024/docs/ProvisioningPolicy.md) - - [ProvisioningPolicyDto](sailpoint/v2024/docs/ProvisioningPolicyDto.md) - - [ProvisioningState](sailpoint/v2024/docs/ProvisioningState.md) - - [PublicIdentity](sailpoint/v2024/docs/PublicIdentity.md) - - [PublicIdentityAttributeConfig](sailpoint/v2024/docs/PublicIdentityAttributeConfig.md) - - [PublicIdentityAttributesInner](sailpoint/v2024/docs/PublicIdentityAttributesInner.md) - - [PublicIdentityConfig](sailpoint/v2024/docs/PublicIdentityConfig.md) - - [PutClientLogConfigurationRequest](sailpoint/v2024/docs/PutClientLogConfigurationRequest.md) - - [PutConnectorCorrelationConfigRequest](sailpoint/v2024/docs/PutConnectorCorrelationConfigRequest.md) - - [PutConnectorSourceConfigRequest](sailpoint/v2024/docs/PutConnectorSourceConfigRequest.md) - - [PutConnectorSourceTemplateRequest](sailpoint/v2024/docs/PutConnectorSourceTemplateRequest.md) - - [PutPasswordDictionaryRequest](sailpoint/v2024/docs/PutPasswordDictionaryRequest.md) - - [Query](sailpoint/v2024/docs/Query.md) - - [QueryResultFilter](sailpoint/v2024/docs/QueryResultFilter.md) - - [QueryType](sailpoint/v2024/docs/QueryType.md) - - [QueuedCheckConfigDetails](sailpoint/v2024/docs/QueuedCheckConfigDetails.md) - - [Range](sailpoint/v2024/docs/Range.md) - - [ReassignReference](sailpoint/v2024/docs/ReassignReference.md) - - [Reassignment](sailpoint/v2024/docs/Reassignment.md) - - [Reassignment1](sailpoint/v2024/docs/Reassignment1.md) - - [ReassignmentReference](sailpoint/v2024/docs/ReassignmentReference.md) - - [ReassignmentTrailDTO](sailpoint/v2024/docs/ReassignmentTrailDTO.md) - - [ReassignmentType](sailpoint/v2024/docs/ReassignmentType.md) - - [ReassignmentTypeEnum](sailpoint/v2024/docs/ReassignmentTypeEnum.md) - - [Recommendation](sailpoint/v2024/docs/Recommendation.md) - - [RecommendationConfigDto](sailpoint/v2024/docs/RecommendationConfigDto.md) - - [RecommendationRequest](sailpoint/v2024/docs/RecommendationRequest.md) - - [RecommendationRequestDto](sailpoint/v2024/docs/RecommendationRequestDto.md) - - [RecommendationResponse](sailpoint/v2024/docs/RecommendationResponse.md) - - [RecommendationResponseDto](sailpoint/v2024/docs/RecommendationResponseDto.md) - - [RecommenderCalculations](sailpoint/v2024/docs/RecommenderCalculations.md) - - [RecommenderCalculationsIdentityAttributesValue](sailpoint/v2024/docs/RecommenderCalculationsIdentityAttributesValue.md) - - [Ref](sailpoint/v2024/docs/Ref.md) - - [Reference](sailpoint/v2024/docs/Reference.md) - - [RemediationItemDetails](sailpoint/v2024/docs/RemediationItemDetails.md) - - [RemediationItems](sailpoint/v2024/docs/RemediationItems.md) - - [ReportConfigDTO](sailpoint/v2024/docs/ReportConfigDTO.md) - - [ReportDetails](sailpoint/v2024/docs/ReportDetails.md) - - [ReportDetailsArguments](sailpoint/v2024/docs/ReportDetailsArguments.md) - - [ReportResultReference](sailpoint/v2024/docs/ReportResultReference.md) - - [ReportResults](sailpoint/v2024/docs/ReportResults.md) - - [ReportType](sailpoint/v2024/docs/ReportType.md) - - [RequestOnBehalfOfConfig](sailpoint/v2024/docs/RequestOnBehalfOfConfig.md) - - [Requestability](sailpoint/v2024/docs/Requestability.md) - - [RequestabilityForRole](sailpoint/v2024/docs/RequestabilityForRole.md) - - [RequestableObject](sailpoint/v2024/docs/RequestableObject.md) - - [RequestableObjectReference](sailpoint/v2024/docs/RequestableObjectReference.md) - - [RequestableObjectRequestStatus](sailpoint/v2024/docs/RequestableObjectRequestStatus.md) - - [RequestableObjectType](sailpoint/v2024/docs/RequestableObjectType.md) - - [RequestedItemDetails](sailpoint/v2024/docs/RequestedItemDetails.md) - - [RequestedItemStatus](sailpoint/v2024/docs/RequestedItemStatus.md) - - [RequestedItemStatusCancelledRequestDetails](sailpoint/v2024/docs/RequestedItemStatusCancelledRequestDetails.md) - - [RequestedItemStatusPreApprovalTriggerDetails](sailpoint/v2024/docs/RequestedItemStatusPreApprovalTriggerDetails.md) - - [RequestedItemStatusProvisioningDetails](sailpoint/v2024/docs/RequestedItemStatusProvisioningDetails.md) - - [RequestedItemStatusRequestState](sailpoint/v2024/docs/RequestedItemStatusRequestState.md) - - [RequestedItemStatusRequestedFor](sailpoint/v2024/docs/RequestedItemStatusRequestedFor.md) - - [RequestedItemStatusRequesterComment](sailpoint/v2024/docs/RequestedItemStatusRequesterComment.md) - - [RequestedItemStatusSodViolationContext](sailpoint/v2024/docs/RequestedItemStatusSodViolationContext.md) - - [ResourceObject](sailpoint/v2024/docs/ResourceObject.md) - - [ResourceObjectsRequest](sailpoint/v2024/docs/ResourceObjectsRequest.md) - - [ResourceObjectsResponse](sailpoint/v2024/docs/ResourceObjectsResponse.md) - - [ReviewDecision](sailpoint/v2024/docs/ReviewDecision.md) - - [ReviewReassign](sailpoint/v2024/docs/ReviewReassign.md) - - [ReviewRecommendation](sailpoint/v2024/docs/ReviewRecommendation.md) - - [ReviewableAccessProfile](sailpoint/v2024/docs/ReviewableAccessProfile.md) - - [ReviewableEntitlement](sailpoint/v2024/docs/ReviewableEntitlement.md) - - [ReviewableEntitlementAccount](sailpoint/v2024/docs/ReviewableEntitlementAccount.md) - - [ReviewableEntitlementAccountOwner](sailpoint/v2024/docs/ReviewableEntitlementAccountOwner.md) - - [ReviewableRole](sailpoint/v2024/docs/ReviewableRole.md) - - [Reviewer](sailpoint/v2024/docs/Reviewer.md) - - [Reviewer1](sailpoint/v2024/docs/Reviewer1.md) - - [Revocability](sailpoint/v2024/docs/Revocability.md) - - [RevocabilityForRole](sailpoint/v2024/docs/RevocabilityForRole.md) - - [Role](sailpoint/v2024/docs/Role.md) - - [RoleAssignmentDto](sailpoint/v2024/docs/RoleAssignmentDto.md) - - [RoleAssignmentRef](sailpoint/v2024/docs/RoleAssignmentRef.md) - - [RoleAssignmentSourceType](sailpoint/v2024/docs/RoleAssignmentSourceType.md) - - [RoleBulkDeleteRequest](sailpoint/v2024/docs/RoleBulkDeleteRequest.md) - - [RoleBulkUpdateResponse](sailpoint/v2024/docs/RoleBulkUpdateResponse.md) - - [RoleCriteriaKey](sailpoint/v2024/docs/RoleCriteriaKey.md) - - [RoleCriteriaKeyType](sailpoint/v2024/docs/RoleCriteriaKeyType.md) - - [RoleCriteriaLevel1](sailpoint/v2024/docs/RoleCriteriaLevel1.md) - - [RoleCriteriaLevel2](sailpoint/v2024/docs/RoleCriteriaLevel2.md) - - [RoleCriteriaLevel3](sailpoint/v2024/docs/RoleCriteriaLevel3.md) - - [RoleCriteriaOperation](sailpoint/v2024/docs/RoleCriteriaOperation.md) - - [RoleDocument](sailpoint/v2024/docs/RoleDocument.md) - - [RoleGetAllBulkUpdateResponse](sailpoint/v2024/docs/RoleGetAllBulkUpdateResponse.md) - - [RoleIdentity](sailpoint/v2024/docs/RoleIdentity.md) - - [RoleInsight](sailpoint/v2024/docs/RoleInsight.md) - - [RoleInsightsEntitlement](sailpoint/v2024/docs/RoleInsightsEntitlement.md) - - [RoleInsightsEntitlementChanges](sailpoint/v2024/docs/RoleInsightsEntitlementChanges.md) - - [RoleInsightsIdentities](sailpoint/v2024/docs/RoleInsightsIdentities.md) - - [RoleInsightsInsight](sailpoint/v2024/docs/RoleInsightsInsight.md) - - [RoleInsightsResponse](sailpoint/v2024/docs/RoleInsightsResponse.md) - - [RoleInsightsRole](sailpoint/v2024/docs/RoleInsightsRole.md) - - [RoleInsightsSummary](sailpoint/v2024/docs/RoleInsightsSummary.md) - - [RoleListFilterDTO](sailpoint/v2024/docs/RoleListFilterDTO.md) - - [RoleListFilterDTOAmmKeyValuesInner](sailpoint/v2024/docs/RoleListFilterDTOAmmKeyValuesInner.md) - - [RoleMatchDto](sailpoint/v2024/docs/RoleMatchDto.md) - - [RoleMembershipIdentity](sailpoint/v2024/docs/RoleMembershipIdentity.md) - - [RoleMembershipSelector](sailpoint/v2024/docs/RoleMembershipSelector.md) - - [RoleMembershipSelectorType](sailpoint/v2024/docs/RoleMembershipSelectorType.md) - - [RoleMetadataBulkUpdateByFilterRequest](sailpoint/v2024/docs/RoleMetadataBulkUpdateByFilterRequest.md) - - [RoleMetadataBulkUpdateByFilterRequestValuesInner](sailpoint/v2024/docs/RoleMetadataBulkUpdateByFilterRequestValuesInner.md) - - [RoleMetadataBulkUpdateByIdRequest](sailpoint/v2024/docs/RoleMetadataBulkUpdateByIdRequest.md) - - [RoleMetadataBulkUpdateByIdRequestValuesInner](sailpoint/v2024/docs/RoleMetadataBulkUpdateByIdRequestValuesInner.md) - - [RoleMetadataBulkUpdateByQueryRequest](sailpoint/v2024/docs/RoleMetadataBulkUpdateByQueryRequest.md) - - [RoleMetadataBulkUpdateByQueryRequestValuesInner](sailpoint/v2024/docs/RoleMetadataBulkUpdateByQueryRequestValuesInner.md) - - [RoleMiningEntitlement](sailpoint/v2024/docs/RoleMiningEntitlement.md) - - [RoleMiningEntitlementRef](sailpoint/v2024/docs/RoleMiningEntitlementRef.md) - - [RoleMiningIdentity](sailpoint/v2024/docs/RoleMiningIdentity.md) - - [RoleMiningIdentityDistribution](sailpoint/v2024/docs/RoleMiningIdentityDistribution.md) - - [RoleMiningPotentialRole](sailpoint/v2024/docs/RoleMiningPotentialRole.md) - - [RoleMiningPotentialRoleApplication](sailpoint/v2024/docs/RoleMiningPotentialRoleApplication.md) - - [RoleMiningPotentialRoleEditEntitlements](sailpoint/v2024/docs/RoleMiningPotentialRoleEditEntitlements.md) - - [RoleMiningPotentialRoleEntitlements](sailpoint/v2024/docs/RoleMiningPotentialRoleEntitlements.md) - - [RoleMiningPotentialRoleExportRequest](sailpoint/v2024/docs/RoleMiningPotentialRoleExportRequest.md) - - [RoleMiningPotentialRoleExportResponse](sailpoint/v2024/docs/RoleMiningPotentialRoleExportResponse.md) - - [RoleMiningPotentialRoleExportState](sailpoint/v2024/docs/RoleMiningPotentialRoleExportState.md) - - [RoleMiningPotentialRoleProvisionRequest](sailpoint/v2024/docs/RoleMiningPotentialRoleProvisionRequest.md) - - [RoleMiningPotentialRoleProvisionState](sailpoint/v2024/docs/RoleMiningPotentialRoleProvisionState.md) - - [RoleMiningPotentialRoleRef](sailpoint/v2024/docs/RoleMiningPotentialRoleRef.md) - - [RoleMiningPotentialRoleSourceUsage](sailpoint/v2024/docs/RoleMiningPotentialRoleSourceUsage.md) - - [RoleMiningPotentialRoleSummary](sailpoint/v2024/docs/RoleMiningPotentialRoleSummary.md) - - [RoleMiningPotentialRoleSummaryCreatedBy](sailpoint/v2024/docs/RoleMiningPotentialRoleSummaryCreatedBy.md) - - [RoleMiningRoleType](sailpoint/v2024/docs/RoleMiningRoleType.md) - - [RoleMiningSessionDraftRoleDto](sailpoint/v2024/docs/RoleMiningSessionDraftRoleDto.md) - - [RoleMiningSessionDto](sailpoint/v2024/docs/RoleMiningSessionDto.md) - - [RoleMiningSessionParametersDto](sailpoint/v2024/docs/RoleMiningSessionParametersDto.md) - - [RoleMiningSessionResponse](sailpoint/v2024/docs/RoleMiningSessionResponse.md) - - [RoleMiningSessionResponseCreatedBy](sailpoint/v2024/docs/RoleMiningSessionResponseCreatedBy.md) - - [RoleMiningSessionScope](sailpoint/v2024/docs/RoleMiningSessionScope.md) - - [RoleMiningSessionScopingMethod](sailpoint/v2024/docs/RoleMiningSessionScopingMethod.md) - - [RoleMiningSessionState](sailpoint/v2024/docs/RoleMiningSessionState.md) - - [RoleMiningSessionStatus](sailpoint/v2024/docs/RoleMiningSessionStatus.md) - - [RoleSummary](sailpoint/v2024/docs/RoleSummary.md) - - [RoleTargetDto](sailpoint/v2024/docs/RoleTargetDto.md) - - [SavedSearch](sailpoint/v2024/docs/SavedSearch.md) - - [SavedSearchComplete](sailpoint/v2024/docs/SavedSearchComplete.md) - - [SavedSearchCompleteSearchResults](sailpoint/v2024/docs/SavedSearchCompleteSearchResults.md) - - [SavedSearchCompleteSearchResultsAccount](sailpoint/v2024/docs/SavedSearchCompleteSearchResultsAccount.md) - - [SavedSearchCompleteSearchResultsEntitlement](sailpoint/v2024/docs/SavedSearchCompleteSearchResultsEntitlement.md) - - [SavedSearchCompleteSearchResultsIdentity](sailpoint/v2024/docs/SavedSearchCompleteSearchResultsIdentity.md) - - [SavedSearchDetail](sailpoint/v2024/docs/SavedSearchDetail.md) - - [SavedSearchDetailFilters](sailpoint/v2024/docs/SavedSearchDetailFilters.md) - - [SavedSearchName](sailpoint/v2024/docs/SavedSearchName.md) - - [Schedule](sailpoint/v2024/docs/Schedule.md) - - [Schedule1](sailpoint/v2024/docs/Schedule1.md) - - [Schedule2](sailpoint/v2024/docs/Schedule2.md) - - [Schedule2Days](sailpoint/v2024/docs/Schedule2Days.md) - - [Schedule2Hours](sailpoint/v2024/docs/Schedule2Hours.md) - - [Schedule2Months](sailpoint/v2024/docs/Schedule2Months.md) - - [ScheduleDays](sailpoint/v2024/docs/ScheduleDays.md) - - [ScheduleHours](sailpoint/v2024/docs/ScheduleHours.md) - - [ScheduleMonths](sailpoint/v2024/docs/ScheduleMonths.md) - - [ScheduleType](sailpoint/v2024/docs/ScheduleType.md) - - [ScheduledAttributes](sailpoint/v2024/docs/ScheduledAttributes.md) - - [ScheduledSearch](sailpoint/v2024/docs/ScheduledSearch.md) - - [ScheduledSearchAllOfOwner](sailpoint/v2024/docs/ScheduledSearchAllOfOwner.md) - - [ScheduledSearchName](sailpoint/v2024/docs/ScheduledSearchName.md) - - [Scope](sailpoint/v2024/docs/Scope.md) - - [ScopeType](sailpoint/v2024/docs/ScopeType.md) - - [ScopeVisibilityType](sailpoint/v2024/docs/ScopeVisibilityType.md) - - [Search](sailpoint/v2024/docs/Search.md) - - [SearchAggregationSpecification](sailpoint/v2024/docs/SearchAggregationSpecification.md) - - [SearchArguments](sailpoint/v2024/docs/SearchArguments.md) - - [SearchAttributeConfig](sailpoint/v2024/docs/SearchAttributeConfig.md) - - [SearchExportReportArguments](sailpoint/v2024/docs/SearchExportReportArguments.md) - - [SearchFilterType](sailpoint/v2024/docs/SearchFilterType.md) - - [SearchFormDefinitionsByTenant400Response](sailpoint/v2024/docs/SearchFormDefinitionsByTenant400Response.md) - - [SearchSchedule](sailpoint/v2024/docs/SearchSchedule.md) - - [SearchScheduleRecipientsInner](sailpoint/v2024/docs/SearchScheduleRecipientsInner.md) - - [SectionDetails](sailpoint/v2024/docs/SectionDetails.md) - - [Sed](sailpoint/v2024/docs/Sed.md) - - [SedApproval](sailpoint/v2024/docs/SedApproval.md) - - [SedApprovalStatus](sailpoint/v2024/docs/SedApprovalStatus.md) - - [SedAssignee](sailpoint/v2024/docs/SedAssignee.md) - - [SedAssignment](sailpoint/v2024/docs/SedAssignment.md) - - [SedAssignmentResponse](sailpoint/v2024/docs/SedAssignmentResponse.md) - - [SedBatchRequest](sailpoint/v2024/docs/SedBatchRequest.md) - - [SedBatchResponse](sailpoint/v2024/docs/SedBatchResponse.md) - - [SedBatchStats](sailpoint/v2024/docs/SedBatchStats.md) - - [SedBatchStatus](sailpoint/v2024/docs/SedBatchStatus.md) - - [SedPatch](sailpoint/v2024/docs/SedPatch.md) - - [Segment](sailpoint/v2024/docs/Segment.md) - - [SegmentVisibilityCriteria](sailpoint/v2024/docs/SegmentVisibilityCriteria.md) - - [Selector](sailpoint/v2024/docs/Selector.md) - - [SelectorAccountMatchConfig](sailpoint/v2024/docs/SelectorAccountMatchConfig.md) - - [SelectorAccountMatchConfigMatchExpression](sailpoint/v2024/docs/SelectorAccountMatchConfigMatchExpression.md) - - [SelfImportExportDto](sailpoint/v2024/docs/SelfImportExportDto.md) - - [SendAccountVerificationRequest](sailpoint/v2024/docs/SendAccountVerificationRequest.md) - - [SendTestNotificationRequestDto](sailpoint/v2024/docs/SendTestNotificationRequestDto.md) - - [ServiceDeskIntegrationDto](sailpoint/v2024/docs/ServiceDeskIntegrationDto.md) - - [ServiceDeskIntegrationDto1](sailpoint/v2024/docs/ServiceDeskIntegrationDto1.md) - - [ServiceDeskIntegrationTemplateDto](sailpoint/v2024/docs/ServiceDeskIntegrationTemplateDto.md) - - [ServiceDeskIntegrationTemplateType](sailpoint/v2024/docs/ServiceDeskIntegrationTemplateType.md) - - [ServiceDeskSource](sailpoint/v2024/docs/ServiceDeskSource.md) - - [SetIcon200Response](sailpoint/v2024/docs/SetIcon200Response.md) - - [SetIconRequest](sailpoint/v2024/docs/SetIconRequest.md) - - [SetLifecycleState200Response](sailpoint/v2024/docs/SetLifecycleState200Response.md) - - [SetLifecycleStateRequest](sailpoint/v2024/docs/SetLifecycleStateRequest.md) - - [SimIntegrationDetails](sailpoint/v2024/docs/SimIntegrationDetails.md) - - [SimIntegrationDetailsAllOfBeforeProvisioningRule](sailpoint/v2024/docs/SimIntegrationDetailsAllOfBeforeProvisioningRule.md) - - [SlimCampaign](sailpoint/v2024/docs/SlimCampaign.md) - - [SlimDiscoveredApplications](sailpoint/v2024/docs/SlimDiscoveredApplications.md) - - [SodExemptCriteria](sailpoint/v2024/docs/SodExemptCriteria.md) - - [SodExemptCriteria1](sailpoint/v2024/docs/SodExemptCriteria1.md) - - [SodPolicy](sailpoint/v2024/docs/SodPolicy.md) - - [SodPolicyConflictingAccessCriteria](sailpoint/v2024/docs/SodPolicyConflictingAccessCriteria.md) - - [SodPolicyDto](sailpoint/v2024/docs/SodPolicyDto.md) - - [SodPolicyOwnerRef](sailpoint/v2024/docs/SodPolicyOwnerRef.md) - - [SodPolicySchedule](sailpoint/v2024/docs/SodPolicySchedule.md) - - [SodRecipient](sailpoint/v2024/docs/SodRecipient.md) - - [SodReportResultDto](sailpoint/v2024/docs/SodReportResultDto.md) - - [SodViolationCheck](sailpoint/v2024/docs/SodViolationCheck.md) - - [SodViolationCheckResult](sailpoint/v2024/docs/SodViolationCheckResult.md) - - [SodViolationCheckResult1](sailpoint/v2024/docs/SodViolationCheckResult1.md) - - [SodViolationContext](sailpoint/v2024/docs/SodViolationContext.md) - - [SodViolationContext1](sailpoint/v2024/docs/SodViolationContext1.md) - - [SodViolationContext1ConflictingAccessCriteria](sailpoint/v2024/docs/SodViolationContext1ConflictingAccessCriteria.md) - - [SodViolationContext1ConflictingAccessCriteriaLeftCriteria](sailpoint/v2024/docs/SodViolationContext1ConflictingAccessCriteriaLeftCriteria.md) - - [SodViolationContextCheckCompleted](sailpoint/v2024/docs/SodViolationContextCheckCompleted.md) - - [SodViolationContextCheckCompleted1](sailpoint/v2024/docs/SodViolationContextCheckCompleted1.md) - - [SodViolationContextConflictingAccessCriteria](sailpoint/v2024/docs/SodViolationContextConflictingAccessCriteria.md) - - [SodViolationContextConflictingAccessCriteriaLeftCriteria](sailpoint/v2024/docs/SodViolationContextConflictingAccessCriteriaLeftCriteria.md) - - [Source](sailpoint/v2024/docs/Source.md) - - [Source1](sailpoint/v2024/docs/Source1.md) - - [SourceAccountCorrelationConfig](sailpoint/v2024/docs/SourceAccountCorrelationConfig.md) - - [SourceAccountCorrelationRule](sailpoint/v2024/docs/SourceAccountCorrelationRule.md) - - [SourceAccountCreated](sailpoint/v2024/docs/SourceAccountCreated.md) - - [SourceAccountDeleted](sailpoint/v2024/docs/SourceAccountDeleted.md) - - [SourceAccountUpdated](sailpoint/v2024/docs/SourceAccountUpdated.md) - - [SourceApp](sailpoint/v2024/docs/SourceApp.md) - - [SourceAppAccountSource](sailpoint/v2024/docs/SourceAppAccountSource.md) - - [SourceAppBulkUpdateRequest](sailpoint/v2024/docs/SourceAppBulkUpdateRequest.md) - - [SourceAppCreateDto](sailpoint/v2024/docs/SourceAppCreateDto.md) - - [SourceAppCreateDtoAccountSource](sailpoint/v2024/docs/SourceAppCreateDtoAccountSource.md) - - [SourceAppPatchDto](sailpoint/v2024/docs/SourceAppPatchDto.md) - - [SourceBeforeProvisioningRule](sailpoint/v2024/docs/SourceBeforeProvisioningRule.md) - - [SourceCluster](sailpoint/v2024/docs/SourceCluster.md) - - [SourceClusterDto](sailpoint/v2024/docs/SourceClusterDto.md) - - [SourceCode](sailpoint/v2024/docs/SourceCode.md) - - [SourceCreated](sailpoint/v2024/docs/SourceCreated.md) - - [SourceCreatedActor](sailpoint/v2024/docs/SourceCreatedActor.md) - - [SourceDeleted](sailpoint/v2024/docs/SourceDeleted.md) - - [SourceDeletedActor](sailpoint/v2024/docs/SourceDeletedActor.md) - - [SourceEntitlementRequestConfig](sailpoint/v2024/docs/SourceEntitlementRequestConfig.md) - - [SourceHealthDto](sailpoint/v2024/docs/SourceHealthDto.md) - - [SourceManagementWorkgroup](sailpoint/v2024/docs/SourceManagementWorkgroup.md) - - [SourceManagerCorrelationMapping](sailpoint/v2024/docs/SourceManagerCorrelationMapping.md) - - [SourceManagerCorrelationRule](sailpoint/v2024/docs/SourceManagerCorrelationRule.md) - - [SourceOwner](sailpoint/v2024/docs/SourceOwner.md) - - [SourcePasswordPoliciesInner](sailpoint/v2024/docs/SourcePasswordPoliciesInner.md) - - [SourceSchedule](sailpoint/v2024/docs/SourceSchedule.md) - - [SourceSchemasInner](sailpoint/v2024/docs/SourceSchemasInner.md) - - [SourceSyncJob](sailpoint/v2024/docs/SourceSyncJob.md) - - [SourceSyncPayload](sailpoint/v2024/docs/SourceSyncPayload.md) - - [SourceUpdated](sailpoint/v2024/docs/SourceUpdated.md) - - [SourceUpdatedActor](sailpoint/v2024/docs/SourceUpdatedActor.md) - - [SourceUsage](sailpoint/v2024/docs/SourceUsage.md) - - [SourceUsageStatus](sailpoint/v2024/docs/SourceUsageStatus.md) - - [SpConfigExportJob](sailpoint/v2024/docs/SpConfigExportJob.md) - - [SpConfigExportJobStatus](sailpoint/v2024/docs/SpConfigExportJobStatus.md) - - [SpConfigExportResults](sailpoint/v2024/docs/SpConfigExportResults.md) - - [SpConfigImportJobStatus](sailpoint/v2024/docs/SpConfigImportJobStatus.md) - - [SpConfigImportResults](sailpoint/v2024/docs/SpConfigImportResults.md) - - [SpConfigJob](sailpoint/v2024/docs/SpConfigJob.md) - - [SpConfigMessage](sailpoint/v2024/docs/SpConfigMessage.md) - - [SpConfigMessage1](sailpoint/v2024/docs/SpConfigMessage1.md) - - [SpConfigObject](sailpoint/v2024/docs/SpConfigObject.md) - - [SpConfigRule](sailpoint/v2024/docs/SpConfigRule.md) - - [SpConfigRules](sailpoint/v2024/docs/SpConfigRules.md) - - [StandardLevel](sailpoint/v2024/docs/StandardLevel.md) - - [StartInvocationInput](sailpoint/v2024/docs/StartInvocationInput.md) - - [StatusResponse](sailpoint/v2024/docs/StatusResponse.md) - - [SubSearchAggregationSpecification](sailpoint/v2024/docs/SubSearchAggregationSpecification.md) - - [Subscription](sailpoint/v2024/docs/Subscription.md) - - [SubscriptionPatchRequestInner](sailpoint/v2024/docs/SubscriptionPatchRequestInner.md) - - [SubscriptionPatchRequestInnerValue](sailpoint/v2024/docs/SubscriptionPatchRequestInnerValue.md) - - [SubscriptionPatchRequestInnerValueAnyOfInner](sailpoint/v2024/docs/SubscriptionPatchRequestInnerValueAnyOfInner.md) - - [SubscriptionPostRequest](sailpoint/v2024/docs/SubscriptionPostRequest.md) - - [SubscriptionPutRequest](sailpoint/v2024/docs/SubscriptionPutRequest.md) - - [SubscriptionType](sailpoint/v2024/docs/SubscriptionType.md) - - [TaggedObject](sailpoint/v2024/docs/TaggedObject.md) - - [TaggedObjectDto](sailpoint/v2024/docs/TaggedObjectDto.md) - - [Target](sailpoint/v2024/docs/Target.md) - - [TaskDefinitionSummary](sailpoint/v2024/docs/TaskDefinitionSummary.md) - - [TaskResultDetails](sailpoint/v2024/docs/TaskResultDetails.md) - - [TaskResultDetailsMessagesInner](sailpoint/v2024/docs/TaskResultDetailsMessagesInner.md) - - [TaskResultDetailsReturnsInner](sailpoint/v2024/docs/TaskResultDetailsReturnsInner.md) - - [TaskResultDto](sailpoint/v2024/docs/TaskResultDto.md) - - [TaskResultResponse](sailpoint/v2024/docs/TaskResultResponse.md) - - [TaskResultSimplified](sailpoint/v2024/docs/TaskResultSimplified.md) - - [TaskReturnDetails](sailpoint/v2024/docs/TaskReturnDetails.md) - - [TaskStatus](sailpoint/v2024/docs/TaskStatus.md) - - [TaskStatusMessage](sailpoint/v2024/docs/TaskStatusMessage.md) - - [TaskStatusMessageParametersInner](sailpoint/v2024/docs/TaskStatusMessageParametersInner.md) - - [TemplateBulkDeleteDto](sailpoint/v2024/docs/TemplateBulkDeleteDto.md) - - [TemplateDto](sailpoint/v2024/docs/TemplateDto.md) - - [TemplateDtoDefault](sailpoint/v2024/docs/TemplateDtoDefault.md) - - [TemplateSlack](sailpoint/v2024/docs/TemplateSlack.md) - - [TemplateSlackAutoApprovalData](sailpoint/v2024/docs/TemplateSlackAutoApprovalData.md) - - [TemplateSlackCustomFields](sailpoint/v2024/docs/TemplateSlackCustomFields.md) - - [TemplateTeams](sailpoint/v2024/docs/TemplateTeams.md) - - [Tenant](sailpoint/v2024/docs/Tenant.md) - - [TenantConfigurationDetails](sailpoint/v2024/docs/TenantConfigurationDetails.md) - - [TenantConfigurationRequest](sailpoint/v2024/docs/TenantConfigurationRequest.md) - - [TenantConfigurationResponse](sailpoint/v2024/docs/TenantConfigurationResponse.md) - - [TenantUiMetadataItemResponse](sailpoint/v2024/docs/TenantUiMetadataItemResponse.md) - - [TenantUiMetadataItemUpdateRequest](sailpoint/v2024/docs/TenantUiMetadataItemUpdateRequest.md) - - [TestExternalExecuteWorkflow200Response](sailpoint/v2024/docs/TestExternalExecuteWorkflow200Response.md) - - [TestExternalExecuteWorkflowRequest](sailpoint/v2024/docs/TestExternalExecuteWorkflowRequest.md) - - [TestInvocation](sailpoint/v2024/docs/TestInvocation.md) - - [TestWorkflow200Response](sailpoint/v2024/docs/TestWorkflow200Response.md) - - [TestWorkflowRequest](sailpoint/v2024/docs/TestWorkflowRequest.md) - - [TextQuery](sailpoint/v2024/docs/TextQuery.md) - - [Transform](sailpoint/v2024/docs/Transform.md) - - [TransformDefinition](sailpoint/v2024/docs/TransformDefinition.md) - - [TransformRead](sailpoint/v2024/docs/TransformRead.md) - - [TranslationMessage](sailpoint/v2024/docs/TranslationMessage.md) - - [Trigger](sailpoint/v2024/docs/Trigger.md) - - [TriggerExampleInput](sailpoint/v2024/docs/TriggerExampleInput.md) - - [TriggerExampleOutput](sailpoint/v2024/docs/TriggerExampleOutput.md) - - [TriggerType](sailpoint/v2024/docs/TriggerType.md) - - [TypeAheadQuery](sailpoint/v2024/docs/TypeAheadQuery.md) - - [TypedReference](sailpoint/v2024/docs/TypedReference.md) - - [UncorrelatedAccountsReportArguments](sailpoint/v2024/docs/UncorrelatedAccountsReportArguments.md) - - [UpdateAccessProfilesInBulk412Response](sailpoint/v2024/docs/UpdateAccessProfilesInBulk412Response.md) - - [UpdateDetail](sailpoint/v2024/docs/UpdateDetail.md) - - [UsageType](sailpoint/v2024/docs/UsageType.md) - - [UserApp](sailpoint/v2024/docs/UserApp.md) - - [UserAppAccount](sailpoint/v2024/docs/UserAppAccount.md) - - [UserAppOwner](sailpoint/v2024/docs/UserAppOwner.md) - - [UserAppSource](sailpoint/v2024/docs/UserAppSource.md) - - [UserAppSourceApp](sailpoint/v2024/docs/UserAppSourceApp.md) - - [V3ConnectorDto](sailpoint/v2024/docs/V3ConnectorDto.md) - - [V3CreateConnectorDto](sailpoint/v2024/docs/V3CreateConnectorDto.md) - - [VAClusterStatusChangeEvent](sailpoint/v2024/docs/VAClusterStatusChangeEvent.md) - - [VAClusterStatusChangeEventApplication](sailpoint/v2024/docs/VAClusterStatusChangeEventApplication.md) - - [VAClusterStatusChangeEventHealthCheckResult](sailpoint/v2024/docs/VAClusterStatusChangeEventHealthCheckResult.md) - - [VAClusterStatusChangeEventPreviousHealthCheckResult](sailpoint/v2024/docs/VAClusterStatusChangeEventPreviousHealthCheckResult.md) - - [ValidateFilterInputDto](sailpoint/v2024/docs/ValidateFilterInputDto.md) - - [ValidateFilterOutputDto](sailpoint/v2024/docs/ValidateFilterOutputDto.md) - - [Value](sailpoint/v2024/docs/Value.md) - - [VendorConnectorMapping](sailpoint/v2024/docs/VendorConnectorMapping.md) - - [VendorConnectorMappingDeletedAt](sailpoint/v2024/docs/VendorConnectorMappingDeletedAt.md) - - [VendorConnectorMappingDeletedBy](sailpoint/v2024/docs/VendorConnectorMappingDeletedBy.md) - - [VendorConnectorMappingUpdatedAt](sailpoint/v2024/docs/VendorConnectorMappingUpdatedAt.md) - - [VendorConnectorMappingUpdatedBy](sailpoint/v2024/docs/VendorConnectorMappingUpdatedBy.md) - - [ViolationContext](sailpoint/v2024/docs/ViolationContext.md) - - [ViolationContextPolicy](sailpoint/v2024/docs/ViolationContextPolicy.md) - - [ViolationOwnerAssignmentConfig](sailpoint/v2024/docs/ViolationOwnerAssignmentConfig.md) - - [ViolationOwnerAssignmentConfigOwnerRef](sailpoint/v2024/docs/ViolationOwnerAssignmentConfigOwnerRef.md) - - [ViolationPrediction](sailpoint/v2024/docs/ViolationPrediction.md) - - [VisibilityCriteria](sailpoint/v2024/docs/VisibilityCriteria.md) - - [WorkItemForward](sailpoint/v2024/docs/WorkItemForward.md) - - [WorkItemState](sailpoint/v2024/docs/WorkItemState.md) - - [WorkItemStateManualWorkItems](sailpoint/v2024/docs/WorkItemStateManualWorkItems.md) - - [WorkItemTypeManualWorkItems](sailpoint/v2024/docs/WorkItemTypeManualWorkItems.md) - - [WorkItems](sailpoint/v2024/docs/WorkItems.md) - - [WorkItemsCount](sailpoint/v2024/docs/WorkItemsCount.md) - - [WorkItemsForm](sailpoint/v2024/docs/WorkItemsForm.md) - - [WorkItemsSummary](sailpoint/v2024/docs/WorkItemsSummary.md) - - [Workflow](sailpoint/v2024/docs/Workflow.md) - - [WorkflowAllOfCreator](sailpoint/v2024/docs/WorkflowAllOfCreator.md) - - [WorkflowBody](sailpoint/v2024/docs/WorkflowBody.md) - - [WorkflowBodyOwner](sailpoint/v2024/docs/WorkflowBodyOwner.md) - - [WorkflowDefinition](sailpoint/v2024/docs/WorkflowDefinition.md) - - [WorkflowExecution](sailpoint/v2024/docs/WorkflowExecution.md) - - [WorkflowExecutionEvent](sailpoint/v2024/docs/WorkflowExecutionEvent.md) - - [WorkflowLibraryAction](sailpoint/v2024/docs/WorkflowLibraryAction.md) - - [WorkflowLibraryActionExampleOutput](sailpoint/v2024/docs/WorkflowLibraryActionExampleOutput.md) - - [WorkflowLibraryFormFields](sailpoint/v2024/docs/WorkflowLibraryFormFields.md) - - [WorkflowLibraryOperator](sailpoint/v2024/docs/WorkflowLibraryOperator.md) - - [WorkflowLibraryTrigger](sailpoint/v2024/docs/WorkflowLibraryTrigger.md) - - [WorkflowModifiedBy](sailpoint/v2024/docs/WorkflowModifiedBy.md) - - [WorkflowOAuthClient](sailpoint/v2024/docs/WorkflowOAuthClient.md) - - [WorkflowTrigger](sailpoint/v2024/docs/WorkflowTrigger.md) - - [WorkflowTriggerAttributes](sailpoint/v2024/docs/WorkflowTriggerAttributes.md) - - [WorkgroupBulkDeleteRequest](sailpoint/v2024/docs/WorkgroupBulkDeleteRequest.md) - - [WorkgroupConnectionDto](sailpoint/v2024/docs/WorkgroupConnectionDto.md) - - [WorkgroupDeleteItem](sailpoint/v2024/docs/WorkgroupDeleteItem.md) - - [WorkgroupDto](sailpoint/v2024/docs/WorkgroupDto.md) - - [WorkgroupDtoOwner](sailpoint/v2024/docs/WorkgroupDtoOwner.md) - - [WorkgroupMemberAddItem](sailpoint/v2024/docs/WorkgroupMemberAddItem.md) - - [WorkgroupMemberDeleteItem](sailpoint/v2024/docs/WorkgroupMemberDeleteItem.md) + - [Access](sailpoint\v2024/docs/Access.md) + - [AccessConstraint](sailpoint\v2024/docs/AccessConstraint.md) + - [AccessCriteria](sailpoint\v2024/docs/AccessCriteria.md) + - [AccessCriteriaCriteriaListInner](sailpoint\v2024/docs/AccessCriteriaCriteriaListInner.md) + - [AccessItemAccessProfileResponse](sailpoint\v2024/docs/AccessItemAccessProfileResponse.md) + - [AccessItemAccountResponse](sailpoint\v2024/docs/AccessItemAccountResponse.md) + - [AccessItemAppResponse](sailpoint\v2024/docs/AccessItemAppResponse.md) + - [AccessItemApproverDto](sailpoint\v2024/docs/AccessItemApproverDto.md) + - [AccessItemAssociated](sailpoint\v2024/docs/AccessItemAssociated.md) + - [AccessItemAssociatedAccessItem](sailpoint\v2024/docs/AccessItemAssociatedAccessItem.md) + - [AccessItemDiff](sailpoint\v2024/docs/AccessItemDiff.md) + - [AccessItemEntitlementResponse](sailpoint\v2024/docs/AccessItemEntitlementResponse.md) + - [AccessItemRef](sailpoint\v2024/docs/AccessItemRef.md) + - [AccessItemRemoved](sailpoint\v2024/docs/AccessItemRemoved.md) + - [AccessItemRequestedFor](sailpoint\v2024/docs/AccessItemRequestedFor.md) + - [AccessItemRequestedForDto](sailpoint\v2024/docs/AccessItemRequestedForDto.md) + - [AccessItemRequester](sailpoint\v2024/docs/AccessItemRequester.md) + - [AccessItemRequesterDto](sailpoint\v2024/docs/AccessItemRequesterDto.md) + - [AccessItemReviewedBy](sailpoint\v2024/docs/AccessItemReviewedBy.md) + - [AccessItemRoleResponse](sailpoint\v2024/docs/AccessItemRoleResponse.md) + - [AccessProfile](sailpoint\v2024/docs/AccessProfile.md) + - [AccessProfileApprovalScheme](sailpoint\v2024/docs/AccessProfileApprovalScheme.md) + - [AccessProfileBulkDeleteRequest](sailpoint\v2024/docs/AccessProfileBulkDeleteRequest.md) + - [AccessProfileBulkDeleteResponse](sailpoint\v2024/docs/AccessProfileBulkDeleteResponse.md) + - [AccessProfileBulkUpdateRequestInner](sailpoint\v2024/docs/AccessProfileBulkUpdateRequestInner.md) + - [AccessProfileDetails](sailpoint\v2024/docs/AccessProfileDetails.md) + - [AccessProfileDetailsAccountSelector](sailpoint\v2024/docs/AccessProfileDetailsAccountSelector.md) + - [AccessProfileDocument](sailpoint\v2024/docs/AccessProfileDocument.md) + - [AccessProfileDocumentAllOfSource](sailpoint\v2024/docs/AccessProfileDocumentAllOfSource.md) + - [AccessProfileEntitlement](sailpoint\v2024/docs/AccessProfileEntitlement.md) + - [AccessProfileRef](sailpoint\v2024/docs/AccessProfileRef.md) + - [AccessProfileRole](sailpoint\v2024/docs/AccessProfileRole.md) + - [AccessProfileSourceRef](sailpoint\v2024/docs/AccessProfileSourceRef.md) + - [AccessProfileSummary](sailpoint\v2024/docs/AccessProfileSummary.md) + - [AccessProfileUpdateItem](sailpoint\v2024/docs/AccessProfileUpdateItem.md) + - [AccessProfileUsage](sailpoint\v2024/docs/AccessProfileUsage.md) + - [AccessProfileUsageUsedByInner](sailpoint\v2024/docs/AccessProfileUsageUsedByInner.md) + - [AccessRecommendationMessage](sailpoint\v2024/docs/AccessRecommendationMessage.md) + - [AccessRequest](sailpoint\v2024/docs/AccessRequest.md) + - [AccessRequestAdminItemStatus](sailpoint\v2024/docs/AccessRequestAdminItemStatus.md) + - [AccessRequestAdminItemStatusCancelledRequestDetails](sailpoint\v2024/docs/AccessRequestAdminItemStatusCancelledRequestDetails.md) + - [AccessRequestAdminItemStatusSodViolationContext](sailpoint\v2024/docs/AccessRequestAdminItemStatusSodViolationContext.md) + - [AccessRequestApproversListResponse](sailpoint\v2024/docs/AccessRequestApproversListResponse.md) + - [AccessRequestConfig](sailpoint\v2024/docs/AccessRequestConfig.md) + - [AccessRequestContext](sailpoint\v2024/docs/AccessRequestContext.md) + - [AccessRequestDynamicApprover](sailpoint\v2024/docs/AccessRequestDynamicApprover.md) + - [AccessRequestDynamicApprover1](sailpoint\v2024/docs/AccessRequestDynamicApprover1.md) + - [AccessRequestDynamicApproverRequestedItemsInner](sailpoint\v2024/docs/AccessRequestDynamicApproverRequestedItemsInner.md) + - [AccessRequestItem](sailpoint\v2024/docs/AccessRequestItem.md) + - [AccessRequestItemResponse](sailpoint\v2024/docs/AccessRequestItemResponse.md) + - [AccessRequestPhases](sailpoint\v2024/docs/AccessRequestPhases.md) + - [AccessRequestPostApproval](sailpoint\v2024/docs/AccessRequestPostApproval.md) + - [AccessRequestPostApprovalRequestedItemsStatusInner](sailpoint\v2024/docs/AccessRequestPostApprovalRequestedItemsStatusInner.md) + - [AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner](sailpoint\v2024/docs/AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner.md) + - [AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover](sailpoint\v2024/docs/AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover.md) + - [AccessRequestPreApproval](sailpoint\v2024/docs/AccessRequestPreApproval.md) + - [AccessRequestPreApproval1](sailpoint\v2024/docs/AccessRequestPreApproval1.md) + - [AccessRequestPreApprovalRequestedItemsInner](sailpoint\v2024/docs/AccessRequestPreApprovalRequestedItemsInner.md) + - [AccessRequestRecommendationActionItemDto](sailpoint\v2024/docs/AccessRequestRecommendationActionItemDto.md) + - [AccessRequestRecommendationActionItemResponseDto](sailpoint\v2024/docs/AccessRequestRecommendationActionItemResponseDto.md) + - [AccessRequestRecommendationItem](sailpoint\v2024/docs/AccessRequestRecommendationItem.md) + - [AccessRequestRecommendationItemDetail](sailpoint\v2024/docs/AccessRequestRecommendationItemDetail.md) + - [AccessRequestRecommendationItemDetailAccess](sailpoint\v2024/docs/AccessRequestRecommendationItemDetailAccess.md) + - [AccessRequestRecommendationItemType](sailpoint\v2024/docs/AccessRequestRecommendationItemType.md) + - [AccessRequestResponse](sailpoint\v2024/docs/AccessRequestResponse.md) + - [AccessRequestResponse1](sailpoint\v2024/docs/AccessRequestResponse1.md) + - [AccessRequestTracking](sailpoint\v2024/docs/AccessRequestTracking.md) + - [AccessRequestType](sailpoint\v2024/docs/AccessRequestType.md) + - [AccessRequested](sailpoint\v2024/docs/AccessRequested.md) + - [AccessReviewItem](sailpoint\v2024/docs/AccessReviewItem.md) + - [AccessReviewReassignment](sailpoint\v2024/docs/AccessReviewReassignment.md) + - [AccessSummary](sailpoint\v2024/docs/AccessSummary.md) + - [AccessSummaryAccess](sailpoint\v2024/docs/AccessSummaryAccess.md) + - [AccessType](sailpoint\v2024/docs/AccessType.md) + - [Account](sailpoint\v2024/docs/Account.md) + - [AccountAction](sailpoint\v2024/docs/AccountAction.md) + - [AccountActivity](sailpoint\v2024/docs/AccountActivity.md) + - [AccountActivityApprovalStatus](sailpoint\v2024/docs/AccountActivityApprovalStatus.md) + - [AccountActivityDocument](sailpoint\v2024/docs/AccountActivityDocument.md) + - [AccountActivityItem](sailpoint\v2024/docs/AccountActivityItem.md) + - [AccountActivityItemOperation](sailpoint\v2024/docs/AccountActivityItemOperation.md) + - [AccountActivitySearchedItem](sailpoint\v2024/docs/AccountActivitySearchedItem.md) + - [AccountAggregationCompleted](sailpoint\v2024/docs/AccountAggregationCompleted.md) + - [AccountAggregationCompletedSource](sailpoint\v2024/docs/AccountAggregationCompletedSource.md) + - [AccountAggregationCompletedStats](sailpoint\v2024/docs/AccountAggregationCompletedStats.md) + - [AccountAggregationStatus](sailpoint\v2024/docs/AccountAggregationStatus.md) + - [AccountAttributes](sailpoint\v2024/docs/AccountAttributes.md) + - [AccountAttributesChanged](sailpoint\v2024/docs/AccountAttributesChanged.md) + - [AccountAttributesChangedAccount](sailpoint\v2024/docs/AccountAttributesChangedAccount.md) + - [AccountAttributesChangedChangesInner](sailpoint\v2024/docs/AccountAttributesChangedChangesInner.md) + - [AccountAttributesChangedChangesInnerNewValue](sailpoint\v2024/docs/AccountAttributesChangedChangesInnerNewValue.md) + - [AccountAttributesChangedChangesInnerOldValue](sailpoint\v2024/docs/AccountAttributesChangedChangesInnerOldValue.md) + - [AccountAttributesChangedIdentity](sailpoint\v2024/docs/AccountAttributesChangedIdentity.md) + - [AccountAttributesChangedSource](sailpoint\v2024/docs/AccountAttributesChangedSource.md) + - [AccountAttributesCreate](sailpoint\v2024/docs/AccountAttributesCreate.md) + - [AccountAttributesCreateAttributes](sailpoint\v2024/docs/AccountAttributesCreateAttributes.md) + - [AccountCorrelated](sailpoint\v2024/docs/AccountCorrelated.md) + - [AccountCorrelatedAccount](sailpoint\v2024/docs/AccountCorrelatedAccount.md) + - [AccountCorrelatedIdentity](sailpoint\v2024/docs/AccountCorrelatedIdentity.md) + - [AccountCorrelatedSource](sailpoint\v2024/docs/AccountCorrelatedSource.md) + - [AccountInfoDto](sailpoint\v2024/docs/AccountInfoDto.md) + - [AccountRequest](sailpoint\v2024/docs/AccountRequest.md) + - [AccountRequestInfo](sailpoint\v2024/docs/AccountRequestInfo.md) + - [AccountRequestResult](sailpoint\v2024/docs/AccountRequestResult.md) + - [AccountSource](sailpoint\v2024/docs/AccountSource.md) + - [AccountStatusChanged](sailpoint\v2024/docs/AccountStatusChanged.md) + - [AccountStatusChangedAccount](sailpoint\v2024/docs/AccountStatusChangedAccount.md) + - [AccountStatusChangedStatusChange](sailpoint\v2024/docs/AccountStatusChangedStatusChange.md) + - [AccountToggleRequest](sailpoint\v2024/docs/AccountToggleRequest.md) + - [AccountUncorrelated](sailpoint\v2024/docs/AccountUncorrelated.md) + - [AccountUncorrelatedAccount](sailpoint\v2024/docs/AccountUncorrelatedAccount.md) + - [AccountUncorrelatedIdentity](sailpoint\v2024/docs/AccountUncorrelatedIdentity.md) + - [AccountUncorrelatedSource](sailpoint\v2024/docs/AccountUncorrelatedSource.md) + - [AccountUnlockRequest](sailpoint\v2024/docs/AccountUnlockRequest.md) + - [AccountUsage](sailpoint\v2024/docs/AccountUsage.md) + - [AccountsAsyncResult](sailpoint\v2024/docs/AccountsAsyncResult.md) + - [AccountsCollectedForAggregation](sailpoint\v2024/docs/AccountsCollectedForAggregation.md) + - [AccountsCollectedForAggregationSource](sailpoint\v2024/docs/AccountsCollectedForAggregationSource.md) + - [AccountsCollectedForAggregationStats](sailpoint\v2024/docs/AccountsCollectedForAggregationStats.md) + - [AccountsExportReportArguments](sailpoint\v2024/docs/AccountsExportReportArguments.md) + - [ActivateCampaignOptions](sailpoint\v2024/docs/ActivateCampaignOptions.md) + - [ActivityInsights](sailpoint\v2024/docs/ActivityInsights.md) + - [AdminReviewReassign](sailpoint\v2024/docs/AdminReviewReassign.md) + - [AdminReviewReassignReassignTo](sailpoint\v2024/docs/AdminReviewReassignReassignTo.md) + - [AggregationResult](sailpoint\v2024/docs/AggregationResult.md) + - [AggregationType](sailpoint\v2024/docs/AggregationType.md) + - [Aggregations](sailpoint\v2024/docs/Aggregations.md) + - [App](sailpoint\v2024/docs/App.md) + - [AppAccountDetails](sailpoint\v2024/docs/AppAccountDetails.md) + - [AppAccountDetailsSourceAccount](sailpoint\v2024/docs/AppAccountDetailsSourceAccount.md) + - [AppAllOfAccount](sailpoint\v2024/docs/AppAllOfAccount.md) + - [Approval](sailpoint\v2024/docs/Approval.md) + - [Approval1](sailpoint\v2024/docs/Approval1.md) + - [ApprovalBatch](sailpoint\v2024/docs/ApprovalBatch.md) + - [ApprovalComment](sailpoint\v2024/docs/ApprovalComment.md) + - [ApprovalComment1](sailpoint\v2024/docs/ApprovalComment1.md) + - [ApprovalComment2](sailpoint\v2024/docs/ApprovalComment2.md) + - [ApprovalDescription](sailpoint\v2024/docs/ApprovalDescription.md) + - [ApprovalForwardHistory](sailpoint\v2024/docs/ApprovalForwardHistory.md) + - [ApprovalForwardHistory1](sailpoint\v2024/docs/ApprovalForwardHistory1.md) + - [ApprovalIdentity](sailpoint\v2024/docs/ApprovalIdentity.md) + - [ApprovalInfoResponse](sailpoint\v2024/docs/ApprovalInfoResponse.md) + - [ApprovalItemDetails](sailpoint\v2024/docs/ApprovalItemDetails.md) + - [ApprovalItems](sailpoint\v2024/docs/ApprovalItems.md) + - [ApprovalName](sailpoint\v2024/docs/ApprovalName.md) + - [ApprovalReference](sailpoint\v2024/docs/ApprovalReference.md) + - [ApprovalReminderAndEscalationConfig](sailpoint\v2024/docs/ApprovalReminderAndEscalationConfig.md) + - [ApprovalScheme](sailpoint\v2024/docs/ApprovalScheme.md) + - [ApprovalSchemeForRole](sailpoint\v2024/docs/ApprovalSchemeForRole.md) + - [ApprovalStatus](sailpoint\v2024/docs/ApprovalStatus.md) + - [ApprovalStatusDto](sailpoint\v2024/docs/ApprovalStatusDto.md) + - [ApprovalStatusDto1](sailpoint\v2024/docs/ApprovalStatusDto1.md) + - [ApprovalStatusDtoCurrentOwner](sailpoint\v2024/docs/ApprovalStatusDtoCurrentOwner.md) + - [ApprovalStatusDtoOriginalOwner](sailpoint\v2024/docs/ApprovalStatusDtoOriginalOwner.md) + - [ApprovalSummary](sailpoint\v2024/docs/ApprovalSummary.md) + - [Argument](sailpoint\v2024/docs/Argument.md) + - [ArrayInner](sailpoint\v2024/docs/ArrayInner.md) + - [AssignmentContextDto](sailpoint\v2024/docs/AssignmentContextDto.md) + - [AttrSyncSource](sailpoint\v2024/docs/AttrSyncSource.md) + - [AttrSyncSourceAttributeConfig](sailpoint\v2024/docs/AttrSyncSourceAttributeConfig.md) + - [AttrSyncSourceConfig](sailpoint\v2024/docs/AttrSyncSourceConfig.md) + - [AttributeChange](sailpoint\v2024/docs/AttributeChange.md) + - [AttributeDTO](sailpoint\v2024/docs/AttributeDTO.md) + - [AttributeDTOList](sailpoint\v2024/docs/AttributeDTOList.md) + - [AttributeDefinition](sailpoint\v2024/docs/AttributeDefinition.md) + - [AttributeDefinitionSchema](sailpoint\v2024/docs/AttributeDefinitionSchema.md) + - [AttributeDefinitionType](sailpoint\v2024/docs/AttributeDefinitionType.md) + - [AttributeRequest](sailpoint\v2024/docs/AttributeRequest.md) + - [AttributeValueDTO](sailpoint\v2024/docs/AttributeValueDTO.md) + - [AttributesChanged](sailpoint\v2024/docs/AttributesChanged.md) + - [AuditDetails](sailpoint\v2024/docs/AuditDetails.md) + - [AuthProfile](sailpoint\v2024/docs/AuthProfile.md) + - [AuthProfileSummary](sailpoint\v2024/docs/AuthProfileSummary.md) + - [AuthUser](sailpoint\v2024/docs/AuthUser.md) + - [BackupOptions](sailpoint\v2024/docs/BackupOptions.md) + - [BackupResponse](sailpoint\v2024/docs/BackupResponse.md) + - [BaseAccess](sailpoint\v2024/docs/BaseAccess.md) + - [BaseAccessAllOfOwner](sailpoint\v2024/docs/BaseAccessAllOfOwner.md) + - [BaseAccessProfile](sailpoint\v2024/docs/BaseAccessProfile.md) + - [BaseAccount](sailpoint\v2024/docs/BaseAccount.md) + - [BaseCommonDto](sailpoint\v2024/docs/BaseCommonDto.md) + - [BaseCommonDto1](sailpoint\v2024/docs/BaseCommonDto1.md) + - [BaseDocument](sailpoint\v2024/docs/BaseDocument.md) + - [BaseEntitlement](sailpoint\v2024/docs/BaseEntitlement.md) + - [BaseReferenceDto](sailpoint\v2024/docs/BaseReferenceDto.md) + - [BaseReferenceDto1](sailpoint\v2024/docs/BaseReferenceDto1.md) + - [BaseSegment](sailpoint\v2024/docs/BaseSegment.md) + - [BasicAuthConfig](sailpoint\v2024/docs/BasicAuthConfig.md) + - [BearerTokenAuthConfig](sailpoint\v2024/docs/BearerTokenAuthConfig.md) + - [BeforeProvisioningRuleDto](sailpoint\v2024/docs/BeforeProvisioningRuleDto.md) + - [Bound](sailpoint\v2024/docs/Bound.md) + - [BrandingItem](sailpoint\v2024/docs/BrandingItem.md) + - [BrandingItemCreate](sailpoint\v2024/docs/BrandingItemCreate.md) + - [BucketAggregation](sailpoint\v2024/docs/BucketAggregation.md) + - [BucketType](sailpoint\v2024/docs/BucketType.md) + - [BulkAddTaggedObject](sailpoint\v2024/docs/BulkAddTaggedObject.md) + - [BulkApproveAccessRequest](sailpoint\v2024/docs/BulkApproveAccessRequest.md) + - [BulkCancelAccessRequest](sailpoint\v2024/docs/BulkCancelAccessRequest.md) + - [BulkIdentitiesAccountsResponse](sailpoint\v2024/docs/BulkIdentitiesAccountsResponse.md) + - [BulkRemoveTaggedObject](sailpoint\v2024/docs/BulkRemoveTaggedObject.md) + - [BulkTaggedObjectResponse](sailpoint\v2024/docs/BulkTaggedObjectResponse.md) + - [Campaign](sailpoint\v2024/docs/Campaign.md) + - [CampaignActivated](sailpoint\v2024/docs/CampaignActivated.md) + - [CampaignActivatedCampaign](sailpoint\v2024/docs/CampaignActivatedCampaign.md) + - [CampaignActivatedCampaignCampaignOwner](sailpoint\v2024/docs/CampaignActivatedCampaignCampaignOwner.md) + - [CampaignAlert](sailpoint\v2024/docs/CampaignAlert.md) + - [CampaignAllOfFilter](sailpoint\v2024/docs/CampaignAllOfFilter.md) + - [CampaignAllOfMachineAccountCampaignInfo](sailpoint\v2024/docs/CampaignAllOfMachineAccountCampaignInfo.md) + - [CampaignAllOfRoleCompositionCampaignInfo](sailpoint\v2024/docs/CampaignAllOfRoleCompositionCampaignInfo.md) + - [CampaignAllOfRoleCompositionCampaignInfoRemediatorRef](sailpoint\v2024/docs/CampaignAllOfRoleCompositionCampaignInfoRemediatorRef.md) + - [CampaignAllOfSearchCampaignInfo](sailpoint\v2024/docs/CampaignAllOfSearchCampaignInfo.md) + - [CampaignAllOfSearchCampaignInfoReviewer](sailpoint\v2024/docs/CampaignAllOfSearchCampaignInfoReviewer.md) + - [CampaignAllOfSourceOwnerCampaignInfo](sailpoint\v2024/docs/CampaignAllOfSourceOwnerCampaignInfo.md) + - [CampaignAllOfSourcesWithOrphanEntitlements](sailpoint\v2024/docs/CampaignAllOfSourcesWithOrphanEntitlements.md) + - [CampaignCompleteOptions](sailpoint\v2024/docs/CampaignCompleteOptions.md) + - [CampaignEnded](sailpoint\v2024/docs/CampaignEnded.md) + - [CampaignEndedCampaign](sailpoint\v2024/docs/CampaignEndedCampaign.md) + - [CampaignFilterDetails](sailpoint\v2024/docs/CampaignFilterDetails.md) + - [CampaignFilterDetailsCriteriaListInner](sailpoint\v2024/docs/CampaignFilterDetailsCriteriaListInner.md) + - [CampaignGenerated](sailpoint\v2024/docs/CampaignGenerated.md) + - [CampaignGeneratedCampaign](sailpoint\v2024/docs/CampaignGeneratedCampaign.md) + - [CampaignGeneratedCampaignCampaignOwner](sailpoint\v2024/docs/CampaignGeneratedCampaignCampaignOwner.md) + - [CampaignReference](sailpoint\v2024/docs/CampaignReference.md) + - [CampaignReport](sailpoint\v2024/docs/CampaignReport.md) + - [CampaignReportsConfig](sailpoint\v2024/docs/CampaignReportsConfig.md) + - [CampaignTemplate](sailpoint\v2024/docs/CampaignTemplate.md) + - [CampaignTemplateOwnerRef](sailpoint\v2024/docs/CampaignTemplateOwnerRef.md) + - [CampaignsDeleteRequest](sailpoint\v2024/docs/CampaignsDeleteRequest.md) + - [CancelAccessRequest](sailpoint\v2024/docs/CancelAccessRequest.md) + - [CancelledRequestDetails](sailpoint\v2024/docs/CancelledRequestDetails.md) + - [CancelledRequestDetails1](sailpoint\v2024/docs/CancelledRequestDetails1.md) + - [Certification](sailpoint\v2024/docs/Certification.md) + - [CertificationDecision](sailpoint\v2024/docs/CertificationDecision.md) + - [CertificationDto](sailpoint\v2024/docs/CertificationDto.md) + - [CertificationIdentitySummary](sailpoint\v2024/docs/CertificationIdentitySummary.md) + - [CertificationPhase](sailpoint\v2024/docs/CertificationPhase.md) + - [CertificationReference](sailpoint\v2024/docs/CertificationReference.md) + - [CertificationReference1](sailpoint\v2024/docs/CertificationReference1.md) + - [CertificationReferenceDto](sailpoint\v2024/docs/CertificationReferenceDto.md) + - [CertificationSignedOff](sailpoint\v2024/docs/CertificationSignedOff.md) + - [CertificationSignedOffCertification](sailpoint\v2024/docs/CertificationSignedOffCertification.md) + - [CertificationTask](sailpoint\v2024/docs/CertificationTask.md) + - [CertifierResponse](sailpoint\v2024/docs/CertifierResponse.md) + - [ClientLogConfiguration](sailpoint\v2024/docs/ClientLogConfiguration.md) + - [ClientLogConfigurationDurationMinutes](sailpoint\v2024/docs/ClientLogConfigurationDurationMinutes.md) + - [ClientLogConfigurationExpiration](sailpoint\v2024/docs/ClientLogConfigurationExpiration.md) + - [ClientType](sailpoint\v2024/docs/ClientType.md) + - [CloseAccessRequest](sailpoint\v2024/docs/CloseAccessRequest.md) + - [Column](sailpoint\v2024/docs/Column.md) + - [Comment](sailpoint\v2024/docs/Comment.md) + - [CommentDto](sailpoint\v2024/docs/CommentDto.md) + - [CommentDtoAuthor](sailpoint\v2024/docs/CommentDtoAuthor.md) + - [CommonAccessIDStatus](sailpoint\v2024/docs/CommonAccessIDStatus.md) + - [CommonAccessItemAccess](sailpoint\v2024/docs/CommonAccessItemAccess.md) + - [CommonAccessItemRequest](sailpoint\v2024/docs/CommonAccessItemRequest.md) + - [CommonAccessItemResponse](sailpoint\v2024/docs/CommonAccessItemResponse.md) + - [CommonAccessItemState](sailpoint\v2024/docs/CommonAccessItemState.md) + - [CommonAccessResponse](sailpoint\v2024/docs/CommonAccessResponse.md) + - [CommonAccessType](sailpoint\v2024/docs/CommonAccessType.md) + - [CompleteInvocation](sailpoint\v2024/docs/CompleteInvocation.md) + - [CompleteInvocationInput](sailpoint\v2024/docs/CompleteInvocationInput.md) + - [CompletedApproval](sailpoint\v2024/docs/CompletedApproval.md) + - [CompletedApprovalPreApprovalTriggerResult](sailpoint\v2024/docs/CompletedApprovalPreApprovalTriggerResult.md) + - [CompletedApprovalRequesterComment](sailpoint\v2024/docs/CompletedApprovalRequesterComment.md) + - [CompletedApprovalReviewerComment](sailpoint\v2024/docs/CompletedApprovalReviewerComment.md) + - [CompletedApprovalState](sailpoint\v2024/docs/CompletedApprovalState.md) + - [CompletionStatus](sailpoint\v2024/docs/CompletionStatus.md) + - [ConditionEffect](sailpoint\v2024/docs/ConditionEffect.md) + - [ConditionEffectConfig](sailpoint\v2024/docs/ConditionEffectConfig.md) + - [ConditionRule](sailpoint\v2024/docs/ConditionRule.md) + - [ConfigObject](sailpoint\v2024/docs/ConfigObject.md) + - [ConfigType](sailpoint\v2024/docs/ConfigType.md) + - [ConfigTypeEnum](sailpoint\v2024/docs/ConfigTypeEnum.md) + - [ConfigTypeEnumCamel](sailpoint\v2024/docs/ConfigTypeEnumCamel.md) + - [ConfigurationDetailsResponse](sailpoint\v2024/docs/ConfigurationDetailsResponse.md) + - [ConfigurationItemRequest](sailpoint\v2024/docs/ConfigurationItemRequest.md) + - [ConfigurationItemResponse](sailpoint\v2024/docs/ConfigurationItemResponse.md) + - [ConfigurationResponse](sailpoint\v2024/docs/ConfigurationResponse.md) + - [ConflictingAccessCriteria](sailpoint\v2024/docs/ConflictingAccessCriteria.md) + - [ConnectedObject](sailpoint\v2024/docs/ConnectedObject.md) + - [ConnectedObjectType](sailpoint\v2024/docs/ConnectedObjectType.md) + - [ConnectorDetail](sailpoint\v2024/docs/ConnectorDetail.md) + - [ConnectorDetail1](sailpoint\v2024/docs/ConnectorDetail1.md) + - [ConnectorRuleCreateRequest](sailpoint\v2024/docs/ConnectorRuleCreateRequest.md) + - [ConnectorRuleCreateRequestSignature](sailpoint\v2024/docs/ConnectorRuleCreateRequestSignature.md) + - [ConnectorRuleResponse](sailpoint\v2024/docs/ConnectorRuleResponse.md) + - [ConnectorRuleUpdateRequest](sailpoint\v2024/docs/ConnectorRuleUpdateRequest.md) + - [ConnectorRuleValidationResponse](sailpoint\v2024/docs/ConnectorRuleValidationResponse.md) + - [ConnectorRuleValidationResponseDetailsInner](sailpoint\v2024/docs/ConnectorRuleValidationResponseDetailsInner.md) + - [ContextAttributeDto](sailpoint\v2024/docs/ContextAttributeDto.md) + - [ContextAttributeDtoValue](sailpoint\v2024/docs/ContextAttributeDtoValue.md) + - [CorrelatedGovernanceEvent](sailpoint\v2024/docs/CorrelatedGovernanceEvent.md) + - [CorrelationConfig](sailpoint\v2024/docs/CorrelationConfig.md) + - [CorrelationConfigAttributeAssignmentsInner](sailpoint\v2024/docs/CorrelationConfigAttributeAssignmentsInner.md) + - [CreateDomainDkim405Response](sailpoint\v2024/docs/CreateDomainDkim405Response.md) + - [CreateExternalExecuteWorkflow200Response](sailpoint\v2024/docs/CreateExternalExecuteWorkflow200Response.md) + - [CreateExternalExecuteWorkflowRequest](sailpoint\v2024/docs/CreateExternalExecuteWorkflowRequest.md) + - [CreateFormDefinitionFileRequestRequest](sailpoint\v2024/docs/CreateFormDefinitionFileRequestRequest.md) + - [CreateFormDefinitionRequest](sailpoint\v2024/docs/CreateFormDefinitionRequest.md) + - [CreateFormInstanceRequest](sailpoint\v2024/docs/CreateFormInstanceRequest.md) + - [CreateOAuthClientRequest](sailpoint\v2024/docs/CreateOAuthClientRequest.md) + - [CreateOAuthClientResponse](sailpoint\v2024/docs/CreateOAuthClientResponse.md) + - [CreatePersonalAccessTokenRequest](sailpoint\v2024/docs/CreatePersonalAccessTokenRequest.md) + - [CreatePersonalAccessTokenResponse](sailpoint\v2024/docs/CreatePersonalAccessTokenResponse.md) + - [CreateSavedSearchRequest](sailpoint\v2024/docs/CreateSavedSearchRequest.md) + - [CreateScheduledSearchRequest](sailpoint\v2024/docs/CreateScheduledSearchRequest.md) + - [CreateUploadedConfigurationRequest](sailpoint\v2024/docs/CreateUploadedConfigurationRequest.md) + - [CreateWorkflowRequest](sailpoint\v2024/docs/CreateWorkflowRequest.md) + - [CriteriaType](sailpoint\v2024/docs/CriteriaType.md) + - [CustomPasswordInstruction](sailpoint\v2024/docs/CustomPasswordInstruction.md) + - [DataAccess](sailpoint\v2024/docs/DataAccess.md) + - [DataAccessCategoriesInner](sailpoint\v2024/docs/DataAccessCategoriesInner.md) + - [DataAccessImpactScore](sailpoint\v2024/docs/DataAccessImpactScore.md) + - [DataAccessPoliciesInner](sailpoint\v2024/docs/DataAccessPoliciesInner.md) + - [DataSegment](sailpoint\v2024/docs/DataSegment.md) + - [DeleteNonEmployeeRecordsInBulkRequest](sailpoint\v2024/docs/DeleteNonEmployeeRecordsInBulkRequest.md) + - [DeleteSource202Response](sailpoint\v2024/docs/DeleteSource202Response.md) + - [DeleteVendorConnectorMapping200Response](sailpoint\v2024/docs/DeleteVendorConnectorMapping200Response.md) + - [DeployRequest](sailpoint\v2024/docs/DeployRequest.md) + - [DeployResponse](sailpoint\v2024/docs/DeployResponse.md) + - [Dimension](sailpoint\v2024/docs/Dimension.md) + - [DimensionBulkDeleteRequest](sailpoint\v2024/docs/DimensionBulkDeleteRequest.md) + - [DimensionCriteriaKey](sailpoint\v2024/docs/DimensionCriteriaKey.md) + - [DimensionCriteriaKeyType](sailpoint\v2024/docs/DimensionCriteriaKeyType.md) + - [DimensionCriteriaLevel1](sailpoint\v2024/docs/DimensionCriteriaLevel1.md) + - [DimensionCriteriaLevel2](sailpoint\v2024/docs/DimensionCriteriaLevel2.md) + - [DimensionCriteriaLevel3](sailpoint\v2024/docs/DimensionCriteriaLevel3.md) + - [DimensionCriteriaOperation](sailpoint\v2024/docs/DimensionCriteriaOperation.md) + - [DimensionMembershipSelector](sailpoint\v2024/docs/DimensionMembershipSelector.md) + - [DimensionMembershipSelectorType](sailpoint\v2024/docs/DimensionMembershipSelectorType.md) + - [DimensionRef](sailpoint\v2024/docs/DimensionRef.md) + - [DisplayReference](sailpoint\v2024/docs/DisplayReference.md) + - [DkimAttributes](sailpoint\v2024/docs/DkimAttributes.md) + - [DocumentType](sailpoint\v2024/docs/DocumentType.md) + - [DomainAddress](sailpoint\v2024/docs/DomainAddress.md) + - [DomainStatusDto](sailpoint\v2024/docs/DomainStatusDto.md) + - [DraftResponse](sailpoint\v2024/docs/DraftResponse.md) + - [DtoType](sailpoint\v2024/docs/DtoType.md) + - [EmailNotificationOption](sailpoint\v2024/docs/EmailNotificationOption.md) + - [EmailStatusDto](sailpoint\v2024/docs/EmailStatusDto.md) + - [Entitlement](sailpoint\v2024/docs/Entitlement.md) + - [Entitlement1](sailpoint\v2024/docs/Entitlement1.md) + - [Entitlement1AccessModelMetadata](sailpoint\v2024/docs/Entitlement1AccessModelMetadata.md) + - [Entitlement1ManuallyUpdatedFields](sailpoint\v2024/docs/Entitlement1ManuallyUpdatedFields.md) + - [Entitlement1Owner](sailpoint\v2024/docs/Entitlement1Owner.md) + - [Entitlement1Source](sailpoint\v2024/docs/Entitlement1Source.md) + - [EntitlementAccessRequestConfig](sailpoint\v2024/docs/EntitlementAccessRequestConfig.md) + - [EntitlementApprovalScheme](sailpoint\v2024/docs/EntitlementApprovalScheme.md) + - [EntitlementBulkUpdateRequest](sailpoint\v2024/docs/EntitlementBulkUpdateRequest.md) + - [EntitlementDocument](sailpoint\v2024/docs/EntitlementDocument.md) + - [EntitlementDocumentAllOfSource](sailpoint\v2024/docs/EntitlementDocumentAllOfSource.md) + - [EntitlementDto](sailpoint\v2024/docs/EntitlementDto.md) + - [EntitlementRef](sailpoint\v2024/docs/EntitlementRef.md) + - [EntitlementRef1](sailpoint\v2024/docs/EntitlementRef1.md) + - [EntitlementRequestConfig](sailpoint\v2024/docs/EntitlementRequestConfig.md) + - [EntitlementRequestConfig1](sailpoint\v2024/docs/EntitlementRequestConfig1.md) + - [EntitlementSource](sailpoint\v2024/docs/EntitlementSource.md) + - [EntitlementSourceResetBaseReferenceDto](sailpoint\v2024/docs/EntitlementSourceResetBaseReferenceDto.md) + - [EntitlementSummary](sailpoint\v2024/docs/EntitlementSummary.md) + - [EntityCreatedByDTO](sailpoint\v2024/docs/EntityCreatedByDTO.md) + - [Error](sailpoint\v2024/docs/Error.md) + - [ErrorMessage](sailpoint\v2024/docs/ErrorMessage.md) + - [ErrorMessageDto](sailpoint\v2024/docs/ErrorMessageDto.md) + - [ErrorMessageDto1](sailpoint\v2024/docs/ErrorMessageDto1.md) + - [ErrorResponseDto](sailpoint\v2024/docs/ErrorResponseDto.md) + - [EvaluateResponse](sailpoint\v2024/docs/EvaluateResponse.md) + - [Event](sailpoint\v2024/docs/Event.md) + - [EventAttributes](sailpoint\v2024/docs/EventAttributes.md) + - [EventBridgeConfig](sailpoint\v2024/docs/EventBridgeConfig.md) + - [EventDocument](sailpoint\v2024/docs/EventDocument.md) + - [ExceptionAccessCriteria](sailpoint\v2024/docs/ExceptionAccessCriteria.md) + - [ExceptionCriteria](sailpoint\v2024/docs/ExceptionCriteria.md) + - [ExceptionCriteriaAccess](sailpoint\v2024/docs/ExceptionCriteriaAccess.md) + - [ExceptionCriteriaCriteriaListInner](sailpoint\v2024/docs/ExceptionCriteriaCriteriaListInner.md) + - [ExecutionStatus](sailpoint\v2024/docs/ExecutionStatus.md) + - [ExpansionItem](sailpoint\v2024/docs/ExpansionItem.md) + - [ExportFormDefinitionsByTenant200ResponseInner](sailpoint\v2024/docs/ExportFormDefinitionsByTenant200ResponseInner.md) + - [ExportOptions](sailpoint\v2024/docs/ExportOptions.md) + - [ExportPayload](sailpoint\v2024/docs/ExportPayload.md) + - [Expression](sailpoint\v2024/docs/Expression.md) + - [ExpressionChildrenInner](sailpoint\v2024/docs/ExpressionChildrenInner.md) + - [ExternalAttributes](sailpoint\v2024/docs/ExternalAttributes.md) + - [FeatureValueDto](sailpoint\v2024/docs/FeatureValueDto.md) + - [FieldDetailsDto](sailpoint\v2024/docs/FieldDetailsDto.md) + - [Filter](sailpoint\v2024/docs/Filter.md) + - [FilterAggregation](sailpoint\v2024/docs/FilterAggregation.md) + - [FilterType](sailpoint\v2024/docs/FilterType.md) + - [FormCondition](sailpoint\v2024/docs/FormCondition.md) + - [FormDefinitionDynamicSchemaRequest](sailpoint\v2024/docs/FormDefinitionDynamicSchemaRequest.md) + - [FormDefinitionDynamicSchemaRequestAttributes](sailpoint\v2024/docs/FormDefinitionDynamicSchemaRequestAttributes.md) + - [FormDefinitionDynamicSchemaResponse](sailpoint\v2024/docs/FormDefinitionDynamicSchemaResponse.md) + - [FormDefinitionFileUploadResponse](sailpoint\v2024/docs/FormDefinitionFileUploadResponse.md) + - [FormDefinitionInput](sailpoint\v2024/docs/FormDefinitionInput.md) + - [FormDefinitionResponse](sailpoint\v2024/docs/FormDefinitionResponse.md) + - [FormDetails](sailpoint\v2024/docs/FormDetails.md) + - [FormElement](sailpoint\v2024/docs/FormElement.md) + - [FormElementDataSourceConfigOptions](sailpoint\v2024/docs/FormElementDataSourceConfigOptions.md) + - [FormElementDynamicDataSource](sailpoint\v2024/docs/FormElementDynamicDataSource.md) + - [FormElementDynamicDataSourceConfig](sailpoint\v2024/docs/FormElementDynamicDataSourceConfig.md) + - [FormElementPreviewRequest](sailpoint\v2024/docs/FormElementPreviewRequest.md) + - [FormElementValidationsSet](sailpoint\v2024/docs/FormElementValidationsSet.md) + - [FormError](sailpoint\v2024/docs/FormError.md) + - [FormInstanceCreatedBy](sailpoint\v2024/docs/FormInstanceCreatedBy.md) + - [FormInstanceRecipient](sailpoint\v2024/docs/FormInstanceRecipient.md) + - [FormInstanceResponse](sailpoint\v2024/docs/FormInstanceResponse.md) + - [FormItemDetails](sailpoint\v2024/docs/FormItemDetails.md) + - [FormOwner](sailpoint\v2024/docs/FormOwner.md) + - [FormUsedBy](sailpoint\v2024/docs/FormUsedBy.md) + - [ForwardApprovalDto](sailpoint\v2024/docs/ForwardApprovalDto.md) + - [FullDiscoveredApplications](sailpoint\v2024/docs/FullDiscoveredApplications.md) + - [GetActiveCampaigns200ResponseInner](sailpoint\v2024/docs/GetActiveCampaigns200ResponseInner.md) + - [GetDiscoveredApplications200ResponseInner](sailpoint\v2024/docs/GetDiscoveredApplications200ResponseInner.md) + - [GetHistoricalIdentityEvents200ResponseInner](sailpoint\v2024/docs/GetHistoricalIdentityEvents200ResponseInner.md) + - [GetOAuthClientResponse](sailpoint\v2024/docs/GetOAuthClientResponse.md) + - [GetPersonalAccessTokenResponse](sailpoint\v2024/docs/GetPersonalAccessTokenResponse.md) + - [GetRoleAssignments200ResponseInner](sailpoint\v2024/docs/GetRoleAssignments200ResponseInner.md) + - [GrantType](sailpoint\v2024/docs/GrantType.md) + - [HttpAuthenticationType](sailpoint\v2024/docs/HttpAuthenticationType.md) + - [HttpConfig](sailpoint\v2024/docs/HttpConfig.md) + - [HttpDispatchMode](sailpoint\v2024/docs/HttpDispatchMode.md) + - [IdentitiesAccountsBulkRequest](sailpoint\v2024/docs/IdentitiesAccountsBulkRequest.md) + - [IdentitiesDetailsReportArguments](sailpoint\v2024/docs/IdentitiesDetailsReportArguments.md) + - [IdentitiesReportArguments](sailpoint\v2024/docs/IdentitiesReportArguments.md) + - [Identity](sailpoint\v2024/docs/Identity.md) + - [Identity1](sailpoint\v2024/docs/Identity1.md) + - [IdentityAccess](sailpoint\v2024/docs/IdentityAccess.md) + - [IdentityAssociationDetails](sailpoint\v2024/docs/IdentityAssociationDetails.md) + - [IdentityAssociationDetailsAssociationDetailsInner](sailpoint\v2024/docs/IdentityAssociationDetailsAssociationDetailsInner.md) + - [IdentityAttribute](sailpoint\v2024/docs/IdentityAttribute.md) + - [IdentityAttributeConfig](sailpoint\v2024/docs/IdentityAttributeConfig.md) + - [IdentityAttributeNames](sailpoint\v2024/docs/IdentityAttributeNames.md) + - [IdentityAttributePreview](sailpoint\v2024/docs/IdentityAttributePreview.md) + - [IdentityAttributeTransform](sailpoint\v2024/docs/IdentityAttributeTransform.md) + - [IdentityAttributesChanged](sailpoint\v2024/docs/IdentityAttributesChanged.md) + - [IdentityAttributesChangedChangesInner](sailpoint\v2024/docs/IdentityAttributesChangedChangesInner.md) + - [IdentityAttributesChangedChangesInnerNewValue](sailpoint\v2024/docs/IdentityAttributesChangedChangesInnerNewValue.md) + - [IdentityAttributesChangedChangesInnerOldValue](sailpoint\v2024/docs/IdentityAttributesChangedChangesInnerOldValue.md) + - [IdentityAttributesChangedChangesInnerOldValueOneOfValue](sailpoint\v2024/docs/IdentityAttributesChangedChangesInnerOldValueOneOfValue.md) + - [IdentityAttributesChangedIdentity](sailpoint\v2024/docs/IdentityAttributesChangedIdentity.md) + - [IdentityCertDecisionSummary](sailpoint\v2024/docs/IdentityCertDecisionSummary.md) + - [IdentityCertificationDto](sailpoint\v2024/docs/IdentityCertificationDto.md) + - [IdentityCertified](sailpoint\v2024/docs/IdentityCertified.md) + - [IdentityCompareResponse](sailpoint\v2024/docs/IdentityCompareResponse.md) + - [IdentityCreated](sailpoint\v2024/docs/IdentityCreated.md) + - [IdentityCreatedIdentity](sailpoint\v2024/docs/IdentityCreatedIdentity.md) + - [IdentityDeleted](sailpoint\v2024/docs/IdentityDeleted.md) + - [IdentityDeletedIdentity](sailpoint\v2024/docs/IdentityDeletedIdentity.md) + - [IdentityDocument](sailpoint\v2024/docs/IdentityDocument.md) + - [IdentityDocumentAllOfIdentityProfile](sailpoint\v2024/docs/IdentityDocumentAllOfIdentityProfile.md) + - [IdentityDocumentAllOfManager](sailpoint\v2024/docs/IdentityDocumentAllOfManager.md) + - [IdentityDocumentAllOfSource](sailpoint\v2024/docs/IdentityDocumentAllOfSource.md) + - [IdentityEntities](sailpoint\v2024/docs/IdentityEntities.md) + - [IdentityEntitiesIdentityEntity](sailpoint\v2024/docs/IdentityEntitiesIdentityEntity.md) + - [IdentityExceptionReportReference](sailpoint\v2024/docs/IdentityExceptionReportReference.md) + - [IdentityHistoryResponse](sailpoint\v2024/docs/IdentityHistoryResponse.md) + - [IdentityLifecycleState](sailpoint\v2024/docs/IdentityLifecycleState.md) + - [IdentityListItem](sailpoint\v2024/docs/IdentityListItem.md) + - [IdentityManagerRef](sailpoint\v2024/docs/IdentityManagerRef.md) + - [IdentityOwnershipAssociationDetails](sailpoint\v2024/docs/IdentityOwnershipAssociationDetails.md) + - [IdentityOwnershipAssociationDetailsAssociationDetailsInner](sailpoint\v2024/docs/IdentityOwnershipAssociationDetailsAssociationDetailsInner.md) + - [IdentityPreviewRequest](sailpoint\v2024/docs/IdentityPreviewRequest.md) + - [IdentityPreviewResponse](sailpoint\v2024/docs/IdentityPreviewResponse.md) + - [IdentityPreviewResponseIdentity](sailpoint\v2024/docs/IdentityPreviewResponseIdentity.md) + - [IdentityProfile](sailpoint\v2024/docs/IdentityProfile.md) + - [IdentityProfileAllOfAuthoritativeSource](sailpoint\v2024/docs/IdentityProfileAllOfAuthoritativeSource.md) + - [IdentityProfileAllOfOwner](sailpoint\v2024/docs/IdentityProfileAllOfOwner.md) + - [IdentityProfileExportedObject](sailpoint\v2024/docs/IdentityProfileExportedObject.md) + - [IdentityProfileExportedObjectSelf](sailpoint\v2024/docs/IdentityProfileExportedObjectSelf.md) + - [IdentityProfileIdentityErrorReportArguments](sailpoint\v2024/docs/IdentityProfileIdentityErrorReportArguments.md) + - [IdentityReference](sailpoint\v2024/docs/IdentityReference.md) + - [IdentityReferenceWithNameAndEmail](sailpoint\v2024/docs/IdentityReferenceWithNameAndEmail.md) + - [IdentitySnapshotSummaryResponse](sailpoint\v2024/docs/IdentitySnapshotSummaryResponse.md) + - [IdentitySummary](sailpoint\v2024/docs/IdentitySummary.md) + - [IdentitySyncJob](sailpoint\v2024/docs/IdentitySyncJob.md) + - [IdentitySyncPayload](sailpoint\v2024/docs/IdentitySyncPayload.md) + - [IdentityWithNewAccess](sailpoint\v2024/docs/IdentityWithNewAccess.md) + - [IdentityWithNewAccess1](sailpoint\v2024/docs/IdentityWithNewAccess1.md) + - [IdentityWithNewAccessAccessRefsInner](sailpoint\v2024/docs/IdentityWithNewAccessAccessRefsInner.md) + - [ImportAccountsRequest](sailpoint\v2024/docs/ImportAccountsRequest.md) + - [ImportEntitlementsBySourceRequest](sailpoint\v2024/docs/ImportEntitlementsBySourceRequest.md) + - [ImportFormDefinitions202Response](sailpoint\v2024/docs/ImportFormDefinitions202Response.md) + - [ImportFormDefinitions202ResponseErrorsInner](sailpoint\v2024/docs/ImportFormDefinitions202ResponseErrorsInner.md) + - [ImportNonEmployeeRecordsInBulkRequest](sailpoint\v2024/docs/ImportNonEmployeeRecordsInBulkRequest.md) + - [ImportObject](sailpoint\v2024/docs/ImportObject.md) + - [ImportOptions](sailpoint\v2024/docs/ImportOptions.md) + - [ImportSpConfigRequest](sailpoint\v2024/docs/ImportSpConfigRequest.md) + - [Index](sailpoint\v2024/docs/Index.md) + - [InnerHit](sailpoint\v2024/docs/InnerHit.md) + - [InviteIdentitiesRequest](sailpoint\v2024/docs/InviteIdentitiesRequest.md) + - [Invocation](sailpoint\v2024/docs/Invocation.md) + - [InvocationStatus](sailpoint\v2024/docs/InvocationStatus.md) + - [InvocationStatusType](sailpoint\v2024/docs/InvocationStatusType.md) + - [JsonPatch](sailpoint\v2024/docs/JsonPatch.md) + - [JsonPatchOperation](sailpoint\v2024/docs/JsonPatchOperation.md) + - [JsonPatchOperationValue](sailpoint\v2024/docs/JsonPatchOperationValue.md) + - [KbaAnswerRequestItem](sailpoint\v2024/docs/KbaAnswerRequestItem.md) + - [KbaAnswerResponseItem](sailpoint\v2024/docs/KbaAnswerResponseItem.md) + - [KbaQuestion](sailpoint\v2024/docs/KbaQuestion.md) + - [LatestOutlierSummary](sailpoint\v2024/docs/LatestOutlierSummary.md) + - [License](sailpoint\v2024/docs/License.md) + - [LifecycleState](sailpoint\v2024/docs/LifecycleState.md) + - [LifecycleStateDto](sailpoint\v2024/docs/LifecycleStateDto.md) + - [LifecyclestateDeleted](sailpoint\v2024/docs/LifecyclestateDeleted.md) + - [ListAccessProfiles401Response](sailpoint\v2024/docs/ListAccessProfiles401Response.md) + - [ListAccessProfiles429Response](sailpoint\v2024/docs/ListAccessProfiles429Response.md) + - [ListCampaignFilters200Response](sailpoint\v2024/docs/ListCampaignFilters200Response.md) + - [ListCompleteWorkflowLibrary200ResponseInner](sailpoint\v2024/docs/ListCompleteWorkflowLibrary200ResponseInner.md) + - [ListFormDefinitionsByTenantResponse](sailpoint\v2024/docs/ListFormDefinitionsByTenantResponse.md) + - [ListFormElementDataByElementIDResponse](sailpoint\v2024/docs/ListFormElementDataByElementIDResponse.md) + - [ListFormInstancesByTenantResponse](sailpoint\v2024/docs/ListFormInstancesByTenantResponse.md) + - [ListIdentityAccessItems200ResponseInner](sailpoint\v2024/docs/ListIdentityAccessItems200ResponseInner.md) + - [ListPredefinedSelectOptionsResponse](sailpoint\v2024/docs/ListPredefinedSelectOptionsResponse.md) + - [ListWorkgroupMembers200ResponseInner](sailpoint\v2024/docs/ListWorkgroupMembers200ResponseInner.md) + - [LoadAccountsTask](sailpoint\v2024/docs/LoadAccountsTask.md) + - [LoadAccountsTaskTask](sailpoint\v2024/docs/LoadAccountsTaskTask.md) + - [LoadAccountsTaskTaskAttributes](sailpoint\v2024/docs/LoadAccountsTaskTaskAttributes.md) + - [LoadAccountsTaskTaskMessagesInner](sailpoint\v2024/docs/LoadAccountsTaskTaskMessagesInner.md) + - [LoadAccountsTaskTaskReturnsInner](sailpoint\v2024/docs/LoadAccountsTaskTaskReturnsInner.md) + - [LoadEntitlementTask](sailpoint\v2024/docs/LoadEntitlementTask.md) + - [LoadEntitlementTaskReturnsInner](sailpoint\v2024/docs/LoadEntitlementTaskReturnsInner.md) + - [LoadUncorrelatedAccountsTask](sailpoint\v2024/docs/LoadUncorrelatedAccountsTask.md) + - [LoadUncorrelatedAccountsTaskTask](sailpoint\v2024/docs/LoadUncorrelatedAccountsTaskTask.md) + - [LoadUncorrelatedAccountsTaskTaskAttributes](sailpoint\v2024/docs/LoadUncorrelatedAccountsTaskTaskAttributes.md) + - [LoadUncorrelatedAccountsTaskTaskMessagesInner](sailpoint\v2024/docs/LoadUncorrelatedAccountsTaskTaskMessagesInner.md) + - [LocaleOrigin](sailpoint\v2024/docs/LocaleOrigin.md) + - [LocalizedMessage](sailpoint\v2024/docs/LocalizedMessage.md) + - [LookupStep](sailpoint\v2024/docs/LookupStep.md) + - [MailFromAttributes](sailpoint\v2024/docs/MailFromAttributes.md) + - [MailFromAttributesDto](sailpoint\v2024/docs/MailFromAttributesDto.md) + - [ManagedClient](sailpoint\v2024/docs/ManagedClient.md) + - [ManagedClientRequest](sailpoint\v2024/docs/ManagedClientRequest.md) + - [ManagedClientStatus](sailpoint\v2024/docs/ManagedClientStatus.md) + - [ManagedClientStatusCode](sailpoint\v2024/docs/ManagedClientStatusCode.md) + - [ManagedClientType](sailpoint\v2024/docs/ManagedClientType.md) + - [ManagedCluster](sailpoint\v2024/docs/ManagedCluster.md) + - [ManagedClusterAttributes](sailpoint\v2024/docs/ManagedClusterAttributes.md) + - [ManagedClusterKeyPair](sailpoint\v2024/docs/ManagedClusterKeyPair.md) + - [ManagedClusterQueue](sailpoint\v2024/docs/ManagedClusterQueue.md) + - [ManagedClusterRedis](sailpoint\v2024/docs/ManagedClusterRedis.md) + - [ManagedClusterRequest](sailpoint\v2024/docs/ManagedClusterRequest.md) + - [ManagedClusterTypes](sailpoint\v2024/docs/ManagedClusterTypes.md) + - [ManagerCorrelationMapping](sailpoint\v2024/docs/ManagerCorrelationMapping.md) + - [ManualDiscoverApplications](sailpoint\v2024/docs/ManualDiscoverApplications.md) + - [ManualDiscoverApplicationsTemplate](sailpoint\v2024/docs/ManualDiscoverApplicationsTemplate.md) + - [ManualWorkItemDetails](sailpoint\v2024/docs/ManualWorkItemDetails.md) + - [ManualWorkItemDetails1](sailpoint\v2024/docs/ManualWorkItemDetails1.md) + - [ManualWorkItemDetailsCurrentOwner](sailpoint\v2024/docs/ManualWorkItemDetailsCurrentOwner.md) + - [ManualWorkItemDetailsOriginalOwner](sailpoint\v2024/docs/ManualWorkItemDetailsOriginalOwner.md) + - [ManualWorkItemState](sailpoint\v2024/docs/ManualWorkItemState.md) + - [ManuallyUpdatedFieldsDTO](sailpoint\v2024/docs/ManuallyUpdatedFieldsDTO.md) + - [MatchTerm](sailpoint\v2024/docs/MatchTerm.md) + - [Medium](sailpoint\v2024/docs/Medium.md) + - [MembershipType](sailpoint\v2024/docs/MembershipType.md) + - [MetricAggregation](sailpoint\v2024/docs/MetricAggregation.md) + - [MetricResponse](sailpoint\v2024/docs/MetricResponse.md) + - [MetricType](sailpoint\v2024/docs/MetricType.md) + - [MfaConfigTestResponse](sailpoint\v2024/docs/MfaConfigTestResponse.md) + - [MfaDuoConfig](sailpoint\v2024/docs/MfaDuoConfig.md) + - [MfaOktaConfig](sailpoint\v2024/docs/MfaOktaConfig.md) + - [ModelSchema](sailpoint\v2024/docs/ModelSchema.md) + - [MultiPolicyRequest](sailpoint\v2024/docs/MultiPolicyRequest.md) + - [NativeChangeDetectionConfig](sailpoint\v2024/docs/NativeChangeDetectionConfig.md) + - [NestedAggregation](sailpoint\v2024/docs/NestedAggregation.md) + - [NetworkConfiguration](sailpoint\v2024/docs/NetworkConfiguration.md) + - [NonEmployeeApprovalDecision](sailpoint\v2024/docs/NonEmployeeApprovalDecision.md) + - [NonEmployeeApprovalItem](sailpoint\v2024/docs/NonEmployeeApprovalItem.md) + - [NonEmployeeApprovalItemBase](sailpoint\v2024/docs/NonEmployeeApprovalItemBase.md) + - [NonEmployeeApprovalItemDetail](sailpoint\v2024/docs/NonEmployeeApprovalItemDetail.md) + - [NonEmployeeApprovalSummary](sailpoint\v2024/docs/NonEmployeeApprovalSummary.md) + - [NonEmployeeBulkUploadJob](sailpoint\v2024/docs/NonEmployeeBulkUploadJob.md) + - [NonEmployeeBulkUploadStatus](sailpoint\v2024/docs/NonEmployeeBulkUploadStatus.md) + - [NonEmployeeIdentityDtoType](sailpoint\v2024/docs/NonEmployeeIdentityDtoType.md) + - [NonEmployeeIdentityReferenceWithId](sailpoint\v2024/docs/NonEmployeeIdentityReferenceWithId.md) + - [NonEmployeeIdnUserRequest](sailpoint\v2024/docs/NonEmployeeIdnUserRequest.md) + - [NonEmployeeRecord](sailpoint\v2024/docs/NonEmployeeRecord.md) + - [NonEmployeeRejectApprovalDecision](sailpoint\v2024/docs/NonEmployeeRejectApprovalDecision.md) + - [NonEmployeeRequest](sailpoint\v2024/docs/NonEmployeeRequest.md) + - [NonEmployeeRequestBody](sailpoint\v2024/docs/NonEmployeeRequestBody.md) + - [NonEmployeeRequestLite](sailpoint\v2024/docs/NonEmployeeRequestLite.md) + - [NonEmployeeRequestSummary](sailpoint\v2024/docs/NonEmployeeRequestSummary.md) + - [NonEmployeeRequestWithoutApprovalItem](sailpoint\v2024/docs/NonEmployeeRequestWithoutApprovalItem.md) + - [NonEmployeeSchemaAttribute](sailpoint\v2024/docs/NonEmployeeSchemaAttribute.md) + - [NonEmployeeSchemaAttributeBody](sailpoint\v2024/docs/NonEmployeeSchemaAttributeBody.md) + - [NonEmployeeSchemaAttributeType](sailpoint\v2024/docs/NonEmployeeSchemaAttributeType.md) + - [NonEmployeeSource](sailpoint\v2024/docs/NonEmployeeSource.md) + - [NonEmployeeSourceLite](sailpoint\v2024/docs/NonEmployeeSourceLite.md) + - [NonEmployeeSourceLiteWithSchemaAttributes](sailpoint\v2024/docs/NonEmployeeSourceLiteWithSchemaAttributes.md) + - [NonEmployeeSourceRequestBody](sailpoint\v2024/docs/NonEmployeeSourceRequestBody.md) + - [NonEmployeeSourceWithCloudExternalId](sailpoint\v2024/docs/NonEmployeeSourceWithCloudExternalId.md) + - [NonEmployeeSourceWithNECount](sailpoint\v2024/docs/NonEmployeeSourceWithNECount.md) + - [NotificationTemplateContext](sailpoint\v2024/docs/NotificationTemplateContext.md) + - [ObjectExportImportNames](sailpoint\v2024/docs/ObjectExportImportNames.md) + - [ObjectExportImportOptions](sailpoint\v2024/docs/ObjectExportImportOptions.md) + - [ObjectImportResult](sailpoint\v2024/docs/ObjectImportResult.md) + - [ObjectImportResult1](sailpoint\v2024/docs/ObjectImportResult1.md) + - [ObjectMappingBulkCreateRequest](sailpoint\v2024/docs/ObjectMappingBulkCreateRequest.md) + - [ObjectMappingBulkCreateResponse](sailpoint\v2024/docs/ObjectMappingBulkCreateResponse.md) + - [ObjectMappingBulkPatchRequest](sailpoint\v2024/docs/ObjectMappingBulkPatchRequest.md) + - [ObjectMappingBulkPatchResponse](sailpoint\v2024/docs/ObjectMappingBulkPatchResponse.md) + - [ObjectMappingRequest](sailpoint\v2024/docs/ObjectMappingRequest.md) + - [ObjectMappingResponse](sailpoint\v2024/docs/ObjectMappingResponse.md) + - [Operation](sailpoint\v2024/docs/Operation.md) + - [OrgConfig](sailpoint\v2024/docs/OrgConfig.md) + - [OriginalRequest](sailpoint\v2024/docs/OriginalRequest.md) + - [OrphanIdentitiesReportArguments](sailpoint\v2024/docs/OrphanIdentitiesReportArguments.md) + - [Outlier](sailpoint\v2024/docs/Outlier.md) + - [OutlierContributingFeature](sailpoint\v2024/docs/OutlierContributingFeature.md) + - [OutlierContributingFeatureValue](sailpoint\v2024/docs/OutlierContributingFeatureValue.md) + - [OutlierFeatureSummary](sailpoint\v2024/docs/OutlierFeatureSummary.md) + - [OutlierFeatureSummaryOutlierFeatureDisplayValuesInner](sailpoint\v2024/docs/OutlierFeatureSummaryOutlierFeatureDisplayValuesInner.md) + - [OutlierFeatureTranslation](sailpoint\v2024/docs/OutlierFeatureTranslation.md) + - [OutlierSummary](sailpoint\v2024/docs/OutlierSummary.md) + - [OutliersContributingFeatureAccessItems](sailpoint\v2024/docs/OutliersContributingFeatureAccessItems.md) + - [OwnerDto](sailpoint\v2024/docs/OwnerDto.md) + - [OwnerReference](sailpoint\v2024/docs/OwnerReference.md) + - [OwnerReferenceDto](sailpoint\v2024/docs/OwnerReferenceDto.md) + - [OwnerReferenceSegments](sailpoint\v2024/docs/OwnerReferenceSegments.md) + - [Owns](sailpoint\v2024/docs/Owns.md) + - [PasswordChangeRequest](sailpoint\v2024/docs/PasswordChangeRequest.md) + - [PasswordChangeResponse](sailpoint\v2024/docs/PasswordChangeResponse.md) + - [PasswordDigitToken](sailpoint\v2024/docs/PasswordDigitToken.md) + - [PasswordDigitTokenReset](sailpoint\v2024/docs/PasswordDigitTokenReset.md) + - [PasswordInfo](sailpoint\v2024/docs/PasswordInfo.md) + - [PasswordInfoAccount](sailpoint\v2024/docs/PasswordInfoAccount.md) + - [PasswordInfoQueryDTO](sailpoint\v2024/docs/PasswordInfoQueryDTO.md) + - [PasswordOrgConfig](sailpoint\v2024/docs/PasswordOrgConfig.md) + - [PasswordPolicyHoldersDtoAttributes](sailpoint\v2024/docs/PasswordPolicyHoldersDtoAttributes.md) + - [PasswordPolicyHoldersDtoAttributesIdentityAttrInner](sailpoint\v2024/docs/PasswordPolicyHoldersDtoAttributesIdentityAttrInner.md) + - [PasswordPolicyHoldersDtoInner](sailpoint\v2024/docs/PasswordPolicyHoldersDtoInner.md) + - [PasswordPolicyV3Dto](sailpoint\v2024/docs/PasswordPolicyV3Dto.md) + - [PasswordStatus](sailpoint\v2024/docs/PasswordStatus.md) + - [PasswordSyncGroup](sailpoint\v2024/docs/PasswordSyncGroup.md) + - [PatOwner](sailpoint\v2024/docs/PatOwner.md) + - [PatchPotentialRoleRequestInner](sailpoint\v2024/docs/PatchPotentialRoleRequestInner.md) + - [PatchServiceDeskIntegrationRequest](sailpoint\v2024/docs/PatchServiceDeskIntegrationRequest.md) + - [PeerGroupMember](sailpoint\v2024/docs/PeerGroupMember.md) + - [PendingApproval](sailpoint\v2024/docs/PendingApproval.md) + - [PendingApprovalAction](sailpoint\v2024/docs/PendingApprovalAction.md) + - [PendingApprovalOwner](sailpoint\v2024/docs/PendingApprovalOwner.md) + - [PermissionDto](sailpoint\v2024/docs/PermissionDto.md) + - [PreApprovalTriggerDetails](sailpoint\v2024/docs/PreApprovalTriggerDetails.md) + - [PreferencesDto](sailpoint\v2024/docs/PreferencesDto.md) + - [PreviewDataSourceResponse](sailpoint\v2024/docs/PreviewDataSourceResponse.md) + - [ProcessIdentitiesRequest](sailpoint\v2024/docs/ProcessIdentitiesRequest.md) + - [ProcessingDetails](sailpoint\v2024/docs/ProcessingDetails.md) + - [Product](sailpoint\v2024/docs/Product.md) + - [ProvisioningCompleted](sailpoint\v2024/docs/ProvisioningCompleted.md) + - [ProvisioningCompletedAccountRequestsInner](sailpoint\v2024/docs/ProvisioningCompletedAccountRequestsInner.md) + - [ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner](sailpoint\v2024/docs/ProvisioningCompletedAccountRequestsInnerAttributeRequestsInner.md) + - [ProvisioningCompletedAccountRequestsInnerSource](sailpoint\v2024/docs/ProvisioningCompletedAccountRequestsInnerSource.md) + - [ProvisioningCompletedRecipient](sailpoint\v2024/docs/ProvisioningCompletedRecipient.md) + - [ProvisioningCompletedRequester](sailpoint\v2024/docs/ProvisioningCompletedRequester.md) + - [ProvisioningConfig](sailpoint\v2024/docs/ProvisioningConfig.md) + - [ProvisioningConfig1](sailpoint\v2024/docs/ProvisioningConfig1.md) + - [ProvisioningConfig1ManagedResourceRefsInner](sailpoint\v2024/docs/ProvisioningConfig1ManagedResourceRefsInner.md) + - [ProvisioningConfig1PlanInitializerScript](sailpoint\v2024/docs/ProvisioningConfig1PlanInitializerScript.md) + - [ProvisioningConfigPlanInitializerScript](sailpoint\v2024/docs/ProvisioningConfigPlanInitializerScript.md) + - [ProvisioningCriteriaLevel1](sailpoint\v2024/docs/ProvisioningCriteriaLevel1.md) + - [ProvisioningCriteriaLevel2](sailpoint\v2024/docs/ProvisioningCriteriaLevel2.md) + - [ProvisioningCriteriaLevel3](sailpoint\v2024/docs/ProvisioningCriteriaLevel3.md) + - [ProvisioningCriteriaOperation](sailpoint\v2024/docs/ProvisioningCriteriaOperation.md) + - [ProvisioningDetails](sailpoint\v2024/docs/ProvisioningDetails.md) + - [ProvisioningPolicy](sailpoint\v2024/docs/ProvisioningPolicy.md) + - [ProvisioningPolicyDto](sailpoint\v2024/docs/ProvisioningPolicyDto.md) + - [ProvisioningState](sailpoint\v2024/docs/ProvisioningState.md) + - [PublicIdentity](sailpoint\v2024/docs/PublicIdentity.md) + - [PublicIdentityAttributeConfig](sailpoint\v2024/docs/PublicIdentityAttributeConfig.md) + - [PublicIdentityAttributesInner](sailpoint\v2024/docs/PublicIdentityAttributesInner.md) + - [PublicIdentityConfig](sailpoint\v2024/docs/PublicIdentityConfig.md) + - [PutClientLogConfigurationRequest](sailpoint\v2024/docs/PutClientLogConfigurationRequest.md) + - [PutConnectorCorrelationConfigRequest](sailpoint\v2024/docs/PutConnectorCorrelationConfigRequest.md) + - [PutConnectorSourceConfigRequest](sailpoint\v2024/docs/PutConnectorSourceConfigRequest.md) + - [PutConnectorSourceTemplateRequest](sailpoint\v2024/docs/PutConnectorSourceTemplateRequest.md) + - [PutPasswordDictionaryRequest](sailpoint\v2024/docs/PutPasswordDictionaryRequest.md) + - [Query](sailpoint\v2024/docs/Query.md) + - [QueryResultFilter](sailpoint\v2024/docs/QueryResultFilter.md) + - [QueryType](sailpoint\v2024/docs/QueryType.md) + - [QueuedCheckConfigDetails](sailpoint\v2024/docs/QueuedCheckConfigDetails.md) + - [Range](sailpoint\v2024/docs/Range.md) + - [ReassignReference](sailpoint\v2024/docs/ReassignReference.md) + - [Reassignment](sailpoint\v2024/docs/Reassignment.md) + - [Reassignment1](sailpoint\v2024/docs/Reassignment1.md) + - [ReassignmentReference](sailpoint\v2024/docs/ReassignmentReference.md) + - [ReassignmentTrailDTO](sailpoint\v2024/docs/ReassignmentTrailDTO.md) + - [ReassignmentType](sailpoint\v2024/docs/ReassignmentType.md) + - [ReassignmentTypeEnum](sailpoint\v2024/docs/ReassignmentTypeEnum.md) + - [Recommendation](sailpoint\v2024/docs/Recommendation.md) + - [RecommendationConfigDto](sailpoint\v2024/docs/RecommendationConfigDto.md) + - [RecommendationRequest](sailpoint\v2024/docs/RecommendationRequest.md) + - [RecommendationRequestDto](sailpoint\v2024/docs/RecommendationRequestDto.md) + - [RecommendationResponse](sailpoint\v2024/docs/RecommendationResponse.md) + - [RecommendationResponseDto](sailpoint\v2024/docs/RecommendationResponseDto.md) + - [RecommenderCalculations](sailpoint\v2024/docs/RecommenderCalculations.md) + - [RecommenderCalculationsIdentityAttributesValue](sailpoint\v2024/docs/RecommenderCalculationsIdentityAttributesValue.md) + - [Ref](sailpoint\v2024/docs/Ref.md) + - [Reference](sailpoint\v2024/docs/Reference.md) + - [RemediationItemDetails](sailpoint\v2024/docs/RemediationItemDetails.md) + - [RemediationItems](sailpoint\v2024/docs/RemediationItems.md) + - [ReportConfigDTO](sailpoint\v2024/docs/ReportConfigDTO.md) + - [ReportDetails](sailpoint\v2024/docs/ReportDetails.md) + - [ReportDetailsArguments](sailpoint\v2024/docs/ReportDetailsArguments.md) + - [ReportResultReference](sailpoint\v2024/docs/ReportResultReference.md) + - [ReportResults](sailpoint\v2024/docs/ReportResults.md) + - [ReportType](sailpoint\v2024/docs/ReportType.md) + - [RequestOnBehalfOfConfig](sailpoint\v2024/docs/RequestOnBehalfOfConfig.md) + - [Requestability](sailpoint\v2024/docs/Requestability.md) + - [RequestabilityForRole](sailpoint\v2024/docs/RequestabilityForRole.md) + - [RequestableObject](sailpoint\v2024/docs/RequestableObject.md) + - [RequestableObjectReference](sailpoint\v2024/docs/RequestableObjectReference.md) + - [RequestableObjectRequestStatus](sailpoint\v2024/docs/RequestableObjectRequestStatus.md) + - [RequestableObjectType](sailpoint\v2024/docs/RequestableObjectType.md) + - [RequestedItemDetails](sailpoint\v2024/docs/RequestedItemDetails.md) + - [RequestedItemStatus](sailpoint\v2024/docs/RequestedItemStatus.md) + - [RequestedItemStatusCancelledRequestDetails](sailpoint\v2024/docs/RequestedItemStatusCancelledRequestDetails.md) + - [RequestedItemStatusPreApprovalTriggerDetails](sailpoint\v2024/docs/RequestedItemStatusPreApprovalTriggerDetails.md) + - [RequestedItemStatusProvisioningDetails](sailpoint\v2024/docs/RequestedItemStatusProvisioningDetails.md) + - [RequestedItemStatusRequestState](sailpoint\v2024/docs/RequestedItemStatusRequestState.md) + - [RequestedItemStatusRequestedFor](sailpoint\v2024/docs/RequestedItemStatusRequestedFor.md) + - [RequestedItemStatusRequesterComment](sailpoint\v2024/docs/RequestedItemStatusRequesterComment.md) + - [RequestedItemStatusSodViolationContext](sailpoint\v2024/docs/RequestedItemStatusSodViolationContext.md) + - [ResourceObject](sailpoint\v2024/docs/ResourceObject.md) + - [ResourceObjectsRequest](sailpoint\v2024/docs/ResourceObjectsRequest.md) + - [ResourceObjectsResponse](sailpoint\v2024/docs/ResourceObjectsResponse.md) + - [ReviewDecision](sailpoint\v2024/docs/ReviewDecision.md) + - [ReviewReassign](sailpoint\v2024/docs/ReviewReassign.md) + - [ReviewRecommendation](sailpoint\v2024/docs/ReviewRecommendation.md) + - [ReviewableAccessProfile](sailpoint\v2024/docs/ReviewableAccessProfile.md) + - [ReviewableEntitlement](sailpoint\v2024/docs/ReviewableEntitlement.md) + - [ReviewableEntitlementAccount](sailpoint\v2024/docs/ReviewableEntitlementAccount.md) + - [ReviewableEntitlementAccountOwner](sailpoint\v2024/docs/ReviewableEntitlementAccountOwner.md) + - [ReviewableRole](sailpoint\v2024/docs/ReviewableRole.md) + - [Reviewer](sailpoint\v2024/docs/Reviewer.md) + - [Reviewer1](sailpoint\v2024/docs/Reviewer1.md) + - [Revocability](sailpoint\v2024/docs/Revocability.md) + - [RevocabilityForRole](sailpoint\v2024/docs/RevocabilityForRole.md) + - [Role](sailpoint\v2024/docs/Role.md) + - [RoleAssignmentDto](sailpoint\v2024/docs/RoleAssignmentDto.md) + - [RoleAssignmentRef](sailpoint\v2024/docs/RoleAssignmentRef.md) + - [RoleAssignmentSourceType](sailpoint\v2024/docs/RoleAssignmentSourceType.md) + - [RoleBulkDeleteRequest](sailpoint\v2024/docs/RoleBulkDeleteRequest.md) + - [RoleBulkUpdateResponse](sailpoint\v2024/docs/RoleBulkUpdateResponse.md) + - [RoleCriteriaKey](sailpoint\v2024/docs/RoleCriteriaKey.md) + - [RoleCriteriaKeyType](sailpoint\v2024/docs/RoleCriteriaKeyType.md) + - [RoleCriteriaLevel1](sailpoint\v2024/docs/RoleCriteriaLevel1.md) + - [RoleCriteriaLevel2](sailpoint\v2024/docs/RoleCriteriaLevel2.md) + - [RoleCriteriaLevel3](sailpoint\v2024/docs/RoleCriteriaLevel3.md) + - [RoleCriteriaOperation](sailpoint\v2024/docs/RoleCriteriaOperation.md) + - [RoleDocument](sailpoint\v2024/docs/RoleDocument.md) + - [RoleGetAllBulkUpdateResponse](sailpoint\v2024/docs/RoleGetAllBulkUpdateResponse.md) + - [RoleIdentity](sailpoint\v2024/docs/RoleIdentity.md) + - [RoleInsight](sailpoint\v2024/docs/RoleInsight.md) + - [RoleInsightsEntitlement](sailpoint\v2024/docs/RoleInsightsEntitlement.md) + - [RoleInsightsEntitlementChanges](sailpoint\v2024/docs/RoleInsightsEntitlementChanges.md) + - [RoleInsightsIdentities](sailpoint\v2024/docs/RoleInsightsIdentities.md) + - [RoleInsightsInsight](sailpoint\v2024/docs/RoleInsightsInsight.md) + - [RoleInsightsResponse](sailpoint\v2024/docs/RoleInsightsResponse.md) + - [RoleInsightsRole](sailpoint\v2024/docs/RoleInsightsRole.md) + - [RoleInsightsSummary](sailpoint\v2024/docs/RoleInsightsSummary.md) + - [RoleListFilterDTO](sailpoint\v2024/docs/RoleListFilterDTO.md) + - [RoleListFilterDTOAmmKeyValuesInner](sailpoint\v2024/docs/RoleListFilterDTOAmmKeyValuesInner.md) + - [RoleMatchDto](sailpoint\v2024/docs/RoleMatchDto.md) + - [RoleMembershipIdentity](sailpoint\v2024/docs/RoleMembershipIdentity.md) + - [RoleMembershipSelector](sailpoint\v2024/docs/RoleMembershipSelector.md) + - [RoleMembershipSelectorType](sailpoint\v2024/docs/RoleMembershipSelectorType.md) + - [RoleMetadataBulkUpdateByFilterRequest](sailpoint\v2024/docs/RoleMetadataBulkUpdateByFilterRequest.md) + - [RoleMetadataBulkUpdateByFilterRequestValuesInner](sailpoint\v2024/docs/RoleMetadataBulkUpdateByFilterRequestValuesInner.md) + - [RoleMetadataBulkUpdateByIdRequest](sailpoint\v2024/docs/RoleMetadataBulkUpdateByIdRequest.md) + - [RoleMetadataBulkUpdateByIdRequestValuesInner](sailpoint\v2024/docs/RoleMetadataBulkUpdateByIdRequestValuesInner.md) + - [RoleMetadataBulkUpdateByQueryRequest](sailpoint\v2024/docs/RoleMetadataBulkUpdateByQueryRequest.md) + - [RoleMetadataBulkUpdateByQueryRequestValuesInner](sailpoint\v2024/docs/RoleMetadataBulkUpdateByQueryRequestValuesInner.md) + - [RoleMiningEntitlement](sailpoint\v2024/docs/RoleMiningEntitlement.md) + - [RoleMiningEntitlementRef](sailpoint\v2024/docs/RoleMiningEntitlementRef.md) + - [RoleMiningIdentity](sailpoint\v2024/docs/RoleMiningIdentity.md) + - [RoleMiningIdentityDistribution](sailpoint\v2024/docs/RoleMiningIdentityDistribution.md) + - [RoleMiningPotentialRole](sailpoint\v2024/docs/RoleMiningPotentialRole.md) + - [RoleMiningPotentialRoleApplication](sailpoint\v2024/docs/RoleMiningPotentialRoleApplication.md) + - [RoleMiningPotentialRoleEditEntitlements](sailpoint\v2024/docs/RoleMiningPotentialRoleEditEntitlements.md) + - [RoleMiningPotentialRoleEntitlements](sailpoint\v2024/docs/RoleMiningPotentialRoleEntitlements.md) + - [RoleMiningPotentialRoleExportRequest](sailpoint\v2024/docs/RoleMiningPotentialRoleExportRequest.md) + - [RoleMiningPotentialRoleExportResponse](sailpoint\v2024/docs/RoleMiningPotentialRoleExportResponse.md) + - [RoleMiningPotentialRoleExportState](sailpoint\v2024/docs/RoleMiningPotentialRoleExportState.md) + - [RoleMiningPotentialRoleProvisionRequest](sailpoint\v2024/docs/RoleMiningPotentialRoleProvisionRequest.md) + - [RoleMiningPotentialRoleProvisionState](sailpoint\v2024/docs/RoleMiningPotentialRoleProvisionState.md) + - [RoleMiningPotentialRoleRef](sailpoint\v2024/docs/RoleMiningPotentialRoleRef.md) + - [RoleMiningPotentialRoleSourceUsage](sailpoint\v2024/docs/RoleMiningPotentialRoleSourceUsage.md) + - [RoleMiningPotentialRoleSummary](sailpoint\v2024/docs/RoleMiningPotentialRoleSummary.md) + - [RoleMiningPotentialRoleSummaryCreatedBy](sailpoint\v2024/docs/RoleMiningPotentialRoleSummaryCreatedBy.md) + - [RoleMiningRoleType](sailpoint\v2024/docs/RoleMiningRoleType.md) + - [RoleMiningSessionDraftRoleDto](sailpoint\v2024/docs/RoleMiningSessionDraftRoleDto.md) + - [RoleMiningSessionDto](sailpoint\v2024/docs/RoleMiningSessionDto.md) + - [RoleMiningSessionParametersDto](sailpoint\v2024/docs/RoleMiningSessionParametersDto.md) + - [RoleMiningSessionResponse](sailpoint\v2024/docs/RoleMiningSessionResponse.md) + - [RoleMiningSessionResponseCreatedBy](sailpoint\v2024/docs/RoleMiningSessionResponseCreatedBy.md) + - [RoleMiningSessionScope](sailpoint\v2024/docs/RoleMiningSessionScope.md) + - [RoleMiningSessionScopingMethod](sailpoint\v2024/docs/RoleMiningSessionScopingMethod.md) + - [RoleMiningSessionState](sailpoint\v2024/docs/RoleMiningSessionState.md) + - [RoleMiningSessionStatus](sailpoint\v2024/docs/RoleMiningSessionStatus.md) + - [RoleSummary](sailpoint\v2024/docs/RoleSummary.md) + - [RoleTargetDto](sailpoint\v2024/docs/RoleTargetDto.md) + - [SavedSearch](sailpoint\v2024/docs/SavedSearch.md) + - [SavedSearchComplete](sailpoint\v2024/docs/SavedSearchComplete.md) + - [SavedSearchCompleteSearchResults](sailpoint\v2024/docs/SavedSearchCompleteSearchResults.md) + - [SavedSearchCompleteSearchResultsAccount](sailpoint\v2024/docs/SavedSearchCompleteSearchResultsAccount.md) + - [SavedSearchCompleteSearchResultsEntitlement](sailpoint\v2024/docs/SavedSearchCompleteSearchResultsEntitlement.md) + - [SavedSearchCompleteSearchResultsIdentity](sailpoint\v2024/docs/SavedSearchCompleteSearchResultsIdentity.md) + - [SavedSearchDetail](sailpoint\v2024/docs/SavedSearchDetail.md) + - [SavedSearchDetailFilters](sailpoint\v2024/docs/SavedSearchDetailFilters.md) + - [SavedSearchName](sailpoint\v2024/docs/SavedSearchName.md) + - [Schedule](sailpoint\v2024/docs/Schedule.md) + - [Schedule1](sailpoint\v2024/docs/Schedule1.md) + - [Schedule2](sailpoint\v2024/docs/Schedule2.md) + - [Schedule2Days](sailpoint\v2024/docs/Schedule2Days.md) + - [Schedule2Hours](sailpoint\v2024/docs/Schedule2Hours.md) + - [Schedule2Months](sailpoint\v2024/docs/Schedule2Months.md) + - [ScheduleDays](sailpoint\v2024/docs/ScheduleDays.md) + - [ScheduleHours](sailpoint\v2024/docs/ScheduleHours.md) + - [ScheduleMonths](sailpoint\v2024/docs/ScheduleMonths.md) + - [ScheduleType](sailpoint\v2024/docs/ScheduleType.md) + - [ScheduledAttributes](sailpoint\v2024/docs/ScheduledAttributes.md) + - [ScheduledSearch](sailpoint\v2024/docs/ScheduledSearch.md) + - [ScheduledSearchAllOfOwner](sailpoint\v2024/docs/ScheduledSearchAllOfOwner.md) + - [ScheduledSearchName](sailpoint\v2024/docs/ScheduledSearchName.md) + - [Scope](sailpoint\v2024/docs/Scope.md) + - [ScopeType](sailpoint\v2024/docs/ScopeType.md) + - [ScopeVisibilityType](sailpoint\v2024/docs/ScopeVisibilityType.md) + - [Search](sailpoint\v2024/docs/Search.md) + - [SearchAggregationSpecification](sailpoint\v2024/docs/SearchAggregationSpecification.md) + - [SearchArguments](sailpoint\v2024/docs/SearchArguments.md) + - [SearchAttributeConfig](sailpoint\v2024/docs/SearchAttributeConfig.md) + - [SearchExportReportArguments](sailpoint\v2024/docs/SearchExportReportArguments.md) + - [SearchFilterType](sailpoint\v2024/docs/SearchFilterType.md) + - [SearchFormDefinitionsByTenant400Response](sailpoint\v2024/docs/SearchFormDefinitionsByTenant400Response.md) + - [SearchSchedule](sailpoint\v2024/docs/SearchSchedule.md) + - [SearchScheduleRecipientsInner](sailpoint\v2024/docs/SearchScheduleRecipientsInner.md) + - [SectionDetails](sailpoint\v2024/docs/SectionDetails.md) + - [Sed](sailpoint\v2024/docs/Sed.md) + - [SedApproval](sailpoint\v2024/docs/SedApproval.md) + - [SedApprovalStatus](sailpoint\v2024/docs/SedApprovalStatus.md) + - [SedAssignee](sailpoint\v2024/docs/SedAssignee.md) + - [SedAssignment](sailpoint\v2024/docs/SedAssignment.md) + - [SedAssignmentResponse](sailpoint\v2024/docs/SedAssignmentResponse.md) + - [SedBatchRequest](sailpoint\v2024/docs/SedBatchRequest.md) + - [SedBatchResponse](sailpoint\v2024/docs/SedBatchResponse.md) + - [SedBatchStats](sailpoint\v2024/docs/SedBatchStats.md) + - [SedBatchStatus](sailpoint\v2024/docs/SedBatchStatus.md) + - [SedPatch](sailpoint\v2024/docs/SedPatch.md) + - [Segment](sailpoint\v2024/docs/Segment.md) + - [SegmentVisibilityCriteria](sailpoint\v2024/docs/SegmentVisibilityCriteria.md) + - [Selector](sailpoint\v2024/docs/Selector.md) + - [SelectorAccountMatchConfig](sailpoint\v2024/docs/SelectorAccountMatchConfig.md) + - [SelectorAccountMatchConfigMatchExpression](sailpoint\v2024/docs/SelectorAccountMatchConfigMatchExpression.md) + - [SelfImportExportDto](sailpoint\v2024/docs/SelfImportExportDto.md) + - [SendAccountVerificationRequest](sailpoint\v2024/docs/SendAccountVerificationRequest.md) + - [SendTestNotificationRequestDto](sailpoint\v2024/docs/SendTestNotificationRequestDto.md) + - [ServiceDeskIntegrationDto](sailpoint\v2024/docs/ServiceDeskIntegrationDto.md) + - [ServiceDeskIntegrationDto1](sailpoint\v2024/docs/ServiceDeskIntegrationDto1.md) + - [ServiceDeskIntegrationTemplateDto](sailpoint\v2024/docs/ServiceDeskIntegrationTemplateDto.md) + - [ServiceDeskIntegrationTemplateType](sailpoint\v2024/docs/ServiceDeskIntegrationTemplateType.md) + - [ServiceDeskSource](sailpoint\v2024/docs/ServiceDeskSource.md) + - [SetIcon200Response](sailpoint\v2024/docs/SetIcon200Response.md) + - [SetIconRequest](sailpoint\v2024/docs/SetIconRequest.md) + - [SetLifecycleState200Response](sailpoint\v2024/docs/SetLifecycleState200Response.md) + - [SetLifecycleStateRequest](sailpoint\v2024/docs/SetLifecycleStateRequest.md) + - [SimIntegrationDetails](sailpoint\v2024/docs/SimIntegrationDetails.md) + - [SimIntegrationDetailsAllOfBeforeProvisioningRule](sailpoint\v2024/docs/SimIntegrationDetailsAllOfBeforeProvisioningRule.md) + - [SlimCampaign](sailpoint\v2024/docs/SlimCampaign.md) + - [SlimDiscoveredApplications](sailpoint\v2024/docs/SlimDiscoveredApplications.md) + - [SodExemptCriteria](sailpoint\v2024/docs/SodExemptCriteria.md) + - [SodExemptCriteria1](sailpoint\v2024/docs/SodExemptCriteria1.md) + - [SodPolicy](sailpoint\v2024/docs/SodPolicy.md) + - [SodPolicyConflictingAccessCriteria](sailpoint\v2024/docs/SodPolicyConflictingAccessCriteria.md) + - [SodPolicyDto](sailpoint\v2024/docs/SodPolicyDto.md) + - [SodPolicyOwnerRef](sailpoint\v2024/docs/SodPolicyOwnerRef.md) + - [SodPolicySchedule](sailpoint\v2024/docs/SodPolicySchedule.md) + - [SodRecipient](sailpoint\v2024/docs/SodRecipient.md) + - [SodReportResultDto](sailpoint\v2024/docs/SodReportResultDto.md) + - [SodViolationCheck](sailpoint\v2024/docs/SodViolationCheck.md) + - [SodViolationCheckResult](sailpoint\v2024/docs/SodViolationCheckResult.md) + - [SodViolationCheckResult1](sailpoint\v2024/docs/SodViolationCheckResult1.md) + - [SodViolationContext](sailpoint\v2024/docs/SodViolationContext.md) + - [SodViolationContext1](sailpoint\v2024/docs/SodViolationContext1.md) + - [SodViolationContext1ConflictingAccessCriteria](sailpoint\v2024/docs/SodViolationContext1ConflictingAccessCriteria.md) + - [SodViolationContext1ConflictingAccessCriteriaLeftCriteria](sailpoint\v2024/docs/SodViolationContext1ConflictingAccessCriteriaLeftCriteria.md) + - [SodViolationContextCheckCompleted](sailpoint\v2024/docs/SodViolationContextCheckCompleted.md) + - [SodViolationContextCheckCompleted1](sailpoint\v2024/docs/SodViolationContextCheckCompleted1.md) + - [SodViolationContextConflictingAccessCriteria](sailpoint\v2024/docs/SodViolationContextConflictingAccessCriteria.md) + - [SodViolationContextConflictingAccessCriteriaLeftCriteria](sailpoint\v2024/docs/SodViolationContextConflictingAccessCriteriaLeftCriteria.md) + - [Source](sailpoint\v2024/docs/Source.md) + - [Source1](sailpoint\v2024/docs/Source1.md) + - [SourceAccountCorrelationConfig](sailpoint\v2024/docs/SourceAccountCorrelationConfig.md) + - [SourceAccountCorrelationRule](sailpoint\v2024/docs/SourceAccountCorrelationRule.md) + - [SourceAccountCreated](sailpoint\v2024/docs/SourceAccountCreated.md) + - [SourceAccountDeleted](sailpoint\v2024/docs/SourceAccountDeleted.md) + - [SourceAccountUpdated](sailpoint\v2024/docs/SourceAccountUpdated.md) + - [SourceApp](sailpoint\v2024/docs/SourceApp.md) + - [SourceAppAccountSource](sailpoint\v2024/docs/SourceAppAccountSource.md) + - [SourceAppBulkUpdateRequest](sailpoint\v2024/docs/SourceAppBulkUpdateRequest.md) + - [SourceAppCreateDto](sailpoint\v2024/docs/SourceAppCreateDto.md) + - [SourceAppCreateDtoAccountSource](sailpoint\v2024/docs/SourceAppCreateDtoAccountSource.md) + - [SourceAppPatchDto](sailpoint\v2024/docs/SourceAppPatchDto.md) + - [SourceBeforeProvisioningRule](sailpoint\v2024/docs/SourceBeforeProvisioningRule.md) + - [SourceCluster](sailpoint\v2024/docs/SourceCluster.md) + - [SourceClusterDto](sailpoint\v2024/docs/SourceClusterDto.md) + - [SourceCode](sailpoint\v2024/docs/SourceCode.md) + - [SourceCreated](sailpoint\v2024/docs/SourceCreated.md) + - [SourceCreatedActor](sailpoint\v2024/docs/SourceCreatedActor.md) + - [SourceDeleted](sailpoint\v2024/docs/SourceDeleted.md) + - [SourceDeletedActor](sailpoint\v2024/docs/SourceDeletedActor.md) + - [SourceEntitlementRequestConfig](sailpoint\v2024/docs/SourceEntitlementRequestConfig.md) + - [SourceHealthDto](sailpoint\v2024/docs/SourceHealthDto.md) + - [SourceManagementWorkgroup](sailpoint\v2024/docs/SourceManagementWorkgroup.md) + - [SourceManagerCorrelationMapping](sailpoint\v2024/docs/SourceManagerCorrelationMapping.md) + - [SourceManagerCorrelationRule](sailpoint\v2024/docs/SourceManagerCorrelationRule.md) + - [SourceOwner](sailpoint\v2024/docs/SourceOwner.md) + - [SourcePasswordPoliciesInner](sailpoint\v2024/docs/SourcePasswordPoliciesInner.md) + - [SourceSchedule](sailpoint\v2024/docs/SourceSchedule.md) + - [SourceSchemasInner](sailpoint\v2024/docs/SourceSchemasInner.md) + - [SourceSyncJob](sailpoint\v2024/docs/SourceSyncJob.md) + - [SourceSyncPayload](sailpoint\v2024/docs/SourceSyncPayload.md) + - [SourceUpdated](sailpoint\v2024/docs/SourceUpdated.md) + - [SourceUpdatedActor](sailpoint\v2024/docs/SourceUpdatedActor.md) + - [SourceUsage](sailpoint\v2024/docs/SourceUsage.md) + - [SourceUsageStatus](sailpoint\v2024/docs/SourceUsageStatus.md) + - [SpConfigExportJob](sailpoint\v2024/docs/SpConfigExportJob.md) + - [SpConfigExportJobStatus](sailpoint\v2024/docs/SpConfigExportJobStatus.md) + - [SpConfigExportResults](sailpoint\v2024/docs/SpConfigExportResults.md) + - [SpConfigImportJobStatus](sailpoint\v2024/docs/SpConfigImportJobStatus.md) + - [SpConfigImportResults](sailpoint\v2024/docs/SpConfigImportResults.md) + - [SpConfigJob](sailpoint\v2024/docs/SpConfigJob.md) + - [SpConfigMessage](sailpoint\v2024/docs/SpConfigMessage.md) + - [SpConfigMessage1](sailpoint\v2024/docs/SpConfigMessage1.md) + - [SpConfigObject](sailpoint\v2024/docs/SpConfigObject.md) + - [SpConfigRule](sailpoint\v2024/docs/SpConfigRule.md) + - [SpConfigRules](sailpoint\v2024/docs/SpConfigRules.md) + - [StandardLevel](sailpoint\v2024/docs/StandardLevel.md) + - [StartInvocationInput](sailpoint\v2024/docs/StartInvocationInput.md) + - [StatusResponse](sailpoint\v2024/docs/StatusResponse.md) + - [SubSearchAggregationSpecification](sailpoint\v2024/docs/SubSearchAggregationSpecification.md) + - [Subscription](sailpoint\v2024/docs/Subscription.md) + - [SubscriptionPatchRequestInner](sailpoint\v2024/docs/SubscriptionPatchRequestInner.md) + - [SubscriptionPatchRequestInnerValue](sailpoint\v2024/docs/SubscriptionPatchRequestInnerValue.md) + - [SubscriptionPatchRequestInnerValueAnyOfInner](sailpoint\v2024/docs/SubscriptionPatchRequestInnerValueAnyOfInner.md) + - [SubscriptionPostRequest](sailpoint\v2024/docs/SubscriptionPostRequest.md) + - [SubscriptionPutRequest](sailpoint\v2024/docs/SubscriptionPutRequest.md) + - [SubscriptionType](sailpoint\v2024/docs/SubscriptionType.md) + - [TaggedObject](sailpoint\v2024/docs/TaggedObject.md) + - [TaggedObjectDto](sailpoint\v2024/docs/TaggedObjectDto.md) + - [Target](sailpoint\v2024/docs/Target.md) + - [TaskDefinitionSummary](sailpoint\v2024/docs/TaskDefinitionSummary.md) + - [TaskResultDetails](sailpoint\v2024/docs/TaskResultDetails.md) + - [TaskResultDetailsMessagesInner](sailpoint\v2024/docs/TaskResultDetailsMessagesInner.md) + - [TaskResultDetailsReturnsInner](sailpoint\v2024/docs/TaskResultDetailsReturnsInner.md) + - [TaskResultDto](sailpoint\v2024/docs/TaskResultDto.md) + - [TaskResultResponse](sailpoint\v2024/docs/TaskResultResponse.md) + - [TaskResultSimplified](sailpoint\v2024/docs/TaskResultSimplified.md) + - [TaskReturnDetails](sailpoint\v2024/docs/TaskReturnDetails.md) + - [TaskStatus](sailpoint\v2024/docs/TaskStatus.md) + - [TaskStatusMessage](sailpoint\v2024/docs/TaskStatusMessage.md) + - [TaskStatusMessageParametersInner](sailpoint\v2024/docs/TaskStatusMessageParametersInner.md) + - [TemplateBulkDeleteDto](sailpoint\v2024/docs/TemplateBulkDeleteDto.md) + - [TemplateDto](sailpoint\v2024/docs/TemplateDto.md) + - [TemplateDtoDefault](sailpoint\v2024/docs/TemplateDtoDefault.md) + - [TemplateSlack](sailpoint\v2024/docs/TemplateSlack.md) + - [TemplateSlackAutoApprovalData](sailpoint\v2024/docs/TemplateSlackAutoApprovalData.md) + - [TemplateSlackCustomFields](sailpoint\v2024/docs/TemplateSlackCustomFields.md) + - [TemplateTeams](sailpoint\v2024/docs/TemplateTeams.md) + - [Tenant](sailpoint\v2024/docs/Tenant.md) + - [TenantConfigurationDetails](sailpoint\v2024/docs/TenantConfigurationDetails.md) + - [TenantConfigurationRequest](sailpoint\v2024/docs/TenantConfigurationRequest.md) + - [TenantConfigurationResponse](sailpoint\v2024/docs/TenantConfigurationResponse.md) + - [TenantUiMetadataItemResponse](sailpoint\v2024/docs/TenantUiMetadataItemResponse.md) + - [TenantUiMetadataItemUpdateRequest](sailpoint\v2024/docs/TenantUiMetadataItemUpdateRequest.md) + - [TestExternalExecuteWorkflow200Response](sailpoint\v2024/docs/TestExternalExecuteWorkflow200Response.md) + - [TestExternalExecuteWorkflowRequest](sailpoint\v2024/docs/TestExternalExecuteWorkflowRequest.md) + - [TestInvocation](sailpoint\v2024/docs/TestInvocation.md) + - [TestWorkflow200Response](sailpoint\v2024/docs/TestWorkflow200Response.md) + - [TestWorkflowRequest](sailpoint\v2024/docs/TestWorkflowRequest.md) + - [TextQuery](sailpoint\v2024/docs/TextQuery.md) + - [Transform](sailpoint\v2024/docs/Transform.md) + - [TransformDefinition](sailpoint\v2024/docs/TransformDefinition.md) + - [TransformRead](sailpoint\v2024/docs/TransformRead.md) + - [TranslationMessage](sailpoint\v2024/docs/TranslationMessage.md) + - [Trigger](sailpoint\v2024/docs/Trigger.md) + - [TriggerExampleInput](sailpoint\v2024/docs/TriggerExampleInput.md) + - [TriggerExampleOutput](sailpoint\v2024/docs/TriggerExampleOutput.md) + - [TriggerType](sailpoint\v2024/docs/TriggerType.md) + - [TypeAheadQuery](sailpoint\v2024/docs/TypeAheadQuery.md) + - [TypedReference](sailpoint\v2024/docs/TypedReference.md) + - [UncorrelatedAccountsReportArguments](sailpoint\v2024/docs/UncorrelatedAccountsReportArguments.md) + - [UpdateAccessProfilesInBulk412Response](sailpoint\v2024/docs/UpdateAccessProfilesInBulk412Response.md) + - [UpdateDetail](sailpoint\v2024/docs/UpdateDetail.md) + - [UsageType](sailpoint\v2024/docs/UsageType.md) + - [UserApp](sailpoint\v2024/docs/UserApp.md) + - [UserAppAccount](sailpoint\v2024/docs/UserAppAccount.md) + - [UserAppOwner](sailpoint\v2024/docs/UserAppOwner.md) + - [UserAppSource](sailpoint\v2024/docs/UserAppSource.md) + - [UserAppSourceApp](sailpoint\v2024/docs/UserAppSourceApp.md) + - [V3ConnectorDto](sailpoint\v2024/docs/V3ConnectorDto.md) + - [V3CreateConnectorDto](sailpoint\v2024/docs/V3CreateConnectorDto.md) + - [VAClusterStatusChangeEvent](sailpoint\v2024/docs/VAClusterStatusChangeEvent.md) + - [VAClusterStatusChangeEventApplication](sailpoint\v2024/docs/VAClusterStatusChangeEventApplication.md) + - [VAClusterStatusChangeEventHealthCheckResult](sailpoint\v2024/docs/VAClusterStatusChangeEventHealthCheckResult.md) + - [VAClusterStatusChangeEventPreviousHealthCheckResult](sailpoint\v2024/docs/VAClusterStatusChangeEventPreviousHealthCheckResult.md) + - [ValidateFilterInputDto](sailpoint\v2024/docs/ValidateFilterInputDto.md) + - [ValidateFilterOutputDto](sailpoint\v2024/docs/ValidateFilterOutputDto.md) + - [Value](sailpoint\v2024/docs/Value.md) + - [VendorConnectorMapping](sailpoint\v2024/docs/VendorConnectorMapping.md) + - [VendorConnectorMappingDeletedAt](sailpoint\v2024/docs/VendorConnectorMappingDeletedAt.md) + - [VendorConnectorMappingDeletedBy](sailpoint\v2024/docs/VendorConnectorMappingDeletedBy.md) + - [VendorConnectorMappingUpdatedAt](sailpoint\v2024/docs/VendorConnectorMappingUpdatedAt.md) + - [VendorConnectorMappingUpdatedBy](sailpoint\v2024/docs/VendorConnectorMappingUpdatedBy.md) + - [ViolationContext](sailpoint\v2024/docs/ViolationContext.md) + - [ViolationContextPolicy](sailpoint\v2024/docs/ViolationContextPolicy.md) + - [ViolationOwnerAssignmentConfig](sailpoint\v2024/docs/ViolationOwnerAssignmentConfig.md) + - [ViolationOwnerAssignmentConfigOwnerRef](sailpoint\v2024/docs/ViolationOwnerAssignmentConfigOwnerRef.md) + - [ViolationPrediction](sailpoint\v2024/docs/ViolationPrediction.md) + - [VisibilityCriteria](sailpoint\v2024/docs/VisibilityCriteria.md) + - [WorkItemForward](sailpoint\v2024/docs/WorkItemForward.md) + - [WorkItemState](sailpoint\v2024/docs/WorkItemState.md) + - [WorkItemStateManualWorkItems](sailpoint\v2024/docs/WorkItemStateManualWorkItems.md) + - [WorkItemTypeManualWorkItems](sailpoint\v2024/docs/WorkItemTypeManualWorkItems.md) + - [WorkItems](sailpoint\v2024/docs/WorkItems.md) + - [WorkItemsCount](sailpoint\v2024/docs/WorkItemsCount.md) + - [WorkItemsForm](sailpoint\v2024/docs/WorkItemsForm.md) + - [WorkItemsSummary](sailpoint\v2024/docs/WorkItemsSummary.md) + - [Workflow](sailpoint\v2024/docs/Workflow.md) + - [WorkflowAllOfCreator](sailpoint\v2024/docs/WorkflowAllOfCreator.md) + - [WorkflowBody](sailpoint\v2024/docs/WorkflowBody.md) + - [WorkflowBodyOwner](sailpoint\v2024/docs/WorkflowBodyOwner.md) + - [WorkflowDefinition](sailpoint\v2024/docs/WorkflowDefinition.md) + - [WorkflowExecution](sailpoint\v2024/docs/WorkflowExecution.md) + - [WorkflowExecutionEvent](sailpoint\v2024/docs/WorkflowExecutionEvent.md) + - [WorkflowLibraryAction](sailpoint\v2024/docs/WorkflowLibraryAction.md) + - [WorkflowLibraryActionExampleOutput](sailpoint\v2024/docs/WorkflowLibraryActionExampleOutput.md) + - [WorkflowLibraryFormFields](sailpoint\v2024/docs/WorkflowLibraryFormFields.md) + - [WorkflowLibraryOperator](sailpoint\v2024/docs/WorkflowLibraryOperator.md) + - [WorkflowLibraryTrigger](sailpoint\v2024/docs/WorkflowLibraryTrigger.md) + - [WorkflowModifiedBy](sailpoint\v2024/docs/WorkflowModifiedBy.md) + - [WorkflowOAuthClient](sailpoint\v2024/docs/WorkflowOAuthClient.md) + - [WorkflowTrigger](sailpoint\v2024/docs/WorkflowTrigger.md) + - [WorkflowTriggerAttributes](sailpoint\v2024/docs/WorkflowTriggerAttributes.md) + - [WorkgroupBulkDeleteRequest](sailpoint\v2024/docs/WorkgroupBulkDeleteRequest.md) + - [WorkgroupConnectionDto](sailpoint\v2024/docs/WorkgroupConnectionDto.md) + - [WorkgroupDeleteItem](sailpoint\v2024/docs/WorkgroupDeleteItem.md) + - [WorkgroupDto](sailpoint\v2024/docs/WorkgroupDto.md) + - [WorkgroupDtoOwner](sailpoint\v2024/docs/WorkgroupDtoOwner.md) + - [WorkgroupMemberAddItem](sailpoint\v2024/docs/WorkgroupMemberAddItem.md) + - [WorkgroupMemberDeleteItem](sailpoint\v2024/docs/WorkgroupMemberDeleteItem.md) diff --git a/sailpoint/v3/api/access_profiles_api.py b/sailpoint/v3/api/access_profiles_api.py index b70e8529e..c23f30cc5 100644 --- a/sailpoint/v3/api/access_profiles_api.py +++ b/sailpoint/v3/api/access_profiles_api.py @@ -273,7 +273,9 @@ def _create_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -841,7 +845,9 @@ def _delete_access_profiles_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1130,7 +1136,9 @@ def _get_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1471,7 +1479,9 @@ def _get_access_profile_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1858,7 +1868,9 @@ def _list_access_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2178,7 +2190,9 @@ def _patch_access_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/access_request_approvals_api.py b/sailpoint/v3/api/access_request_approvals_api.py index 9132ae0ec..cd54524e0 100644 --- a/sailpoint/v3/api/access_request_approvals_api.py +++ b/sailpoint/v3/api/access_request_approvals_api.py @@ -289,7 +289,9 @@ def _approve_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -595,7 +597,9 @@ def _forward_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -898,7 +902,9 @@ def _get_access_request_approval_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1244,7 +1250,9 @@ def _list_completed_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1606,7 +1614,9 @@ def _list_pending_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1919,7 +1929,9 @@ def _reject_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/access_requests_api.py b/sailpoint/v3/api/access_requests_api.py index 527b2138a..cf754d419 100644 --- a/sailpoint/v3/api/access_requests_api.py +++ b/sailpoint/v3/api/access_requests_api.py @@ -276,7 +276,9 @@ def _cancel_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _create_access_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -839,7 +843,9 @@ def _get_access_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1229,7 +1235,9 @@ def _list_access_request_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1542,7 +1550,9 @@ def _set_access_request_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/account_activities_api.py b/sailpoint/v3/api/account_activities_api.py index 012626ac9..578caf7af 100644 --- a/sailpoint/v3/api/account_activities_api.py +++ b/sailpoint/v3/api/account_activities_api.py @@ -272,7 +272,9 @@ def _get_account_activity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -638,7 +640,9 @@ def _list_account_activities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/account_usages_api.py b/sailpoint/v3/api/account_usages_api.py index 3d288efd6..1cf6b366e 100644 --- a/sailpoint/v3/api/account_usages_api.py +++ b/sailpoint/v3/api/account_usages_api.py @@ -321,7 +321,9 @@ def _get_usages_by_account_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/accounts_api.py b/sailpoint/v3/api/accounts_api.py index 39421dba1..312a94a9a 100644 --- a/sailpoint/v3/api/accounts_api.py +++ b/sailpoint/v3/api/accounts_api.py @@ -275,7 +275,9 @@ def _create_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -566,7 +568,9 @@ def _delete_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -857,7 +861,9 @@ def _disable_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1163,7 +1169,9 @@ def _enable_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1456,7 +1464,9 @@ def _get_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1773,7 +1783,9 @@ def _get_account_entitlements_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2125,7 +2137,9 @@ def _list_accounts_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2438,7 +2452,9 @@ def _put_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2731,7 +2747,9 @@ def _submit_reload_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3022,7 +3040,9 @@ def _unlock_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3329,7 +3349,9 @@ def _update_account_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/application_discovery_api.py b/sailpoint/v3/api/application_discovery_api.py index e24723ae2..ceb56fdb4 100644 --- a/sailpoint/v3/api/application_discovery_api.py +++ b/sailpoint/v3/api/application_discovery_api.py @@ -322,7 +322,9 @@ def _get_discovered_applications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -602,7 +604,9 @@ def _get_manual_discover_applications_csv_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -876,7 +880,9 @@ def _send_manual_discover_applications_csv_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/auth_users_api.py b/sailpoint/v3/api/auth_users_api.py index 800cbd6c4..ff351458c 100644 --- a/sailpoint/v3/api/auth_users_api.py +++ b/sailpoint/v3/api/auth_users_api.py @@ -273,7 +273,9 @@ def _get_auth_user_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -565,7 +567,9 @@ def _patch_auth_user_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/branding_api.py b/sailpoint/v3/api/branding_api.py index 17d05761c..a0168f57c 100644 --- a/sailpoint/v3/api/branding_api.py +++ b/sailpoint/v3/api/branding_api.py @@ -360,7 +360,9 @@ def _create_branding_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -666,7 +668,9 @@ def _delete_branding_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -945,7 +949,9 @@ def _get_branding_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1208,7 +1214,9 @@ def _get_branding_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1589,7 +1597,9 @@ def _set_branding_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/certification_campaign_filters_api.py b/sailpoint/v3/api/certification_campaign_filters_api.py index 4dbbf7769..253b7ce5d 100644 --- a/sailpoint/v3/api/certification_campaign_filters_api.py +++ b/sailpoint/v3/api/certification_campaign_filters_api.py @@ -270,7 +270,9 @@ def _create_campaign_filter_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_campaign_filters_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -853,7 +857,9 @@ def _get_campaign_filter_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1154,7 +1160,9 @@ def _list_campaign_filters_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1452,7 +1460,9 @@ def _update_campaign_filter_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/certification_campaigns_api.py b/sailpoint/v3/api/certification_campaigns_api.py index 55a63778f..eaad8d003 100644 --- a/sailpoint/v3/api/certification_campaigns_api.py +++ b/sailpoint/v3/api/certification_campaigns_api.py @@ -299,7 +299,9 @@ def _complete_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -589,7 +591,9 @@ def _create_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -877,7 +881,9 @@ def _create_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1168,7 +1174,9 @@ def _delete_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1446,7 +1454,9 @@ def _delete_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1724,7 +1734,9 @@ def _delete_campaigns_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2077,7 +2089,9 @@ def _get_active_campaigns_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2390,7 +2404,9 @@ def _get_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2672,7 +2688,9 @@ def _get_campaign_reports_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2934,7 +2952,9 @@ def _get_campaign_reports_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3210,7 +3230,9 @@ def _get_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3488,7 +3510,9 @@ def _get_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3815,7 +3839,9 @@ def _get_campaign_templates_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4124,7 +4150,9 @@ def _move_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4431,7 +4459,9 @@ def _patch_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4721,7 +4751,9 @@ def _set_campaign_reports_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5025,7 +5057,9 @@ def _set_campaign_template_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5331,7 +5365,9 @@ def _start_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5624,7 +5660,9 @@ def _start_campaign_remediation_scan_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5915,7 +5953,9 @@ def _start_campaign_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6192,7 +6232,9 @@ def _start_generate_campaign_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6484,7 +6526,9 @@ def _update_campaign_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/certification_summaries_api.py b/sailpoint/v3/api/certification_summaries_api.py index 4eb21286e..fe38dbca9 100644 --- a/sailpoint/v3/api/certification_summaries_api.py +++ b/sailpoint/v3/api/certification_summaries_api.py @@ -352,7 +352,9 @@ def _get_identity_access_summaries_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -665,7 +667,9 @@ def _get_identity_decision_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1012,7 +1016,9 @@ def _get_identity_summaries_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1323,7 +1329,9 @@ def _get_identity_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/certifications_api.py b/sailpoint/v3/api/certifications_api.py index 34b45eb1d..d1913a29e 100644 --- a/sailpoint/v3/api/certifications_api.py +++ b/sailpoint/v3/api/certifications_api.py @@ -278,7 +278,9 @@ def _get_certification_task_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -556,7 +558,9 @@ def _get_identity_certification_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -899,7 +903,9 @@ def _get_identity_certification_item_permissions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1247,7 +1253,9 @@ def _get_pending_certification_tasks_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1608,7 +1616,9 @@ def _list_certification_reviewers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2010,7 +2020,9 @@ def _list_identity_access_review_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2382,7 +2394,9 @@ def _list_identity_certifications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2696,7 +2710,9 @@ def _make_identity_decision_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3002,7 +3018,9 @@ def _reassign_identity_certifications_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3295,7 +3313,9 @@ def _sign_off_identity_certification_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3586,7 +3606,9 @@ def _submit_reassign_certs_async_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/configuration_hub_api.py b/sailpoint/v3/api/configuration_hub_api.py index 8f3efb1b8..910cf3efd 100644 --- a/sailpoint/v3/api/configuration_hub_api.py +++ b/sailpoint/v3/api/configuration_hub_api.py @@ -291,7 +291,9 @@ def _create_object_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -597,7 +599,9 @@ def _create_object_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -900,7 +904,9 @@ def _create_uploaded_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1206,7 +1212,9 @@ def _delete_object_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1486,7 +1494,9 @@ def _delete_uploaded_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1764,7 +1774,9 @@ def _get_object_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2042,7 +2054,9 @@ def _get_uploaded_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2320,7 +2334,9 @@ def _list_uploaded_configurations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2613,7 +2629,9 @@ def _update_object_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/connectors_api.py b/sailpoint/v3/api/connectors_api.py index 9017b1368..0b4b73173 100644 --- a/sailpoint/v3/api/connectors_api.py +++ b/sailpoint/v3/api/connectors_api.py @@ -276,7 +276,9 @@ def _create_custom_connector_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -567,7 +569,9 @@ def _delete_custom_connector_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -858,7 +862,9 @@ def _get_connector_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1192,7 +1198,9 @@ def _get_connector_list_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1488,7 +1496,9 @@ def _get_connector_source_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1767,7 +1777,9 @@ def _get_connector_source_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2059,7 +2071,9 @@ def _get_connector_translations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2353,7 +2367,9 @@ def _put_connector_source_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2659,7 +2675,9 @@ def _put_connector_source_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2965,7 +2983,9 @@ def _put_connector_translations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3272,7 +3292,9 @@ def _update_connector_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/global_tenant_security_settings_api.py b/sailpoint/v3/api/global_tenant_security_settings_api.py index 8a4d8de5d..64627075d 100644 --- a/sailpoint/v3/api/global_tenant_security_settings_api.py +++ b/sailpoint/v3/api/global_tenant_security_settings_api.py @@ -276,7 +276,9 @@ def _create_auth_org_network_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -554,7 +556,9 @@ def _get_auth_org_lockout_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -817,7 +821,9 @@ def _get_auth_org_network_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1080,7 +1086,9 @@ def _get_auth_org_service_provider_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1343,7 +1351,9 @@ def _get_auth_org_session_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1620,7 +1630,9 @@ def _patch_auth_org_lockout_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1912,7 +1924,9 @@ def _patch_auth_org_network_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2204,7 +2218,9 @@ def _patch_auth_org_service_provider_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2496,7 +2512,9 @@ def _patch_auth_org_session_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/identity_profiles_api.py b/sailpoint/v3/api/identity_profiles_api.py index 40cd2f822..e6f67a4e3 100644 --- a/sailpoint/v3/api/identity_profiles_api.py +++ b/sailpoint/v3/api/identity_profiles_api.py @@ -276,7 +276,9 @@ def _create_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -567,7 +569,9 @@ def _delete_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -843,7 +847,9 @@ def _delete_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1183,7 +1189,9 @@ def _export_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1479,7 +1487,9 @@ def _get_default_identity_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1757,7 +1767,9 @@ def _get_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2034,7 +2046,9 @@ def _import_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2374,7 +2388,9 @@ def _list_identity_profiles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2668,7 +2684,9 @@ def _show_identity_preview_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2959,7 +2977,9 @@ def _sync_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3251,7 +3271,9 @@ def _update_identity_profile_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/lifecycle_states_api.py b/sailpoint/v3/api/lifecycle_states_api.py index 994f6409f..0382b90e6 100644 --- a/sailpoint/v3/api/lifecycle_states_api.py +++ b/sailpoint/v3/api/lifecycle_states_api.py @@ -286,7 +286,9 @@ def _create_lifecycle_state_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -593,7 +595,9 @@ def _delete_lifecycle_state_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -887,7 +891,9 @@ def _get_lifecycle_state_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1216,7 +1222,9 @@ def _get_lifecycle_states_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1524,7 +1532,9 @@ def _set_lifecycle_state_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1844,7 +1854,9 @@ def _update_lifecycle_states_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/managed_clients_api.py b/sailpoint/v3/api/managed_clients_api.py index 3b97c04f3..2597cbf57 100644 --- a/sailpoint/v3/api/managed_clients_api.py +++ b/sailpoint/v3/api/managed_clients_api.py @@ -273,7 +273,9 @@ def _create_managed_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -561,7 +563,9 @@ def _delete_managed_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -839,7 +843,9 @@ def _get_managed_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1130,7 +1136,9 @@ def _get_managed_client_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1448,7 +1456,9 @@ def _get_managed_clients_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1754,7 +1764,9 @@ def _update_managed_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/managed_clusters_api.py b/sailpoint/v3/api/managed_clusters_api.py index 930bedfa5..55629bd94 100644 --- a/sailpoint/v3/api/managed_clusters_api.py +++ b/sailpoint/v3/api/managed_clusters_api.py @@ -273,7 +273,9 @@ def _create_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -574,7 +576,9 @@ def _delete_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -859,7 +863,9 @@ def _get_client_log_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1137,7 +1143,9 @@ def _get_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1451,7 +1459,9 @@ def _get_managed_clusters_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1756,7 +1766,9 @@ def _put_client_log_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2063,7 +2075,9 @@ def _update_managed_cluster_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/mfa_configuration_api.py b/sailpoint/v3/api/mfa_configuration_api.py index eedd9e75c..7447274af 100644 --- a/sailpoint/v3/api/mfa_configuration_api.py +++ b/sailpoint/v3/api/mfa_configuration_api.py @@ -274,7 +274,9 @@ def _delete_mfa_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -536,7 +538,9 @@ def _get_mfa_duo_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -809,7 +813,9 @@ def _get_mfa_kba_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1073,7 +1079,9 @@ def _get_mfa_okta_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1346,7 +1354,9 @@ def _set_mfa_duo_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1634,7 +1644,9 @@ def _set_mfa_okta_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1923,7 +1935,9 @@ def _set_mfakba_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2211,7 +2225,9 @@ def _test_mfa_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/mfa_controller_api.py b/sailpoint/v3/api/mfa_controller_api.py index a7fde78b3..719c9b624 100644 --- a/sailpoint/v3/api/mfa_controller_api.py +++ b/sailpoint/v3/api/mfa_controller_api.py @@ -278,7 +278,9 @@ def _create_send_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -579,7 +581,9 @@ def _ping_verification_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -869,7 +873,9 @@ def _send_duo_verify_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1158,7 +1164,9 @@ def _send_kba_answers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1446,7 +1454,9 @@ def _send_okta_verify_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1734,7 +1744,9 @@ def _send_token_auth_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/non_employee_lifecycle_management_api.py b/sailpoint/v3/api/non_employee_lifecycle_management_api.py index bf6e5b46b..9a9d0e40f 100644 --- a/sailpoint/v3/api/non_employee_lifecycle_management_api.py +++ b/sailpoint/v3/api/non_employee_lifecycle_management_api.py @@ -300,7 +300,9 @@ def _approve_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -590,7 +592,9 @@ def _create_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -878,7 +882,9 @@ def _create_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1166,7 +1172,9 @@ def _create_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1467,7 +1475,9 @@ def _create_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1757,7 +1767,9 @@ def _delete_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2032,7 +2044,9 @@ def _delete_non_employee_records_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2323,7 +2337,9 @@ def _delete_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2611,7 +2627,9 @@ def _delete_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2888,7 +2906,9 @@ def _delete_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3163,7 +3183,9 @@ def _delete_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3441,7 +3463,9 @@ def _export_non_employee_records_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3720,7 +3744,9 @@ def _export_non_employee_source_schema_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4009,7 +4035,9 @@ def _get_non_employee_approval_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4288,7 +4316,9 @@ def _get_non_employee_approval_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4563,7 +4593,9 @@ def _get_non_employee_bulk_upload_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4838,7 +4870,9 @@ def _get_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5116,7 +5150,9 @@ def _get_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5391,7 +5427,9 @@ def _get_non_employee_request_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5679,7 +5717,9 @@ def _get_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5956,7 +5996,9 @@ def _get_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6234,7 +6276,9 @@ def _get_non_employee_source_schema_attributes_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6525,7 +6569,9 @@ def _import_non_employee_records_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6880,7 +6926,9 @@ def _list_non_employee_approvals_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7229,7 +7277,9 @@ def _list_non_employee_records_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7587,7 +7637,9 @@ def _list_non_employee_requests_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7949,7 +8001,9 @@ def _list_non_employee_sources_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8263,7 +8317,9 @@ def _patch_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8583,7 +8639,9 @@ def _patch_non_employee_schema_attribute_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8889,7 +8947,9 @@ def _patch_non_employee_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9192,7 +9252,9 @@ def _reject_non_employee_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -9498,7 +9560,9 @@ def _update_non_employee_record_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/o_auth_clients_api.py b/sailpoint/v3/api/o_auth_clients_api.py index 8a28c3a3d..3cbdd2963 100644 --- a/sailpoint/v3/api/o_auth_clients_api.py +++ b/sailpoint/v3/api/o_auth_clients_api.py @@ -272,7 +272,9 @@ def _create_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -841,7 +845,9 @@ def _get_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1116,7 +1122,9 @@ def _list_oauth_clients_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1410,7 +1418,9 @@ def _patch_oauth_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/password_configuration_api.py b/sailpoint/v3/api/password_configuration_api.py index 62ea20f27..70bd2e458 100644 --- a/sailpoint/v3/api/password_configuration_api.py +++ b/sailpoint/v3/api/password_configuration_api.py @@ -266,7 +266,9 @@ def _create_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -541,7 +543,9 @@ def _get_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -814,7 +818,9 @@ def _put_password_org_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/password_dictionary_api.py b/sailpoint/v3/api/password_dictionary_api.py index 45b966dd5..5fef9f480 100644 --- a/sailpoint/v3/api/password_dictionary_api.py +++ b/sailpoint/v3/api/password_dictionary_api.py @@ -257,7 +257,9 @@ def _get_password_dictionary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -537,7 +539,9 @@ def _put_password_dictionary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/password_management_api.py b/sailpoint/v3/api/password_management_api.py index e7235f7bf..b3bb6c8a8 100644 --- a/sailpoint/v3/api/password_management_api.py +++ b/sailpoint/v3/api/password_management_api.py @@ -275,7 +275,9 @@ def _get_password_change_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -551,7 +553,9 @@ def _query_password_info_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -838,7 +842,9 @@ def _set_password_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/password_policies_api.py b/sailpoint/v3/api/password_policies_api.py index a3f16c622..ef39252c4 100644 --- a/sailpoint/v3/api/password_policies_api.py +++ b/sailpoint/v3/api/password_policies_api.py @@ -272,7 +272,9 @@ def _create_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -841,7 +845,9 @@ def _get_password_policy_by_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1142,7 +1148,9 @@ def _list_password_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1443,7 +1451,9 @@ def _set_password_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/password_sync_groups_api.py b/sailpoint/v3/api/password_sync_groups_api.py index d473b7ba7..1b021af94 100644 --- a/sailpoint/v3/api/password_sync_groups_api.py +++ b/sailpoint/v3/api/password_sync_groups_api.py @@ -269,7 +269,9 @@ def _create_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -557,7 +559,9 @@ def _delete_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -835,7 +839,9 @@ def _get_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1136,7 +1142,9 @@ def _get_password_sync_groups_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1437,7 +1445,9 @@ def _update_password_sync_group_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/personal_access_tokens_api.py b/sailpoint/v3/api/personal_access_tokens_api.py index a6d479597..979a13968 100644 --- a/sailpoint/v3/api/personal_access_tokens_api.py +++ b/sailpoint/v3/api/personal_access_tokens_api.py @@ -272,7 +272,9 @@ def _create_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -563,7 +565,9 @@ def _delete_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -851,7 +855,9 @@ def _list_personal_access_tokens_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1149,7 +1155,9 @@ def _patch_personal_access_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/public_identities_api.py b/sailpoint/v3/api/public_identities_api.py index 64e265f12..cde0d2bd3 100644 --- a/sailpoint/v3/api/public_identities_api.py +++ b/sailpoint/v3/api/public_identities_api.py @@ -334,7 +334,9 @@ def _get_public_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/public_identities_config_api.py b/sailpoint/v3/api/public_identities_config_api.py index adc355803..b0d9f70ee 100644 --- a/sailpoint/v3/api/public_identities_config_api.py +++ b/sailpoint/v3/api/public_identities_config_api.py @@ -253,7 +253,9 @@ def _get_public_identity_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -526,7 +528,9 @@ def _update_public_identity_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/reports_data_extraction_api.py b/sailpoint/v3/api/reports_data_extraction_api.py index 96d850114..796c696a4 100644 --- a/sailpoint/v3/api/reports_data_extraction_api.py +++ b/sailpoint/v3/api/reports_data_extraction_api.py @@ -271,7 +271,9 @@ def _cancel_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -588,7 +590,9 @@ def _get_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -890,7 +894,9 @@ def _get_report_result_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1169,7 +1175,9 @@ def _start_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/requestable_objects_api.py b/sailpoint/v3/api/requestable_objects_api.py index 9b23c55a8..503e085a5 100644 --- a/sailpoint/v3/api/requestable_objects_api.py +++ b/sailpoint/v3/api/requestable_objects_api.py @@ -377,7 +377,9 @@ def _list_requestable_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/roles_api.py b/sailpoint/v3/api/roles_api.py index 13a688500..f0aee2b96 100644 --- a/sailpoint/v3/api/roles_api.py +++ b/sailpoint/v3/api/roles_api.py @@ -273,7 +273,9 @@ def _create_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -561,7 +563,9 @@ def _delete_bulk_roles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -849,7 +853,9 @@ def _delete_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1124,7 +1130,9 @@ def _get_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1461,7 +1469,9 @@ def _get_role_assigned_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1847,7 +1857,9 @@ def _list_roles_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2166,7 +2178,9 @@ def _patch_role_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/saved_search_api.py b/sailpoint/v3/api/saved_search_api.py index 335dc8483..4369302d4 100644 --- a/sailpoint/v3/api/saved_search_api.py +++ b/sailpoint/v3/api/saved_search_api.py @@ -271,7 +271,9 @@ def _create_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -853,7 +857,9 @@ def _execute_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1146,7 +1152,9 @@ def _get_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1460,7 +1468,9 @@ def _list_saved_searches_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1762,7 +1772,9 @@ def _put_saved_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/scheduled_search_api.py b/sailpoint/v3/api/scheduled_search_api.py index 3e2a471cd..ad5d4e740 100644 --- a/sailpoint/v3/api/scheduled_search_api.py +++ b/sailpoint/v3/api/scheduled_search_api.py @@ -274,7 +274,9 @@ def _create_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -565,7 +567,9 @@ def _delete_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -843,7 +847,9 @@ def _get_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1160,7 +1166,9 @@ def _list_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1456,7 +1464,9 @@ def _unsubscribe_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1762,7 +1772,9 @@ def _update_scheduled_search_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/search_api.py b/sailpoint/v3/api/search_api.py index 8b7a58235..41aa00b26 100644 --- a/sailpoint/v3/api/search_api.py +++ b/sailpoint/v3/api/search_api.py @@ -309,7 +309,9 @@ def _search_aggregate_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -610,7 +612,9 @@ def _search_count_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -914,7 +918,9 @@ def _search_get_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1230,7 +1236,9 @@ def _search_post_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/search_attribute_configuration_api.py b/sailpoint/v3/api/search_attribute_configuration_api.py index e2e1a93b9..8133875a5 100644 --- a/sailpoint/v3/api/search_attribute_configuration_api.py +++ b/sailpoint/v3/api/search_attribute_configuration_api.py @@ -273,7 +273,9 @@ def _create_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -826,7 +830,9 @@ def _get_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1105,7 +1111,9 @@ def _get_single_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1397,7 +1405,9 @@ def _patch_search_attribute_config_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/segments_api.py b/sailpoint/v3/api/segments_api.py index f689fa161..9aae00057 100644 --- a/sailpoint/v3/api/segments_api.py +++ b/sailpoint/v3/api/segments_api.py @@ -269,7 +269,9 @@ def _create_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -561,7 +563,9 @@ def _delete_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -840,7 +844,9 @@ def _get_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1142,7 +1148,9 @@ def _list_segments_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1445,7 +1453,9 @@ def _patch_segment_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/service_desk_integration_api.py b/sailpoint/v3/api/service_desk_integration_api.py index ba77ee570..5ababdc62 100644 --- a/sailpoint/v3/api/service_desk_integration_api.py +++ b/sailpoint/v3/api/service_desk_integration_api.py @@ -276,7 +276,9 @@ def _create_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -567,7 +569,9 @@ def _delete_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -845,7 +849,9 @@ def _get_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1123,7 +1129,9 @@ def _get_service_desk_integration_template_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1388,7 +1396,9 @@ def _get_service_desk_integration_types_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1716,7 +1726,9 @@ def _get_service_desk_integrations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1999,7 +2011,9 @@ def _get_status_check_details_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2288,7 +2302,9 @@ def _patch_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2594,7 +2610,9 @@ def _put_service_desk_integration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2887,7 +2905,9 @@ def _update_status_check_details_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/sod_policies_api.py b/sailpoint/v3/api/sod_policies_api.py index ff2dc766a..e07643f39 100644 --- a/sailpoint/v3/api/sod_policies_api.py +++ b/sailpoint/v3/api/sod_policies_api.py @@ -273,7 +273,9 @@ def _create_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -577,7 +579,9 @@ def _delete_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -859,7 +863,9 @@ def _delete_sod_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1150,7 +1156,9 @@ def _get_custom_violation_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1431,7 +1439,9 @@ def _get_default_violation_report_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1694,7 +1704,9 @@ def _get_sod_all_report_run_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1970,7 +1982,9 @@ def _get_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2245,7 +2259,9 @@ def _get_sod_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2523,7 +2539,9 @@ def _get_sod_violation_report_run_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2801,7 +2819,9 @@ def _get_sod_violation_report_status_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3128,7 +3148,9 @@ def _list_sod_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3438,7 +3460,9 @@ def _patch_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3741,7 +3765,9 @@ def _put_policy_schedule_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4047,7 +4073,9 @@ def _put_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4337,7 +4365,9 @@ def _start_evaluate_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4612,7 +4642,9 @@ def _start_sod_all_policies_for_org_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4903,7 +4935,9 @@ def _start_sod_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/sod_violations_api.py b/sailpoint/v3/api/sod_violations_api.py index 6d9994421..7a2878813 100644 --- a/sailpoint/v3/api/sod_violations_api.py +++ b/sailpoint/v3/api/sod_violations_api.py @@ -272,7 +272,9 @@ def _start_predict_sod_violations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _start_violation_check_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/source_usages_api.py b/sailpoint/v3/api/source_usages_api.py index cba35389d..e6231e89d 100644 --- a/sailpoint/v3/api/source_usages_api.py +++ b/sailpoint/v3/api/source_usages_api.py @@ -270,7 +270,9 @@ def _get_status_by_source_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -597,7 +599,9 @@ def _get_usages_by_source_id_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/sources_api.py b/sailpoint/v3/api/sources_api.py index 2991db117..320d49dd8 100644 --- a/sailpoint/v3/api/sources_api.py +++ b/sailpoint/v3/api/sources_api.py @@ -292,7 +292,9 @@ def _create_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -595,7 +597,9 @@ def _create_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -900,7 +904,9 @@ def _create_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1206,7 +1212,9 @@ def _delete_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1487,7 +1495,9 @@ def _delete_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1775,7 +1785,9 @@ def _delete_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2055,7 +2067,9 @@ def _get_accounts_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2347,7 +2361,9 @@ def _get_entitlements_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2643,7 +2659,9 @@ def _get_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2924,7 +2942,9 @@ def _get_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3202,7 +3222,9 @@ def _get_source_connections_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3480,7 +3502,9 @@ def _get_source_health_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3771,7 +3795,9 @@ def _get_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4077,7 +4103,9 @@ def _get_source_schemas_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4373,7 +4401,9 @@ def _import_accounts_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4676,7 +4706,9 @@ def _import_connector_file_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4992,7 +5024,9 @@ def _import_entitlements_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5289,7 +5323,9 @@ def _list_provisioning_policies_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5646,7 +5682,9 @@ def _list_sources_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5977,7 +6015,9 @@ def _put_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6286,7 +6326,9 @@ def _put_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6605,7 +6647,9 @@ def _put_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6914,7 +6958,9 @@ def _update_provisioning_policies_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7235,7 +7281,9 @@ def _update_provisioning_policy_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7545,7 +7593,9 @@ def _update_source_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7865,7 +7915,9 @@ def _update_source_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/tagged_objects_api.py b/sailpoint/v3/api/tagged_objects_api.py index e585c3bcc..5b1b0e34c 100644 --- a/sailpoint/v3/api/tagged_objects_api.py +++ b/sailpoint/v3/api/tagged_objects_api.py @@ -285,7 +285,9 @@ def _delete_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_tags_to_many_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -864,7 +868,9 @@ def _get_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1180,7 +1186,9 @@ def _list_tagged_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1521,7 +1529,9 @@ def _list_tagged_objects_by_type_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1838,7 +1848,9 @@ def _put_tagged_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2130,7 +2142,9 @@ def _set_tag_to_object_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2418,7 +2432,9 @@ def _set_tags_to_many_objects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/transforms_api.py b/sailpoint/v3/api/transforms_api.py index 72223e245..99af72fb8 100644 --- a/sailpoint/v3/api/transforms_api.py +++ b/sailpoint/v3/api/transforms_api.py @@ -273,7 +273,9 @@ def _create_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -564,7 +566,9 @@ def _delete_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -842,7 +846,9 @@ def _get_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1172,7 +1178,9 @@ def _list_transforms_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1481,7 +1489,9 @@ def _update_transform_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/vendor_connector_mappings_api.py b/sailpoint/v3/api/vendor_connector_mappings_api.py index a0b742fd1..5150b66f7 100644 --- a/sailpoint/v3/api/vendor_connector_mappings_api.py +++ b/sailpoint/v3/api/vendor_connector_mappings_api.py @@ -271,7 +271,9 @@ def _create_vendor_connector_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,7 +564,9 @@ def _delete_vendor_connector_mapping_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -840,7 +844,9 @@ def _get_vendor_connector_mappings_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/work_items_api.py b/sailpoint/v3/api/work_items_api.py index fa73b1f5b..d350935e6 100644 --- a/sailpoint/v3/api/work_items_api.py +++ b/sailpoint/v3/api/work_items_api.py @@ -288,7 +288,9 @@ def _approve_approval_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -568,7 +570,9 @@ def _approve_approval_items_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -846,7 +850,9 @@ def _complete_work_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1160,7 +1166,9 @@ def _get_completed_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1449,7 +1457,9 @@ def _get_count_completed_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1726,7 +1736,9 @@ def _get_count_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2003,7 +2015,9 @@ def _get_work_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2278,7 +2292,9 @@ def _get_work_items_summary_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2594,7 +2610,9 @@ def _list_work_items_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2899,7 +2917,9 @@ def _reject_approval_item_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3179,7 +3199,9 @@ def _reject_approval_items_in_bulk_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3467,7 +3489,9 @@ def _send_work_item_forward_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3773,7 +3797,9 @@ def _submit_account_selection_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api/workflows_api.py b/sailpoint/v3/api/workflows_api.py index 1895aff57..17c5a31e6 100644 --- a/sailpoint/v3/api/workflows_api.py +++ b/sailpoint/v3/api/workflows_api.py @@ -288,7 +288,9 @@ def _cancel_workflow_execution_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -576,7 +578,9 @@ def _create_external_execute_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -866,7 +870,9 @@ def _create_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1154,7 +1160,9 @@ def _create_workflow_external_trigger_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1429,7 +1437,9 @@ def _delete_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1704,7 +1714,9 @@ def _get_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1982,7 +1994,9 @@ def _get_workflow_execution_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2260,7 +2274,9 @@ def _get_workflow_execution_history_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2590,7 +2606,9 @@ def _get_workflow_executions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2894,7 +2912,9 @@ def _list_complete_workflow_library_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3201,7 +3221,9 @@ def _list_workflow_library_actions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3473,7 +3495,9 @@ def _list_workflow_library_operators_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3772,7 +3796,9 @@ def _list_workflow_library_triggers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4044,7 +4070,9 @@ def _list_workflows_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4331,7 +4359,9 @@ def _patch_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4634,7 +4664,9 @@ def _put_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4937,7 +4969,9 @@ def _test_external_execute_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5240,7 +5274,9 @@ def _test_workflow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters diff --git a/sailpoint/v3/api_client.py b/sailpoint/v3/api_client.py index 9d179b1f0..477e6e477 100644 --- a/sailpoint/v3/api_client.py +++ b/sailpoint/v3/api_client.py @@ -538,7 +538,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, str(value)) for value in v) + new_params.extend((k, quote(str(value))) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -556,7 +556,10 @@ def parameters_to_url_query(self, params, collection_formats): return "&".join(["=".join(map(str, item)) for item in new_params]) - def files_parameters(self, files: Dict[str, Union[str, bytes]]): + def files_parameters( + self, + files: Dict[str, Union[str, bytes, List[str], List[bytes], Tuple[str, bytes]]], + ): """Builds form parameters. :param files: File parameters. @@ -571,6 +574,12 @@ def files_parameters(self, files: Dict[str, Union[str, bytes]]): elif isinstance(v, bytes): filename = k filedata = v + elif isinstance(v, tuple): + filename, filedata = v + elif isinstance(v, list): + for file_param in v: + params.extend(self.files_parameters({k: file_param})) + continue else: raise ValueError("Unsupported file value") mimetype = ( diff --git a/sailpoint/v3/configuration.py b/sailpoint/v3/configuration.py index d7dc8030c..a4538ea60 100644 --- a/sailpoint/v3/configuration.py +++ b/sailpoint/v3/configuration.py @@ -13,14 +13,16 @@ import copy +import http.client as httplib import logging from logging import FileHandler import multiprocessing import sys -from typing import Optional +from typing import Any, ClassVar, Dict, List, Literal, Optional, TypedDict +from typing_extensions import NotRequired, Self + import urllib3 -import http.client as httplib JSON_SCHEMA_VALIDATION_KEYWORDS = { 'multipleOf', 'maximum', 'exclusiveMaximum', @@ -28,6 +30,109 @@ 'minLength', 'pattern', 'maxItems', 'minItems' } +ServerVariablesT = Dict[str, str] + +GenericAuthSetting = TypedDict( + "GenericAuthSetting", + { + "type": str, + "in": str, + "key": str, + "value": str, + }, +) + + +OAuth2AuthSetting = TypedDict( + "OAuth2AuthSetting", + { + "type": Literal["oauth2"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +APIKeyAuthSetting = TypedDict( + "APIKeyAuthSetting", + { + "type": Literal["api_key"], + "in": str, + "key": str, + "value": Optional[str], + }, +) + + +BasicAuthSetting = TypedDict( + "BasicAuthSetting", + { + "type": Literal["basic"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": Optional[str], + }, +) + + +BearerFormatAuthSetting = TypedDict( + "BearerFormatAuthSetting", + { + "type": Literal["bearer"], + "in": Literal["header"], + "format": Literal["JWT"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +BearerAuthSetting = TypedDict( + "BearerAuthSetting", + { + "type": Literal["bearer"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +HTTPSignatureAuthSetting = TypedDict( + "HTTPSignatureAuthSetting", + { + "type": Literal["http-signature"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": None, + }, +) + + +AuthSettings = TypedDict( + "AuthSettings", + { + "userAuth": OAuth2AuthSetting, + "userAuth": OAuth2AuthSetting, + "applicationAuth": OAuth2AuthSetting, + }, + total=False, +) + + +class HostSettingVariable(TypedDict): + description: str + default_value: str + enum_values: List[str] + + +class HostSetting(TypedDict): + url: str + description: str + variables: NotRequired[Dict[str, HostSettingVariable]] + + class Configuration: """This class contains various settings of the API client. @@ -62,20 +167,26 @@ class Configuration: :Example: """ - _default = None - - def __init__(self, host=None, - api_key=None, api_key_prefix=None, - username=None, password=None, - access_token=None, - server_index=None, server_variables=None, - server_operation_index=None, server_operation_variables=None, - ignore_operation_servers=False, - ssl_ca_cert=None, - retries=None, - *, - debug: Optional[bool] = None - ) -> None: + _default: ClassVar[Optional[Self]] = None + + def __init__( + self, + host: Optional[str]=None, + api_key: Optional[Dict[str, str]]=None, + api_key_prefix: Optional[Dict[str, str]]=None, + username: Optional[str]=None, + password: Optional[str]=None, + access_token: Optional[str]=None, + server_index: Optional[int]=None, + server_variables: Optional[ServerVariablesT]=None, + server_operation_index: Optional[Dict[int, int]]=None, + server_operation_variables: Optional[Dict[int, ServerVariablesT]]=None, + ignore_operation_servers: bool=False, + ssl_ca_cert: Optional[str]=None, + retries: Optional[int] = None, + *, + debug: Optional[bool] = None, + ) -> None: """Constructor """ self._base_path = "https://sailpoint.api.identitynow.com/v3" if host is None else host @@ -199,7 +310,7 @@ def __init__(self, host=None, """date format """ - def __deepcopy__(self, memo): + def __deepcopy__(self, memo: Dict[int, Any]) -> Self: cls = self.__class__ result = cls.__new__(cls) memo[id(self)] = result @@ -213,11 +324,11 @@ def __deepcopy__(self, memo): result.debug = self.debug return result - def __setattr__(self, name, value): + def __setattr__(self, name: str, value: Any) -> None: object.__setattr__(self, name, value) @classmethod - def set_default(cls, default): + def set_default(cls, default: Optional[Self]) -> None: """Set default instance of configuration. It stores default configuration, which can be @@ -228,7 +339,7 @@ def set_default(cls, default): cls._default = default @classmethod - def get_default_copy(cls): + def get_default_copy(cls) -> Self: """Deprecated. Please use `get_default` instead. Deprecated. Please use `get_default` instead. @@ -238,7 +349,7 @@ def get_default_copy(cls): return cls.get_default() @classmethod - def get_default(cls): + def get_default(cls) -> Self: """Return the default configuration. This method returns newly created, based on default constructor, @@ -248,11 +359,11 @@ def get_default(cls): :return: The configuration object. """ if cls._default is None: - cls._default = Configuration() + cls._default = cls() return cls._default @property - def logger_file(self): + def logger_file(self) -> Optional[str]: """The logger file. If the logger_file is None, then add stream handler and remove file @@ -264,7 +375,7 @@ def logger_file(self): return self.__logger_file @logger_file.setter - def logger_file(self, value): + def logger_file(self, value: Optional[str]) -> None: """The logger file. If the logger_file is None, then add stream handler and remove file @@ -283,7 +394,7 @@ def logger_file(self, value): logger.addHandler(self.logger_file_handler) @property - def debug(self): + def debug(self) -> bool: """Debug status :param value: The debug status, True or False. @@ -292,7 +403,7 @@ def debug(self): return self.__debug @debug.setter - def debug(self, value): + def debug(self, value: bool) -> None: """Debug status :param value: The debug status, True or False. @@ -314,7 +425,7 @@ def debug(self, value): httplib.HTTPConnection.debuglevel = 0 @property - def logger_format(self): + def logger_format(self) -> str: """The logger format. The logger_formatter will be updated when sets logger_format. @@ -325,7 +436,7 @@ def logger_format(self): return self.__logger_format @logger_format.setter - def logger_format(self, value): + def logger_format(self, value: str) -> None: """The logger format. The logger_formatter will be updated when sets logger_format. @@ -336,7 +447,7 @@ def logger_format(self, value): self.__logger_format = value self.logger_formatter = logging.Formatter(self.__logger_format) - def get_api_key_with_prefix(self, identifier, alias=None): + def get_api_key_with_prefix(self, identifier: str, alias: Optional[str]=None) -> Optional[str]: """Gets API key (with prefix if set). :param identifier: The identifier of apiKey. @@ -353,7 +464,9 @@ def get_api_key_with_prefix(self, identifier, alias=None): else: return key - def get_basic_auth_token(self): + return None + + def get_basic_auth_token(self) -> Optional[str]: """Gets HTTP basic authentication header (string). :return: The token for basic HTTP authentication. @@ -368,12 +481,12 @@ def get_basic_auth_token(self): basic_auth=username + ':' + password ).get('authorization') - def auth_settings(self): + def auth_settings(self)-> AuthSettings: """Gets Auth Settings dict for api client. :return: The Auth Settings information dict. """ - auth = {} + auth: AuthSettings = {} if self.access_token is not None: auth['userAuth'] = { 'type': 'oauth2', @@ -397,7 +510,7 @@ def auth_settings(self): } return auth - def to_debug_report(self): + def to_debug_report(self) -> str: """Gets the essential information for debugging. :return: The report for debugging. @@ -409,7 +522,7 @@ def to_debug_report(self): "SDK Package Version: 1.2.5".\ format(env=sys.platform, pyversion=sys.version) - def get_host_settings(self): + def get_host_settings(self) -> List[HostSetting]: """Gets an array of host settings :return: An array of host settings @@ -437,7 +550,12 @@ def get_host_settings(self): } ] - def get_host_from_settings(self, index, variables=None, servers=None): + def get_host_from_settings( + self, + index: Optional[int], + variables: Optional[ServerVariablesT]=None, + servers: Optional[List[HostSetting]]=None, + ) -> str: """Gets host URL based on the index and variables :param index: array index of the host settings :param variables: hash of variable and the corresponding value @@ -477,12 +595,12 @@ def get_host_from_settings(self, index, variables=None, servers=None): return url @property - def host(self): + def host(self) -> str: """Return generated host.""" return self.get_host_from_settings(self.server_index, variables=self.server_variables) @host.setter - def host(self, value): + def host(self, value: str) -> None: """Fix base path.""" self._base_path = value self.server_index = None diff --git a/sailpoint/v3/exceptions.py b/sailpoint/v3/exceptions.py index aa92a9d9f..e2102f9c1 100644 --- a/sailpoint/v3/exceptions.py +++ b/sailpoint/v3/exceptions.py @@ -150,6 +150,13 @@ def from_response( if http_resp.status == 404: raise NotFoundException(http_resp=http_resp, body=body, data=data) + # Added new conditions for 409 and 422 + if http_resp.status == 409: + raise ConflictException(http_resp=http_resp, body=body, data=data) + + if http_resp.status == 422: + raise UnprocessableEntityException(http_resp=http_resp, body=body, data=data) + if 500 <= http_resp.status <= 599: raise ServiceException(http_resp=http_resp, body=body, data=data) raise ApiException(http_resp=http_resp, body=body, data=data) @@ -188,6 +195,16 @@ class ServiceException(ApiException): pass +class ConflictException(ApiException): + """Exception for HTTP 409 Conflict.""" + pass + + +class UnprocessableEntityException(ApiException): + """Exception for HTTP 422 Unprocessable Entity.""" + pass + + def render_path(path_to_item): """Returns a string representation of a path""" result = "" diff --git a/sailpoint/v3/models/access.py b/sailpoint/v3/models/access.py index 9f5ae580c..e12e339c0 100644 --- a/sailpoint/v3/models/access.py +++ b/sailpoint/v3/models/access.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_constraint.py b/sailpoint/v3/models/access_constraint.py index 84577b552..a40ed7208 100644 --- a/sailpoint/v3/models/access_constraint.py +++ b/sailpoint/v3/models/access_constraint.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_criteria.py b/sailpoint/v3/models/access_criteria.py index bccb097d4..bd5858df7 100644 --- a/sailpoint/v3/models/access_criteria.py +++ b/sailpoint/v3/models/access_criteria.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_criteria_criteria_list_inner.py b/sailpoint/v3/models/access_criteria_criteria_list_inner.py index 3dfc4a58d..cdf166fc6 100644 --- a/sailpoint/v3/models/access_criteria_criteria_list_inner.py +++ b/sailpoint/v3/models/access_criteria_criteria_list_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_item_requested_for.py b/sailpoint/v3/models/access_item_requested_for.py index e4dd0e6fe..b68083146 100644 --- a/sailpoint/v3/models/access_item_requested_for.py +++ b/sailpoint/v3/models/access_item_requested_for.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_item_requester.py b/sailpoint/v3/models/access_item_requester.py index 58fc5f57a..87e868db0 100644 --- a/sailpoint/v3/models/access_item_requester.py +++ b/sailpoint/v3/models/access_item_requester.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_item_reviewed_by.py b/sailpoint/v3/models/access_item_reviewed_by.py index 37b2b4de5..8246bb65a 100644 --- a/sailpoint/v3/models/access_item_reviewed_by.py +++ b/sailpoint/v3/models/access_item_reviewed_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile.py b/sailpoint/v3/models/access_profile.py index 624fa095b..aece015c1 100644 --- a/sailpoint/v3/models/access_profile.py +++ b/sailpoint/v3/models/access_profile.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_approval_scheme.py b/sailpoint/v3/models/access_profile_approval_scheme.py index bf6aaa43d..5482b2f72 100644 --- a/sailpoint/v3/models/access_profile_approval_scheme.py +++ b/sailpoint/v3/models/access_profile_approval_scheme.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_bulk_delete_request.py b/sailpoint/v3/models/access_profile_bulk_delete_request.py index b94e8d38d..59d5b769e 100644 --- a/sailpoint/v3/models/access_profile_bulk_delete_request.py +++ b/sailpoint/v3/models/access_profile_bulk_delete_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_bulk_delete_response.py b/sailpoint/v3/models/access_profile_bulk_delete_response.py index e6b92e2f1..e2eb82db5 100644 --- a/sailpoint/v3/models/access_profile_bulk_delete_response.py +++ b/sailpoint/v3/models/access_profile_bulk_delete_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_document.py b/sailpoint/v3/models/access_profile_document.py index 16059fc67..65e4a785f 100644 --- a/sailpoint/v3/models/access_profile_document.py +++ b/sailpoint/v3/models/access_profile_document.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_document_all_of_source.py b/sailpoint/v3/models/access_profile_document_all_of_source.py index 8438ee423..618787c0d 100644 --- a/sailpoint/v3/models/access_profile_document_all_of_source.py +++ b/sailpoint/v3/models/access_profile_document_all_of_source.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_entitlement.py b/sailpoint/v3/models/access_profile_entitlement.py index 0a4a9781f..6e128d7ee 100644 --- a/sailpoint/v3/models/access_profile_entitlement.py +++ b/sailpoint/v3/models/access_profile_entitlement.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_ref.py b/sailpoint/v3/models/access_profile_ref.py index 0ec4b77d8..0b115294b 100644 --- a/sailpoint/v3/models/access_profile_ref.py +++ b/sailpoint/v3/models/access_profile_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_role.py b/sailpoint/v3/models/access_profile_role.py index da10bfffb..034f61b1f 100644 --- a/sailpoint/v3/models/access_profile_role.py +++ b/sailpoint/v3/models/access_profile_role.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_source_ref.py b/sailpoint/v3/models/access_profile_source_ref.py index 8263edd87..3adee51af 100644 --- a/sailpoint/v3/models/access_profile_source_ref.py +++ b/sailpoint/v3/models/access_profile_source_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_summary.py b/sailpoint/v3/models/access_profile_summary.py index 152a6429d..2f35e5994 100644 --- a/sailpoint/v3/models/access_profile_summary.py +++ b/sailpoint/v3/models/access_profile_summary.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_usage.py b/sailpoint/v3/models/access_profile_usage.py index 67a4e6d7e..1b11750af 100644 --- a/sailpoint/v3/models/access_profile_usage.py +++ b/sailpoint/v3/models/access_profile_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_profile_usage_used_by_inner.py b/sailpoint/v3/models/access_profile_usage_used_by_inner.py index b6320e238..2a841ba08 100644 --- a/sailpoint/v3/models/access_profile_usage_used_by_inner.py +++ b/sailpoint/v3/models/access_profile_usage_used_by_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_request.py b/sailpoint/v3/models/access_request.py index 0fbc24c43..5cb90f635 100644 --- a/sailpoint/v3/models/access_request.py +++ b/sailpoint/v3/models/access_request.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_request_config.py b/sailpoint/v3/models/access_request_config.py index 73a3076a0..f668ff2ff 100644 --- a/sailpoint/v3/models/access_request_config.py +++ b/sailpoint/v3/models/access_request_config.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_request_item.py b/sailpoint/v3/models/access_request_item.py index fe19904d0..6e4e11dd3 100644 --- a/sailpoint/v3/models/access_request_item.py +++ b/sailpoint/v3/models/access_request_item.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_request_phases.py b/sailpoint/v3/models/access_request_phases.py index 8425ced75..6bbade498 100644 --- a/sailpoint/v3/models/access_request_phases.py +++ b/sailpoint/v3/models/access_request_phases.py @@ -68,8 +68,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_request_response.py b/sailpoint/v3/models/access_request_response.py index c0f4d34d4..a8a17f246 100644 --- a/sailpoint/v3/models/access_request_response.py +++ b/sailpoint/v3/models/access_request_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_request_tracking.py b/sailpoint/v3/models/access_request_tracking.py index f3c56bbcf..07a508a92 100644 --- a/sailpoint/v3/models/access_request_tracking.py +++ b/sailpoint/v3/models/access_request_tracking.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_review_item.py b/sailpoint/v3/models/access_review_item.py index 07850e31f..1fe834136 100644 --- a/sailpoint/v3/models/access_review_item.py +++ b/sailpoint/v3/models/access_review_item.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_review_reassignment.py b/sailpoint/v3/models/access_review_reassignment.py index c68973f73..49d5eb098 100644 --- a/sailpoint/v3/models/access_review_reassignment.py +++ b/sailpoint/v3/models/access_review_reassignment.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_summary.py b/sailpoint/v3/models/access_summary.py index 40f5db2d4..d732bfcd2 100644 --- a/sailpoint/v3/models/access_summary.py +++ b/sailpoint/v3/models/access_summary.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/access_summary_access.py b/sailpoint/v3/models/access_summary_access.py index d8a2606bd..496e0e977 100644 --- a/sailpoint/v3/models/access_summary_access.py +++ b/sailpoint/v3/models/access_summary_access.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account.py b/sailpoint/v3/models/account.py index 874e9a4af..367590b0b 100644 --- a/sailpoint/v3/models/account.py +++ b/sailpoint/v3/models/account.py @@ -82,8 +82,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_action.py b/sailpoint/v3/models/account_action.py index 56f91ec22..f3183a7ce 100644 --- a/sailpoint/v3/models/account_action.py +++ b/sailpoint/v3/models/account_action.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_activity.py b/sailpoint/v3/models/account_activity.py index fc87fb513..f367f4a18 100644 --- a/sailpoint/v3/models/account_activity.py +++ b/sailpoint/v3/models/account_activity.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_activity_document.py b/sailpoint/v3/models/account_activity_document.py index faf0fa635..844b4c8d1 100644 --- a/sailpoint/v3/models/account_activity_document.py +++ b/sailpoint/v3/models/account_activity_document.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_activity_item.py b/sailpoint/v3/models/account_activity_item.py index 18530de18..37695aca6 100644 --- a/sailpoint/v3/models/account_activity_item.py +++ b/sailpoint/v3/models/account_activity_item.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_activity_searched_item.py b/sailpoint/v3/models/account_activity_searched_item.py index 92f2b6299..1e784d174 100644 --- a/sailpoint/v3/models/account_activity_searched_item.py +++ b/sailpoint/v3/models/account_activity_searched_item.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_attributes.py b/sailpoint/v3/models/account_attributes.py index a455525cf..1fed6569c 100644 --- a/sailpoint/v3/models/account_attributes.py +++ b/sailpoint/v3/models/account_attributes.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_attributes_create.py b/sailpoint/v3/models/account_attributes_create.py index 22a2fa31d..4ef618f49 100644 --- a/sailpoint/v3/models/account_attributes_create.py +++ b/sailpoint/v3/models/account_attributes_create.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_attributes_create_attributes.py b/sailpoint/v3/models/account_attributes_create_attributes.py index 2acc521e9..e7b699f26 100644 --- a/sailpoint/v3/models/account_attributes_create_attributes.py +++ b/sailpoint/v3/models/account_attributes_create_attributes.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_request.py b/sailpoint/v3/models/account_request.py index 7e9930bb5..1391faa8c 100644 --- a/sailpoint/v3/models/account_request.py +++ b/sailpoint/v3/models/account_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_request_info.py b/sailpoint/v3/models/account_request_info.py index 1d45e66ec..72dc1dc73 100644 --- a/sailpoint/v3/models/account_request_info.py +++ b/sailpoint/v3/models/account_request_info.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_request_result.py b/sailpoint/v3/models/account_request_result.py index 7d8d3248d..3ae884ba2 100644 --- a/sailpoint/v3/models/account_request_result.py +++ b/sailpoint/v3/models/account_request_result.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_source.py b/sailpoint/v3/models/account_source.py index 1d286c28c..ea719da53 100644 --- a/sailpoint/v3/models/account_source.py +++ b/sailpoint/v3/models/account_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_toggle_request.py b/sailpoint/v3/models/account_toggle_request.py index 63d21bf63..398ae864f 100644 --- a/sailpoint/v3/models/account_toggle_request.py +++ b/sailpoint/v3/models/account_toggle_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_unlock_request.py b/sailpoint/v3/models/account_unlock_request.py index 59d6ed160..41b800065 100644 --- a/sailpoint/v3/models/account_unlock_request.py +++ b/sailpoint/v3/models/account_unlock_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/account_usage.py b/sailpoint/v3/models/account_usage.py index 3a7658181..1074adf6c 100644 --- a/sailpoint/v3/models/account_usage.py +++ b/sailpoint/v3/models/account_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/accounts_async_result.py b/sailpoint/v3/models/accounts_async_result.py index ac4ae9805..783a87b10 100644 --- a/sailpoint/v3/models/accounts_async_result.py +++ b/sailpoint/v3/models/accounts_async_result.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/accounts_export_report_arguments.py b/sailpoint/v3/models/accounts_export_report_arguments.py index dec8d902e..ef68e9e42 100644 --- a/sailpoint/v3/models/accounts_export_report_arguments.py +++ b/sailpoint/v3/models/accounts_export_report_arguments.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/activate_campaign_options.py b/sailpoint/v3/models/activate_campaign_options.py index 26d3811bf..6117f2fe3 100644 --- a/sailpoint/v3/models/activate_campaign_options.py +++ b/sailpoint/v3/models/activate_campaign_options.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/activity_insights.py b/sailpoint/v3/models/activity_insights.py index 4b807f992..62186ffdc 100644 --- a/sailpoint/v3/models/activity_insights.py +++ b/sailpoint/v3/models/activity_insights.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/admin_review_reassign.py b/sailpoint/v3/models/admin_review_reassign.py index 4ae94b83c..81c08484e 100644 --- a/sailpoint/v3/models/admin_review_reassign.py +++ b/sailpoint/v3/models/admin_review_reassign.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/admin_review_reassign_reassign_to.py b/sailpoint/v3/models/admin_review_reassign_reassign_to.py index 9f5fc7879..93409eeb2 100644 --- a/sailpoint/v3/models/admin_review_reassign_reassign_to.py +++ b/sailpoint/v3/models/admin_review_reassign_reassign_to.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/aggregation_result.py b/sailpoint/v3/models/aggregation_result.py index ce8a08c34..71a97ca88 100644 --- a/sailpoint/v3/models/aggregation_result.py +++ b/sailpoint/v3/models/aggregation_result.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/aggregations.py b/sailpoint/v3/models/aggregations.py index 2abbf9674..04922c9a0 100644 --- a/sailpoint/v3/models/aggregations.py +++ b/sailpoint/v3/models/aggregations.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/app.py b/sailpoint/v3/models/app.py index 216d09963..bfb559d9f 100644 --- a/sailpoint/v3/models/app.py +++ b/sailpoint/v3/models/app.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/app_all_of_account.py b/sailpoint/v3/models/app_all_of_account.py index de36604ea..52a72cdfd 100644 --- a/sailpoint/v3/models/app_all_of_account.py +++ b/sailpoint/v3/models/app_all_of_account.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval.py b/sailpoint/v3/models/approval.py index 5efafee10..18a2a1a8d 100644 --- a/sailpoint/v3/models/approval.py +++ b/sailpoint/v3/models/approval.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_comment.py b/sailpoint/v3/models/approval_comment.py index fb502df64..81a3ca73b 100644 --- a/sailpoint/v3/models/approval_comment.py +++ b/sailpoint/v3/models/approval_comment.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_forward_history.py b/sailpoint/v3/models/approval_forward_history.py index c934d1131..16eb3ae24 100644 --- a/sailpoint/v3/models/approval_forward_history.py +++ b/sailpoint/v3/models/approval_forward_history.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_item_details.py b/sailpoint/v3/models/approval_item_details.py index 67eba4def..cef912d4d 100644 --- a/sailpoint/v3/models/approval_item_details.py +++ b/sailpoint/v3/models/approval_item_details.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_items.py b/sailpoint/v3/models/approval_items.py index 57956208c..b0da485c7 100644 --- a/sailpoint/v3/models/approval_items.py +++ b/sailpoint/v3/models/approval_items.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_reminder_and_escalation_config.py b/sailpoint/v3/models/approval_reminder_and_escalation_config.py index 7d76c7aad..a33fbfb75 100644 --- a/sailpoint/v3/models/approval_reminder_and_escalation_config.py +++ b/sailpoint/v3/models/approval_reminder_and_escalation_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_scheme_for_role.py b/sailpoint/v3/models/approval_scheme_for_role.py index f10649f72..89c1fe6ab 100644 --- a/sailpoint/v3/models/approval_scheme_for_role.py +++ b/sailpoint/v3/models/approval_scheme_for_role.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_status_dto.py b/sailpoint/v3/models/approval_status_dto.py index 05b06e5f1..da5d35771 100644 --- a/sailpoint/v3/models/approval_status_dto.py +++ b/sailpoint/v3/models/approval_status_dto.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_status_dto_current_owner.py b/sailpoint/v3/models/approval_status_dto_current_owner.py index f4113ec1a..d3f17c21d 100644 --- a/sailpoint/v3/models/approval_status_dto_current_owner.py +++ b/sailpoint/v3/models/approval_status_dto_current_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_status_dto_original_owner.py b/sailpoint/v3/models/approval_status_dto_original_owner.py index 6fde394d7..97ef62974 100644 --- a/sailpoint/v3/models/approval_status_dto_original_owner.py +++ b/sailpoint/v3/models/approval_status_dto_original_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/approval_summary.py b/sailpoint/v3/models/approval_summary.py index 1f66533b7..11fc03c57 100644 --- a/sailpoint/v3/models/approval_summary.py +++ b/sailpoint/v3/models/approval_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/attribute_definition.py b/sailpoint/v3/models/attribute_definition.py index a55d9c4e7..4cb524f68 100644 --- a/sailpoint/v3/models/attribute_definition.py +++ b/sailpoint/v3/models/attribute_definition.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/attribute_definition_schema.py b/sailpoint/v3/models/attribute_definition_schema.py index 1544b78dc..835d1757a 100644 --- a/sailpoint/v3/models/attribute_definition_schema.py +++ b/sailpoint/v3/models/attribute_definition_schema.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/attribute_dto.py b/sailpoint/v3/models/attribute_dto.py index a34785ae9..622230c1e 100644 --- a/sailpoint/v3/models/attribute_dto.py +++ b/sailpoint/v3/models/attribute_dto.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/attribute_dto_list.py b/sailpoint/v3/models/attribute_dto_list.py index 358d1b68a..3b378f243 100644 --- a/sailpoint/v3/models/attribute_dto_list.py +++ b/sailpoint/v3/models/attribute_dto_list.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/attribute_request.py b/sailpoint/v3/models/attribute_request.py index a342d1e37..773e1a4e5 100644 --- a/sailpoint/v3/models/attribute_request.py +++ b/sailpoint/v3/models/attribute_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/attribute_value_dto.py b/sailpoint/v3/models/attribute_value_dto.py index 9e9cc840f..b42de2c0f 100644 --- a/sailpoint/v3/models/attribute_value_dto.py +++ b/sailpoint/v3/models/attribute_value_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/auth_user.py b/sailpoint/v3/models/auth_user.py index f29977277..2111d3a7c 100644 --- a/sailpoint/v3/models/auth_user.py +++ b/sailpoint/v3/models/auth_user.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/backup_options.py b/sailpoint/v3/models/backup_options.py index 5e3d6a75c..ac3880632 100644 --- a/sailpoint/v3/models/backup_options.py +++ b/sailpoint/v3/models/backup_options.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/backup_response.py b/sailpoint/v3/models/backup_response.py index 7e2178f6a..0fb2b0aaf 100644 --- a/sailpoint/v3/models/backup_response.py +++ b/sailpoint/v3/models/backup_response.py @@ -110,8 +110,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_access.py b/sailpoint/v3/models/base_access.py index 4e1c2855c..0c3e12b52 100644 --- a/sailpoint/v3/models/base_access.py +++ b/sailpoint/v3/models/base_access.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_access_all_of_owner.py b/sailpoint/v3/models/base_access_all_of_owner.py index 0af7b947d..6f71f87f4 100644 --- a/sailpoint/v3/models/base_access_all_of_owner.py +++ b/sailpoint/v3/models/base_access_all_of_owner.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_access_profile.py b/sailpoint/v3/models/base_access_profile.py index bead10a4f..baae63b2f 100644 --- a/sailpoint/v3/models/base_access_profile.py +++ b/sailpoint/v3/models/base_access_profile.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_account.py b/sailpoint/v3/models/base_account.py index 9264086a7..fcfd221d1 100644 --- a/sailpoint/v3/models/base_account.py +++ b/sailpoint/v3/models/base_account.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_common_dto.py b/sailpoint/v3/models/base_common_dto.py index 466d64593..2b6dd7fa3 100644 --- a/sailpoint/v3/models/base_common_dto.py +++ b/sailpoint/v3/models/base_common_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_document.py b/sailpoint/v3/models/base_document.py index aa954649f..a3cb2374d 100644 --- a/sailpoint/v3/models/base_document.py +++ b/sailpoint/v3/models/base_document.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_entitlement.py b/sailpoint/v3/models/base_entitlement.py index 6419a3bb0..1d3859afa 100644 --- a/sailpoint/v3/models/base_entitlement.py +++ b/sailpoint/v3/models/base_entitlement.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_reference_dto.py b/sailpoint/v3/models/base_reference_dto.py index e78fe4959..399d04aea 100644 --- a/sailpoint/v3/models/base_reference_dto.py +++ b/sailpoint/v3/models/base_reference_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/base_segment.py b/sailpoint/v3/models/base_segment.py index 1ff81ad3d..bc2fa6253 100644 --- a/sailpoint/v3/models/base_segment.py +++ b/sailpoint/v3/models/base_segment.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/before_provisioning_rule_dto.py b/sailpoint/v3/models/before_provisioning_rule_dto.py index 00b1de868..ebf1a149a 100644 --- a/sailpoint/v3/models/before_provisioning_rule_dto.py +++ b/sailpoint/v3/models/before_provisioning_rule_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/bound.py b/sailpoint/v3/models/bound.py index 5b738f484..7227114dd 100644 --- a/sailpoint/v3/models/bound.py +++ b/sailpoint/v3/models/bound.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/branding_item.py b/sailpoint/v3/models/branding_item.py index 6b6636b8b..490557111 100644 --- a/sailpoint/v3/models/branding_item.py +++ b/sailpoint/v3/models/branding_item.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/branding_item_create.py b/sailpoint/v3/models/branding_item_create.py index 312c73edb..cf31c4781 100644 --- a/sailpoint/v3/models/branding_item_create.py +++ b/sailpoint/v3/models/branding_item_create.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/bucket_aggregation.py b/sailpoint/v3/models/bucket_aggregation.py index 955bf0aaa..ad620e4b9 100644 --- a/sailpoint/v3/models/bucket_aggregation.py +++ b/sailpoint/v3/models/bucket_aggregation.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/bulk_add_tagged_object.py b/sailpoint/v3/models/bulk_add_tagged_object.py index feb8ff32c..8daaa3116 100644 --- a/sailpoint/v3/models/bulk_add_tagged_object.py +++ b/sailpoint/v3/models/bulk_add_tagged_object.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/bulk_remove_tagged_object.py b/sailpoint/v3/models/bulk_remove_tagged_object.py index b72308a32..975524bf2 100644 --- a/sailpoint/v3/models/bulk_remove_tagged_object.py +++ b/sailpoint/v3/models/bulk_remove_tagged_object.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/bulk_tagged_object_response.py b/sailpoint/v3/models/bulk_tagged_object_response.py index 913b07189..1ef266a87 100644 --- a/sailpoint/v3/models/bulk_tagged_object_response.py +++ b/sailpoint/v3/models/bulk_tagged_object_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign.py b/sailpoint/v3/models/campaign.py index 13005ae13..c58418b8d 100644 --- a/sailpoint/v3/models/campaign.py +++ b/sailpoint/v3/models/campaign.py @@ -109,8 +109,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_alert.py b/sailpoint/v3/models/campaign_alert.py index 5939516cd..f3a05c768 100644 --- a/sailpoint/v3/models/campaign_alert.py +++ b/sailpoint/v3/models/campaign_alert.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_all_of_filter.py b/sailpoint/v3/models/campaign_all_of_filter.py index 2972a3811..c4607301d 100644 --- a/sailpoint/v3/models/campaign_all_of_filter.py +++ b/sailpoint/v3/models/campaign_all_of_filter.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_all_of_machine_account_campaign_info.py b/sailpoint/v3/models/campaign_all_of_machine_account_campaign_info.py index 24739d421..8285a4caa 100644 --- a/sailpoint/v3/models/campaign_all_of_machine_account_campaign_info.py +++ b/sailpoint/v3/models/campaign_all_of_machine_account_campaign_info.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_all_of_role_composition_campaign_info.py b/sailpoint/v3/models/campaign_all_of_role_composition_campaign_info.py index 555c9e1a8..c7022eea2 100644 --- a/sailpoint/v3/models/campaign_all_of_role_composition_campaign_info.py +++ b/sailpoint/v3/models/campaign_all_of_role_composition_campaign_info.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_all_of_role_composition_campaign_info_remediator_ref.py b/sailpoint/v3/models/campaign_all_of_role_composition_campaign_info_remediator_ref.py index 9adc6fe7f..0edff605b 100644 --- a/sailpoint/v3/models/campaign_all_of_role_composition_campaign_info_remediator_ref.py +++ b/sailpoint/v3/models/campaign_all_of_role_composition_campaign_info_remediator_ref.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_all_of_search_campaign_info.py b/sailpoint/v3/models/campaign_all_of_search_campaign_info.py index 9b9107f92..80727e91b 100644 --- a/sailpoint/v3/models/campaign_all_of_search_campaign_info.py +++ b/sailpoint/v3/models/campaign_all_of_search_campaign_info.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_all_of_search_campaign_info_reviewer.py b/sailpoint/v3/models/campaign_all_of_search_campaign_info_reviewer.py index a6500afbe..0e3358c60 100644 --- a/sailpoint/v3/models/campaign_all_of_search_campaign_info_reviewer.py +++ b/sailpoint/v3/models/campaign_all_of_search_campaign_info_reviewer.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_all_of_source_owner_campaign_info.py b/sailpoint/v3/models/campaign_all_of_source_owner_campaign_info.py index a2ef8121a..85cd65229 100644 --- a/sailpoint/v3/models/campaign_all_of_source_owner_campaign_info.py +++ b/sailpoint/v3/models/campaign_all_of_source_owner_campaign_info.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_all_of_sources_with_orphan_entitlements.py b/sailpoint/v3/models/campaign_all_of_sources_with_orphan_entitlements.py index e59aeeab4..fc9ccff24 100644 --- a/sailpoint/v3/models/campaign_all_of_sources_with_orphan_entitlements.py +++ b/sailpoint/v3/models/campaign_all_of_sources_with_orphan_entitlements.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_complete_options.py b/sailpoint/v3/models/campaign_complete_options.py index b2da7d1b6..11326b6b5 100644 --- a/sailpoint/v3/models/campaign_complete_options.py +++ b/sailpoint/v3/models/campaign_complete_options.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_filter_details.py b/sailpoint/v3/models/campaign_filter_details.py index 42a4b93c8..064fc657a 100644 --- a/sailpoint/v3/models/campaign_filter_details.py +++ b/sailpoint/v3/models/campaign_filter_details.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_filter_details_criteria_list_inner.py b/sailpoint/v3/models/campaign_filter_details_criteria_list_inner.py index 4deb8b3fe..f976f24c5 100644 --- a/sailpoint/v3/models/campaign_filter_details_criteria_list_inner.py +++ b/sailpoint/v3/models/campaign_filter_details_criteria_list_inner.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_reference.py b/sailpoint/v3/models/campaign_reference.py index 0da377caa..12c3f52d1 100644 --- a/sailpoint/v3/models/campaign_reference.py +++ b/sailpoint/v3/models/campaign_reference.py @@ -76,8 +76,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_report.py b/sailpoint/v3/models/campaign_report.py index dbda536d5..51410cba7 100644 --- a/sailpoint/v3/models/campaign_report.py +++ b/sailpoint/v3/models/campaign_report.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_reports_config.py b/sailpoint/v3/models/campaign_reports_config.py index 532c2d574..c8579e66d 100644 --- a/sailpoint/v3/models/campaign_reports_config.py +++ b/sailpoint/v3/models/campaign_reports_config.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_template.py b/sailpoint/v3/models/campaign_template.py index f92fd8d09..63990834b 100644 --- a/sailpoint/v3/models/campaign_template.py +++ b/sailpoint/v3/models/campaign_template.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaign_template_owner_ref.py b/sailpoint/v3/models/campaign_template_owner_ref.py index a8dbfeb5d..ad83e3976 100644 --- a/sailpoint/v3/models/campaign_template_owner_ref.py +++ b/sailpoint/v3/models/campaign_template_owner_ref.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/campaigns_delete_request.py b/sailpoint/v3/models/campaigns_delete_request.py index cf8db08df..c65822344 100644 --- a/sailpoint/v3/models/campaigns_delete_request.py +++ b/sailpoint/v3/models/campaigns_delete_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/cancel_access_request.py b/sailpoint/v3/models/cancel_access_request.py index f9f47206f..b5344e31f 100644 --- a/sailpoint/v3/models/cancel_access_request.py +++ b/sailpoint/v3/models/cancel_access_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/cancelled_request_details.py b/sailpoint/v3/models/cancelled_request_details.py index b09c34cf0..6301b415e 100644 --- a/sailpoint/v3/models/cancelled_request_details.py +++ b/sailpoint/v3/models/cancelled_request_details.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/certification.py b/sailpoint/v3/models/certification.py index b4cda6bf4..1caf218cc 100644 --- a/sailpoint/v3/models/certification.py +++ b/sailpoint/v3/models/certification.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/certification_identity_summary.py b/sailpoint/v3/models/certification_identity_summary.py index 9cb4905f2..ce49f2306 100644 --- a/sailpoint/v3/models/certification_identity_summary.py +++ b/sailpoint/v3/models/certification_identity_summary.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/certification_reference.py b/sailpoint/v3/models/certification_reference.py index 7c0824208..72a76ee35 100644 --- a/sailpoint/v3/models/certification_reference.py +++ b/sailpoint/v3/models/certification_reference.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/certification_task.py b/sailpoint/v3/models/certification_task.py index f92008967..82ee0cc43 100644 --- a/sailpoint/v3/models/certification_task.py +++ b/sailpoint/v3/models/certification_task.py @@ -82,8 +82,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/client_log_configuration.py b/sailpoint/v3/models/client_log_configuration.py index c61ed11b7..0ca2f6f9b 100644 --- a/sailpoint/v3/models/client_log_configuration.py +++ b/sailpoint/v3/models/client_log_configuration.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: @@ -91,7 +91,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "durationMinutes": obj.get("durationMinutes") if obj.get("durationMinutes") is not None else 240, "expiration": obj.get("expiration"), "rootLevel": obj.get("rootLevel"), - "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) + "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) if obj.get("logLevels") is not None else None }) return _obj diff --git a/sailpoint/v3/models/client_log_configuration_duration_minutes.py b/sailpoint/v3/models/client_log_configuration_duration_minutes.py index 069295fcf..c6d997dc7 100644 --- a/sailpoint/v3/models/client_log_configuration_duration_minutes.py +++ b/sailpoint/v3/models/client_log_configuration_duration_minutes.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: @@ -88,7 +88,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "clientId": obj.get("clientId"), "durationMinutes": obj.get("durationMinutes") if obj.get("durationMinutes") is not None else 240, "rootLevel": obj.get("rootLevel"), - "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) + "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) if obj.get("logLevels") is not None else None }) return _obj diff --git a/sailpoint/v3/models/client_log_configuration_expiration.py b/sailpoint/v3/models/client_log_configuration_expiration.py index 71fb0370e..bd6ec56c8 100644 --- a/sailpoint/v3/models/client_log_configuration_expiration.py +++ b/sailpoint/v3/models/client_log_configuration_expiration.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: @@ -88,7 +88,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "clientId": obj.get("clientId"), "expiration": obj.get("expiration"), "rootLevel": obj.get("rootLevel"), - "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) + "logLevels": dict((_k, _v) for _k, _v in obj.get("logLevels").items()) if obj.get("logLevels") is not None else None }) return _obj diff --git a/sailpoint/v3/models/column.py b/sailpoint/v3/models/column.py index 9409b0f9f..94d24a3d2 100644 --- a/sailpoint/v3/models/column.py +++ b/sailpoint/v3/models/column.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/comment.py b/sailpoint/v3/models/comment.py index 946bc278a..ed175fefe 100644 --- a/sailpoint/v3/models/comment.py +++ b/sailpoint/v3/models/comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/comment_dto.py b/sailpoint/v3/models/comment_dto.py index 61f238b2c..b8af8edcf 100644 --- a/sailpoint/v3/models/comment_dto.py +++ b/sailpoint/v3/models/comment_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/comment_dto_author.py b/sailpoint/v3/models/comment_dto_author.py index 089ca0f96..5b687b5b2 100644 --- a/sailpoint/v3/models/comment_dto_author.py +++ b/sailpoint/v3/models/comment_dto_author.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/completed_approval.py b/sailpoint/v3/models/completed_approval.py index bd91251d3..b6867d426 100644 --- a/sailpoint/v3/models/completed_approval.py +++ b/sailpoint/v3/models/completed_approval.py @@ -78,8 +78,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/completed_approval_pre_approval_trigger_result.py b/sailpoint/v3/models/completed_approval_pre_approval_trigger_result.py index 7dc4c7beb..6b18a3a9d 100644 --- a/sailpoint/v3/models/completed_approval_pre_approval_trigger_result.py +++ b/sailpoint/v3/models/completed_approval_pre_approval_trigger_result.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/completed_approval_requester_comment.py b/sailpoint/v3/models/completed_approval_requester_comment.py index 95593f350..e29fd0355 100644 --- a/sailpoint/v3/models/completed_approval_requester_comment.py +++ b/sailpoint/v3/models/completed_approval_requester_comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/completed_approval_reviewer_comment.py b/sailpoint/v3/models/completed_approval_reviewer_comment.py index 30c8b11a8..1e2165fd9 100644 --- a/sailpoint/v3/models/completed_approval_reviewer_comment.py +++ b/sailpoint/v3/models/completed_approval_reviewer_comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/conflicting_access_criteria.py b/sailpoint/v3/models/conflicting_access_criteria.py index 762640be4..80b0ea0fe 100644 --- a/sailpoint/v3/models/conflicting_access_criteria.py +++ b/sailpoint/v3/models/conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/connector_detail.py b/sailpoint/v3/models/connector_detail.py index 31793c8a2..d12fc3a50 100644 --- a/sailpoint/v3/models/connector_detail.py +++ b/sailpoint/v3/models/connector_detail.py @@ -67,8 +67,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_external_execute_workflow200_response.py b/sailpoint/v3/models/create_external_execute_workflow200_response.py index 559043340..5e9e95799 100644 --- a/sailpoint/v3/models/create_external_execute_workflow200_response.py +++ b/sailpoint/v3/models/create_external_execute_workflow200_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_external_execute_workflow_request.py b/sailpoint/v3/models/create_external_execute_workflow_request.py index 12640a8f0..4ae57878e 100644 --- a/sailpoint/v3/models/create_external_execute_workflow_request.py +++ b/sailpoint/v3/models/create_external_execute_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_o_auth_client_request.py b/sailpoint/v3/models/create_o_auth_client_request.py index d69853d9d..e20b5109e 100644 --- a/sailpoint/v3/models/create_o_auth_client_request.py +++ b/sailpoint/v3/models/create_o_auth_client_request.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_o_auth_client_response.py b/sailpoint/v3/models/create_o_auth_client_response.py index 6924c07ed..9953ebda6 100644 --- a/sailpoint/v3/models/create_o_auth_client_response.py +++ b/sailpoint/v3/models/create_o_auth_client_response.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_personal_access_token_request.py b/sailpoint/v3/models/create_personal_access_token_request.py index b98a8f380..fe8156159 100644 --- a/sailpoint/v3/models/create_personal_access_token_request.py +++ b/sailpoint/v3/models/create_personal_access_token_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_personal_access_token_response.py b/sailpoint/v3/models/create_personal_access_token_response.py index 32528b1da..e098c2e07 100644 --- a/sailpoint/v3/models/create_personal_access_token_response.py +++ b/sailpoint/v3/models/create_personal_access_token_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_saved_search_request.py b/sailpoint/v3/models/create_saved_search_request.py index 82bd6c588..d25b315bc 100644 --- a/sailpoint/v3/models/create_saved_search_request.py +++ b/sailpoint/v3/models/create_saved_search_request.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_scheduled_search_request.py b/sailpoint/v3/models/create_scheduled_search_request.py index b98968457..e56f7614b 100644 --- a/sailpoint/v3/models/create_scheduled_search_request.py +++ b/sailpoint/v3/models/create_scheduled_search_request.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_uploaded_configuration_request.py b/sailpoint/v3/models/create_uploaded_configuration_request.py index b51cf43ff..6e6021620 100644 --- a/sailpoint/v3/models/create_uploaded_configuration_request.py +++ b/sailpoint/v3/models/create_uploaded_configuration_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/create_workflow_request.py b/sailpoint/v3/models/create_workflow_request.py index 919259700..1b98d776d 100644 --- a/sailpoint/v3/models/create_workflow_request.py +++ b/sailpoint/v3/models/create_workflow_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/data_access.py b/sailpoint/v3/models/data_access.py index 599612742..bcee8d70f 100644 --- a/sailpoint/v3/models/data_access.py +++ b/sailpoint/v3/models/data_access.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/data_access_categories_inner.py b/sailpoint/v3/models/data_access_categories_inner.py index 1995152a7..9f3e4e3dc 100644 --- a/sailpoint/v3/models/data_access_categories_inner.py +++ b/sailpoint/v3/models/data_access_categories_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/data_access_impact_score.py b/sailpoint/v3/models/data_access_impact_score.py index 02ce0d86a..86150b40e 100644 --- a/sailpoint/v3/models/data_access_impact_score.py +++ b/sailpoint/v3/models/data_access_impact_score.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/data_access_policies_inner.py b/sailpoint/v3/models/data_access_policies_inner.py index 9fb21c4d4..45ebf87d9 100644 --- a/sailpoint/v3/models/data_access_policies_inner.py +++ b/sailpoint/v3/models/data_access_policies_inner.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/delete_non_employee_records_in_bulk_request.py b/sailpoint/v3/models/delete_non_employee_records_in_bulk_request.py index b1c0e4658..d1855efdf 100644 --- a/sailpoint/v3/models/delete_non_employee_records_in_bulk_request.py +++ b/sailpoint/v3/models/delete_non_employee_records_in_bulk_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/delete_source202_response.py b/sailpoint/v3/models/delete_source202_response.py index 0241478c6..33f6fbf45 100644 --- a/sailpoint/v3/models/delete_source202_response.py +++ b/sailpoint/v3/models/delete_source202_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/delete_vendor_connector_mapping200_response.py b/sailpoint/v3/models/delete_vendor_connector_mapping200_response.py index 54104e50b..2292fc655 100644 --- a/sailpoint/v3/models/delete_vendor_connector_mapping200_response.py +++ b/sailpoint/v3/models/delete_vendor_connector_mapping200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/dependant_app_connections.py b/sailpoint/v3/models/dependant_app_connections.py index 4d0cb6a7e..d766b801a 100644 --- a/sailpoint/v3/models/dependant_app_connections.py +++ b/sailpoint/v3/models/dependant_app_connections.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/dependant_app_connections_account_source.py b/sailpoint/v3/models/dependant_app_connections_account_source.py index f8631ef32..615b66de6 100644 --- a/sailpoint/v3/models/dependant_app_connections_account_source.py +++ b/sailpoint/v3/models/dependant_app_connections_account_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/dependant_app_connections_account_source_password_policies_inner.py b/sailpoint/v3/models/dependant_app_connections_account_source_password_policies_inner.py index 41fa2f048..3ae77b2cc 100644 --- a/sailpoint/v3/models/dependant_app_connections_account_source_password_policies_inner.py +++ b/sailpoint/v3/models/dependant_app_connections_account_source_password_policies_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/dependant_connections_missing_dto.py b/sailpoint/v3/models/dependant_connections_missing_dto.py index a2e0a6a71..839077573 100644 --- a/sailpoint/v3/models/dependant_connections_missing_dto.py +++ b/sailpoint/v3/models/dependant_connections_missing_dto.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/dimension_ref.py b/sailpoint/v3/models/dimension_ref.py index d305a788a..0bff88eff 100644 --- a/sailpoint/v3/models/dimension_ref.py +++ b/sailpoint/v3/models/dimension_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/display_reference.py b/sailpoint/v3/models/display_reference.py index ec7041bb5..51b4d446e 100644 --- a/sailpoint/v3/models/display_reference.py +++ b/sailpoint/v3/models/display_reference.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/duo_verification_request.py b/sailpoint/v3/models/duo_verification_request.py index 97ea37432..19e079c1e 100644 --- a/sailpoint/v3/models/duo_verification_request.py +++ b/sailpoint/v3/models/duo_verification_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/email_notification_option.py b/sailpoint/v3/models/email_notification_option.py index 0d650917c..16411adb4 100644 --- a/sailpoint/v3/models/email_notification_option.py +++ b/sailpoint/v3/models/email_notification_option.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement.py b/sailpoint/v3/models/entitlement.py index fc87fd83a..4c80c72eb 100644 --- a/sailpoint/v3/models/entitlement.py +++ b/sailpoint/v3/models/entitlement.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement_document.py b/sailpoint/v3/models/entitlement_document.py index ee6f82015..51ac156cc 100644 --- a/sailpoint/v3/models/entitlement_document.py +++ b/sailpoint/v3/models/entitlement_document.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement_document_all_of_source.py b/sailpoint/v3/models/entitlement_document_all_of_source.py index ed8314e5c..64a7ed3ac 100644 --- a/sailpoint/v3/models/entitlement_document_all_of_source.py +++ b/sailpoint/v3/models/entitlement_document_all_of_source.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement_dto.py b/sailpoint/v3/models/entitlement_dto.py index e84231765..af13df69b 100644 --- a/sailpoint/v3/models/entitlement_dto.py +++ b/sailpoint/v3/models/entitlement_dto.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement_ref.py b/sailpoint/v3/models/entitlement_ref.py index 172aed770..4d97eabf2 100644 --- a/sailpoint/v3/models/entitlement_ref.py +++ b/sailpoint/v3/models/entitlement_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement_ref1.py b/sailpoint/v3/models/entitlement_ref1.py index 20341b005..ea33251f7 100644 --- a/sailpoint/v3/models/entitlement_ref1.py +++ b/sailpoint/v3/models/entitlement_ref1.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement_request_config.py b/sailpoint/v3/models/entitlement_request_config.py index 6f74a01f1..76be40e4f 100644 --- a/sailpoint/v3/models/entitlement_request_config.py +++ b/sailpoint/v3/models/entitlement_request_config.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement_source.py b/sailpoint/v3/models/entitlement_source.py index 2bfeb36d2..ff8c21f83 100644 --- a/sailpoint/v3/models/entitlement_source.py +++ b/sailpoint/v3/models/entitlement_source.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/entitlement_summary.py b/sailpoint/v3/models/entitlement_summary.py index c0e620e80..afe2a1bcc 100644 --- a/sailpoint/v3/models/entitlement_summary.py +++ b/sailpoint/v3/models/entitlement_summary.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/error_message_dto.py b/sailpoint/v3/models/error_message_dto.py index 5d33a576b..f89e19a63 100644 --- a/sailpoint/v3/models/error_message_dto.py +++ b/sailpoint/v3/models/error_message_dto.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/error_response_dto.py b/sailpoint/v3/models/error_response_dto.py index 4b046e346..a72f3402e 100644 --- a/sailpoint/v3/models/error_response_dto.py +++ b/sailpoint/v3/models/error_response_dto.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/event.py b/sailpoint/v3/models/event.py index 86ce8bc14..9f22c6480 100644 --- a/sailpoint/v3/models/event.py +++ b/sailpoint/v3/models/event.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/event_attributes.py b/sailpoint/v3/models/event_attributes.py index 39a5a73fd..5281cbb36 100644 --- a/sailpoint/v3/models/event_attributes.py +++ b/sailpoint/v3/models/event_attributes.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/event_document.py b/sailpoint/v3/models/event_document.py index a1316ee0e..6ceee74c3 100644 --- a/sailpoint/v3/models/event_document.py +++ b/sailpoint/v3/models/event_document.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/exception_access_criteria.py b/sailpoint/v3/models/exception_access_criteria.py index 87b183fb2..b1b00de9d 100644 --- a/sailpoint/v3/models/exception_access_criteria.py +++ b/sailpoint/v3/models/exception_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/exception_criteria.py b/sailpoint/v3/models/exception_criteria.py index cacbaf346..58ecce684 100644 --- a/sailpoint/v3/models/exception_criteria.py +++ b/sailpoint/v3/models/exception_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/exception_criteria_access.py b/sailpoint/v3/models/exception_criteria_access.py index 35923b5df..a253c0b40 100644 --- a/sailpoint/v3/models/exception_criteria_access.py +++ b/sailpoint/v3/models/exception_criteria_access.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/exception_criteria_criteria_list_inner.py b/sailpoint/v3/models/exception_criteria_criteria_list_inner.py index 8d645e580..89d3d0a70 100644 --- a/sailpoint/v3/models/exception_criteria_criteria_list_inner.py +++ b/sailpoint/v3/models/exception_criteria_criteria_list_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/expansion_item.py b/sailpoint/v3/models/expansion_item.py index 3d570388a..a30fe5c09 100644 --- a/sailpoint/v3/models/expansion_item.py +++ b/sailpoint/v3/models/expansion_item.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/expression.py b/sailpoint/v3/models/expression.py index fc7412363..90ce6754f 100644 --- a/sailpoint/v3/models/expression.py +++ b/sailpoint/v3/models/expression.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/expression_children_inner.py b/sailpoint/v3/models/expression_children_inner.py index 2784f22f1..314a80734 100644 --- a/sailpoint/v3/models/expression_children_inner.py +++ b/sailpoint/v3/models/expression_children_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/external_attributes.py b/sailpoint/v3/models/external_attributes.py index a9d438936..3d30e0426 100644 --- a/sailpoint/v3/models/external_attributes.py +++ b/sailpoint/v3/models/external_attributes.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/federation_protocol_details.py b/sailpoint/v3/models/federation_protocol_details.py index 58711d0a5..edfe02493 100644 --- a/sailpoint/v3/models/federation_protocol_details.py +++ b/sailpoint/v3/models/federation_protocol_details.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/field_details_dto.py b/sailpoint/v3/models/field_details_dto.py index 4f49f7245..7c8a7ca98 100644 --- a/sailpoint/v3/models/field_details_dto.py +++ b/sailpoint/v3/models/field_details_dto.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/filter.py b/sailpoint/v3/models/filter.py index 27cb8cb47..645cd306a 100644 --- a/sailpoint/v3/models/filter.py +++ b/sailpoint/v3/models/filter.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/filter_aggregation.py b/sailpoint/v3/models/filter_aggregation.py index d6fad43ec..e6623e30a 100644 --- a/sailpoint/v3/models/filter_aggregation.py +++ b/sailpoint/v3/models/filter_aggregation.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/form_details.py b/sailpoint/v3/models/form_details.py index 6025b8d0e..38f1b4cb7 100644 --- a/sailpoint/v3/models/form_details.py +++ b/sailpoint/v3/models/form_details.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/form_item_details.py b/sailpoint/v3/models/form_item_details.py index 71fbe9a33..40152e3a9 100644 --- a/sailpoint/v3/models/form_item_details.py +++ b/sailpoint/v3/models/form_item_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/forward_approval_dto.py b/sailpoint/v3/models/forward_approval_dto.py index 7ae9c4cdb..891733b12 100644 --- a/sailpoint/v3/models/forward_approval_dto.py +++ b/sailpoint/v3/models/forward_approval_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/full_discovered_applications.py b/sailpoint/v3/models/full_discovered_applications.py index 93ef2939d..bcfdad71a 100644 --- a/sailpoint/v3/models/full_discovered_applications.py +++ b/sailpoint/v3/models/full_discovered_applications.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/get_o_auth_client_response.py b/sailpoint/v3/models/get_o_auth_client_response.py index a18a73613..e5f8603d7 100644 --- a/sailpoint/v3/models/get_o_auth_client_response.py +++ b/sailpoint/v3/models/get_o_auth_client_response.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/get_personal_access_token_response.py b/sailpoint/v3/models/get_personal_access_token_response.py index 482e2574e..f24efd35c 100644 --- a/sailpoint/v3/models/get_personal_access_token_response.py +++ b/sailpoint/v3/models/get_personal_access_token_response.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/get_vendor_connector_mappings405_response.py b/sailpoint/v3/models/get_vendor_connector_mappings405_response.py index a45a08659..605552189 100644 --- a/sailpoint/v3/models/get_vendor_connector_mappings405_response.py +++ b/sailpoint/v3/models/get_vendor_connector_mappings405_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identities_details_report_arguments.py b/sailpoint/v3/models/identities_details_report_arguments.py index 9e6f3dc4f..c9dde1866 100644 --- a/sailpoint/v3/models/identities_details_report_arguments.py +++ b/sailpoint/v3/models/identities_details_report_arguments.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identities_report_arguments.py b/sailpoint/v3/models/identities_report_arguments.py index 55032aaa7..15379ef7d 100644 --- a/sailpoint/v3/models/identities_report_arguments.py +++ b/sailpoint/v3/models/identities_report_arguments.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_attribute_config.py b/sailpoint/v3/models/identity_attribute_config.py index a896d724f..7193e7bac 100644 --- a/sailpoint/v3/models/identity_attribute_config.py +++ b/sailpoint/v3/models/identity_attribute_config.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_attribute_preview.py b/sailpoint/v3/models/identity_attribute_preview.py index bcef65939..cf2ceaa48 100644 --- a/sailpoint/v3/models/identity_attribute_preview.py +++ b/sailpoint/v3/models/identity_attribute_preview.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_attribute_transform.py b/sailpoint/v3/models/identity_attribute_transform.py index 1c81c7b9d..940223627 100644 --- a/sailpoint/v3/models/identity_attribute_transform.py +++ b/sailpoint/v3/models/identity_attribute_transform.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_cert_decision_summary.py b/sailpoint/v3/models/identity_cert_decision_summary.py index b73fcdb54..d60652284 100644 --- a/sailpoint/v3/models/identity_cert_decision_summary.py +++ b/sailpoint/v3/models/identity_cert_decision_summary.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_certification_dto.py b/sailpoint/v3/models/identity_certification_dto.py index 883d86a6d..7caa9864f 100644 --- a/sailpoint/v3/models/identity_certification_dto.py +++ b/sailpoint/v3/models/identity_certification_dto.py @@ -63,8 +63,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_document.py b/sailpoint/v3/models/identity_document.py index 1111e7db2..35643c165 100644 --- a/sailpoint/v3/models/identity_document.py +++ b/sailpoint/v3/models/identity_document.py @@ -85,8 +85,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_document_all_of_identity_profile.py b/sailpoint/v3/models/identity_document_all_of_identity_profile.py index b080c5aab..f8ea04ca1 100644 --- a/sailpoint/v3/models/identity_document_all_of_identity_profile.py +++ b/sailpoint/v3/models/identity_document_all_of_identity_profile.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_document_all_of_manager.py b/sailpoint/v3/models/identity_document_all_of_manager.py index 39e83bb68..ddc390a32 100644 --- a/sailpoint/v3/models/identity_document_all_of_manager.py +++ b/sailpoint/v3/models/identity_document_all_of_manager.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_document_all_of_source.py b/sailpoint/v3/models/identity_document_all_of_source.py index 440febdd1..fd24fd9bc 100644 --- a/sailpoint/v3/models/identity_document_all_of_source.py +++ b/sailpoint/v3/models/identity_document_all_of_source.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_exception_report_reference.py b/sailpoint/v3/models/identity_exception_report_reference.py index 03883c08f..261ac4fda 100644 --- a/sailpoint/v3/models/identity_exception_report_reference.py +++ b/sailpoint/v3/models/identity_exception_report_reference.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_preview_request.py b/sailpoint/v3/models/identity_preview_request.py index 0a9548344..809c98973 100644 --- a/sailpoint/v3/models/identity_preview_request.py +++ b/sailpoint/v3/models/identity_preview_request.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_preview_response.py b/sailpoint/v3/models/identity_preview_response.py index 48d1ee70e..98172907e 100644 --- a/sailpoint/v3/models/identity_preview_response.py +++ b/sailpoint/v3/models/identity_preview_response.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_preview_response_identity.py b/sailpoint/v3/models/identity_preview_response_identity.py index 92dff2c5b..156ce731b 100644 --- a/sailpoint/v3/models/identity_preview_response_identity.py +++ b/sailpoint/v3/models/identity_preview_response_identity.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_profile.py b/sailpoint/v3/models/identity_profile.py index 52394d49c..40e7e81bc 100644 --- a/sailpoint/v3/models/identity_profile.py +++ b/sailpoint/v3/models/identity_profile.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_profile_all_of_authoritative_source.py b/sailpoint/v3/models/identity_profile_all_of_authoritative_source.py index 3571b65b7..882d73256 100644 --- a/sailpoint/v3/models/identity_profile_all_of_authoritative_source.py +++ b/sailpoint/v3/models/identity_profile_all_of_authoritative_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_profile_all_of_owner.py b/sailpoint/v3/models/identity_profile_all_of_owner.py index 2293a2bed..779c479f0 100644 --- a/sailpoint/v3/models/identity_profile_all_of_owner.py +++ b/sailpoint/v3/models/identity_profile_all_of_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_profile_exported_object.py b/sailpoint/v3/models/identity_profile_exported_object.py index 6a7eecd41..d569d5df8 100644 --- a/sailpoint/v3/models/identity_profile_exported_object.py +++ b/sailpoint/v3/models/identity_profile_exported_object.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_profile_exported_object_self.py b/sailpoint/v3/models/identity_profile_exported_object_self.py index 24398e032..9dc65bd40 100644 --- a/sailpoint/v3/models/identity_profile_exported_object_self.py +++ b/sailpoint/v3/models/identity_profile_exported_object_self.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_profile_identity_error_report_arguments.py b/sailpoint/v3/models/identity_profile_identity_error_report_arguments.py index 47365f148..e6cdd3c8d 100644 --- a/sailpoint/v3/models/identity_profile_identity_error_report_arguments.py +++ b/sailpoint/v3/models/identity_profile_identity_error_report_arguments.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_profiles_connections.py b/sailpoint/v3/models/identity_profiles_connections.py index a6d778442..7b360b96c 100644 --- a/sailpoint/v3/models/identity_profiles_connections.py +++ b/sailpoint/v3/models/identity_profiles_connections.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_reference.py b/sailpoint/v3/models/identity_reference.py index 52ce9a1cf..f277ad1ab 100644 --- a/sailpoint/v3/models/identity_reference.py +++ b/sailpoint/v3/models/identity_reference.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_reference_with_name_and_email.py b/sailpoint/v3/models/identity_reference_with_name_and_email.py index 5e3c1328c..8190e05f0 100644 --- a/sailpoint/v3/models/identity_reference_with_name_and_email.py +++ b/sailpoint/v3/models/identity_reference_with_name_and_email.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_summary.py b/sailpoint/v3/models/identity_summary.py index 7bc750504..763ff927e 100644 --- a/sailpoint/v3/models/identity_summary.py +++ b/sailpoint/v3/models/identity_summary.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_with_new_access.py b/sailpoint/v3/models/identity_with_new_access.py index 67b887e17..aa48a352c 100644 --- a/sailpoint/v3/models/identity_with_new_access.py +++ b/sailpoint/v3/models/identity_with_new_access.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_with_new_access1.py b/sailpoint/v3/models/identity_with_new_access1.py index 75f1f4edb..baa346ce4 100644 --- a/sailpoint/v3/models/identity_with_new_access1.py +++ b/sailpoint/v3/models/identity_with_new_access1.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/identity_with_new_access_access_refs_inner.py b/sailpoint/v3/models/identity_with_new_access_access_refs_inner.py index badcef1d3..9b1b2cc7f 100644 --- a/sailpoint/v3/models/identity_with_new_access_access_refs_inner.py +++ b/sailpoint/v3/models/identity_with_new_access_access_refs_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/idp_details.py b/sailpoint/v3/models/idp_details.py index c8f056c62..6e288d886 100644 --- a/sailpoint/v3/models/idp_details.py +++ b/sailpoint/v3/models/idp_details.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/import_non_employee_records_in_bulk_request.py b/sailpoint/v3/models/import_non_employee_records_in_bulk_request.py index d0a51b503..efd404c70 100644 --- a/sailpoint/v3/models/import_non_employee_records_in_bulk_request.py +++ b/sailpoint/v3/models/import_non_employee_records_in_bulk_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/import_object.py b/sailpoint/v3/models/import_object.py index 0058f64bb..819245763 100644 --- a/sailpoint/v3/models/import_object.py +++ b/sailpoint/v3/models/import_object.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/inner_hit.py b/sailpoint/v3/models/inner_hit.py index dc88789fa..3bc2322da 100644 --- a/sailpoint/v3/models/inner_hit.py +++ b/sailpoint/v3/models/inner_hit.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/jit_configuration.py b/sailpoint/v3/models/jit_configuration.py index c42bde477..997686396 100644 --- a/sailpoint/v3/models/jit_configuration.py +++ b/sailpoint/v3/models/jit_configuration.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/json_patch_operation.py b/sailpoint/v3/models/json_patch_operation.py index 1b6be469b..cc61bf153 100644 --- a/sailpoint/v3/models/json_patch_operation.py +++ b/sailpoint/v3/models/json_patch_operation.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/kba_answer_request_item.py b/sailpoint/v3/models/kba_answer_request_item.py index bf8f52caf..6d783a824 100644 --- a/sailpoint/v3/models/kba_answer_request_item.py +++ b/sailpoint/v3/models/kba_answer_request_item.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/kba_answer_response_item.py b/sailpoint/v3/models/kba_answer_response_item.py index f08dd2f76..45adbdf15 100644 --- a/sailpoint/v3/models/kba_answer_response_item.py +++ b/sailpoint/v3/models/kba_answer_response_item.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/kba_auth_response.py b/sailpoint/v3/models/kba_auth_response.py index 9146f9cb2..f65516df5 100644 --- a/sailpoint/v3/models/kba_auth_response.py +++ b/sailpoint/v3/models/kba_auth_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/kba_auth_response_item.py b/sailpoint/v3/models/kba_auth_response_item.py index 98ee7da91..f3a589308 100644 --- a/sailpoint/v3/models/kba_auth_response_item.py +++ b/sailpoint/v3/models/kba_auth_response_item.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/kba_question.py b/sailpoint/v3/models/kba_question.py index 47bba86f6..33ad8fa5c 100644 --- a/sailpoint/v3/models/kba_question.py +++ b/sailpoint/v3/models/kba_question.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/lifecycle_state.py b/sailpoint/v3/models/lifecycle_state.py index c2e23912a..08371520d 100644 --- a/sailpoint/v3/models/lifecycle_state.py +++ b/sailpoint/v3/models/lifecycle_state.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/lifecyclestate_deleted.py b/sailpoint/v3/models/lifecyclestate_deleted.py index cbc16dfef..ec5fb86d0 100644 --- a/sailpoint/v3/models/lifecyclestate_deleted.py +++ b/sailpoint/v3/models/lifecyclestate_deleted.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/list_access_profiles401_response.py b/sailpoint/v3/models/list_access_profiles401_response.py index c83be0330..dcfcc818c 100644 --- a/sailpoint/v3/models/list_access_profiles401_response.py +++ b/sailpoint/v3/models/list_access_profiles401_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/list_access_profiles429_response.py b/sailpoint/v3/models/list_access_profiles429_response.py index faf78d654..49532eeff 100644 --- a/sailpoint/v3/models/list_access_profiles429_response.py +++ b/sailpoint/v3/models/list_access_profiles429_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/list_campaign_filters200_response.py b/sailpoint/v3/models/list_campaign_filters200_response.py index adbf5c2c7..3face3ce7 100644 --- a/sailpoint/v3/models/list_campaign_filters200_response.py +++ b/sailpoint/v3/models/list_campaign_filters200_response.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/lockout_configuration.py b/sailpoint/v3/models/lockout_configuration.py index 39b09782d..82b04fdfc 100644 --- a/sailpoint/v3/models/lockout_configuration.py +++ b/sailpoint/v3/models/lockout_configuration.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_client.py b/sailpoint/v3/models/managed_client.py index f6a8be118..fc7e586cc 100644 --- a/sailpoint/v3/models/managed_client.py +++ b/sailpoint/v3/models/managed_client.py @@ -93,8 +93,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_client_request.py b/sailpoint/v3/models/managed_client_request.py index 2245c22f0..9a99d2ac9 100644 --- a/sailpoint/v3/models/managed_client_request.py +++ b/sailpoint/v3/models/managed_client_request.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_client_status.py b/sailpoint/v3/models/managed_client_status.py index 190973195..52e8333fb 100644 --- a/sailpoint/v3/models/managed_client_status.py +++ b/sailpoint/v3/models/managed_client_status.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_cluster.py b/sailpoint/v3/models/managed_cluster.py index 139e34aa0..6ffee9c27 100644 --- a/sailpoint/v3/models/managed_cluster.py +++ b/sailpoint/v3/models/managed_cluster.py @@ -73,8 +73,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_cluster_attributes.py b/sailpoint/v3/models/managed_cluster_attributes.py index d3294497d..09528a520 100644 --- a/sailpoint/v3/models/managed_cluster_attributes.py +++ b/sailpoint/v3/models/managed_cluster_attributes.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_cluster_key_pair.py b/sailpoint/v3/models/managed_cluster_key_pair.py index 160a1e4c8..2ed5e68ec 100644 --- a/sailpoint/v3/models/managed_cluster_key_pair.py +++ b/sailpoint/v3/models/managed_cluster_key_pair.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_cluster_queue.py b/sailpoint/v3/models/managed_cluster_queue.py index b5994946f..a9f54af8a 100644 --- a/sailpoint/v3/models/managed_cluster_queue.py +++ b/sailpoint/v3/models/managed_cluster_queue.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_cluster_redis.py b/sailpoint/v3/models/managed_cluster_redis.py index 510319273..67aae7670 100644 --- a/sailpoint/v3/models/managed_cluster_redis.py +++ b/sailpoint/v3/models/managed_cluster_redis.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/managed_cluster_request.py b/sailpoint/v3/models/managed_cluster_request.py index fd3b9628e..72a89c92d 100644 --- a/sailpoint/v3/models/managed_cluster_request.py +++ b/sailpoint/v3/models/managed_cluster_request.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/manager_correlation_mapping.py b/sailpoint/v3/models/manager_correlation_mapping.py index ec9420a62..0fe45599b 100644 --- a/sailpoint/v3/models/manager_correlation_mapping.py +++ b/sailpoint/v3/models/manager_correlation_mapping.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/manual_discover_applications.py b/sailpoint/v3/models/manual_discover_applications.py index c88ce9223..dbfbb6a62 100644 --- a/sailpoint/v3/models/manual_discover_applications.py +++ b/sailpoint/v3/models/manual_discover_applications.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/manual_discover_applications_template.py b/sailpoint/v3/models/manual_discover_applications_template.py index 1352fa420..746e3e18c 100644 --- a/sailpoint/v3/models/manual_discover_applications_template.py +++ b/sailpoint/v3/models/manual_discover_applications_template.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/manual_work_item_details.py b/sailpoint/v3/models/manual_work_item_details.py index 01b6b6f23..cce496723 100644 --- a/sailpoint/v3/models/manual_work_item_details.py +++ b/sailpoint/v3/models/manual_work_item_details.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/manual_work_item_details_current_owner.py b/sailpoint/v3/models/manual_work_item_details_current_owner.py index 09a5828bf..ac67fa6c4 100644 --- a/sailpoint/v3/models/manual_work_item_details_current_owner.py +++ b/sailpoint/v3/models/manual_work_item_details_current_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/manual_work_item_details_original_owner.py b/sailpoint/v3/models/manual_work_item_details_original_owner.py index 4986156db..fdb63e867 100644 --- a/sailpoint/v3/models/manual_work_item_details_original_owner.py +++ b/sailpoint/v3/models/manual_work_item_details_original_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/metric_aggregation.py b/sailpoint/v3/models/metric_aggregation.py index 27028cb37..7d3efcc3a 100644 --- a/sailpoint/v3/models/metric_aggregation.py +++ b/sailpoint/v3/models/metric_aggregation.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/mfa_config_test_response.py b/sailpoint/v3/models/mfa_config_test_response.py index 06465079d..19626bc6d 100644 --- a/sailpoint/v3/models/mfa_config_test_response.py +++ b/sailpoint/v3/models/mfa_config_test_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/mfa_duo_config.py b/sailpoint/v3/models/mfa_duo_config.py index 854eb9c10..20cdc83b1 100644 --- a/sailpoint/v3/models/mfa_duo_config.py +++ b/sailpoint/v3/models/mfa_duo_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/mfa_okta_config.py b/sailpoint/v3/models/mfa_okta_config.py index ece66b4ac..69f6355ed 100644 --- a/sailpoint/v3/models/mfa_okta_config.py +++ b/sailpoint/v3/models/mfa_okta_config.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/model_schema.py b/sailpoint/v3/models/model_schema.py index 7f651d6f2..4c4100086 100644 --- a/sailpoint/v3/models/model_schema.py +++ b/sailpoint/v3/models/model_schema.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/multi_policy_request.py b/sailpoint/v3/models/multi_policy_request.py index 44d63b62e..548e950ea 100644 --- a/sailpoint/v3/models/multi_policy_request.py +++ b/sailpoint/v3/models/multi_policy_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/nested_aggregation.py b/sailpoint/v3/models/nested_aggregation.py index ca1d399c7..edde4073a 100644 --- a/sailpoint/v3/models/nested_aggregation.py +++ b/sailpoint/v3/models/nested_aggregation.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/network_configuration.py b/sailpoint/v3/models/network_configuration.py index 696ea7889..f95954bf4 100644 --- a/sailpoint/v3/models/network_configuration.py +++ b/sailpoint/v3/models/network_configuration.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_approval_decision.py b/sailpoint/v3/models/non_employee_approval_decision.py index cb608f0c9..f6e0c992f 100644 --- a/sailpoint/v3/models/non_employee_approval_decision.py +++ b/sailpoint/v3/models/non_employee_approval_decision.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_approval_item.py b/sailpoint/v3/models/non_employee_approval_item.py index 99809eb96..7a9678fe0 100644 --- a/sailpoint/v3/models/non_employee_approval_item.py +++ b/sailpoint/v3/models/non_employee_approval_item.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_approval_item_base.py b/sailpoint/v3/models/non_employee_approval_item_base.py index e1417192d..9501adc63 100644 --- a/sailpoint/v3/models/non_employee_approval_item_base.py +++ b/sailpoint/v3/models/non_employee_approval_item_base.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_approval_item_detail.py b/sailpoint/v3/models/non_employee_approval_item_detail.py index bec3c6a1f..d965635f5 100644 --- a/sailpoint/v3/models/non_employee_approval_item_detail.py +++ b/sailpoint/v3/models/non_employee_approval_item_detail.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_approval_summary.py b/sailpoint/v3/models/non_employee_approval_summary.py index 075b45871..7194d1da9 100644 --- a/sailpoint/v3/models/non_employee_approval_summary.py +++ b/sailpoint/v3/models/non_employee_approval_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_bulk_upload_job.py b/sailpoint/v3/models/non_employee_bulk_upload_job.py index ea0a4d640..4e1d8ace4 100644 --- a/sailpoint/v3/models/non_employee_bulk_upload_job.py +++ b/sailpoint/v3/models/non_employee_bulk_upload_job.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_bulk_upload_status.py b/sailpoint/v3/models/non_employee_bulk_upload_status.py index 5f971bee1..11f9e06c6 100644 --- a/sailpoint/v3/models/non_employee_bulk_upload_status.py +++ b/sailpoint/v3/models/non_employee_bulk_upload_status.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_identity_reference_with_id.py b/sailpoint/v3/models/non_employee_identity_reference_with_id.py index a47419182..b1afab02e 100644 --- a/sailpoint/v3/models/non_employee_identity_reference_with_id.py +++ b/sailpoint/v3/models/non_employee_identity_reference_with_id.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_idn_user_request.py b/sailpoint/v3/models/non_employee_idn_user_request.py index 9dd074efe..ab23d89af 100644 --- a/sailpoint/v3/models/non_employee_idn_user_request.py +++ b/sailpoint/v3/models/non_employee_idn_user_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_record.py b/sailpoint/v3/models/non_employee_record.py index cc42bae20..543644aa0 100644 --- a/sailpoint/v3/models/non_employee_record.py +++ b/sailpoint/v3/models/non_employee_record.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_reject_approval_decision.py b/sailpoint/v3/models/non_employee_reject_approval_decision.py index c8858aa8d..2ac267990 100644 --- a/sailpoint/v3/models/non_employee_reject_approval_decision.py +++ b/sailpoint/v3/models/non_employee_reject_approval_decision.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_request.py b/sailpoint/v3/models/non_employee_request.py index 60ba2815d..0bbbc1d95 100644 --- a/sailpoint/v3/models/non_employee_request.py +++ b/sailpoint/v3/models/non_employee_request.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_request_body.py b/sailpoint/v3/models/non_employee_request_body.py index 2f1a98423..40b68aed0 100644 --- a/sailpoint/v3/models/non_employee_request_body.py +++ b/sailpoint/v3/models/non_employee_request_body.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_request_lite.py b/sailpoint/v3/models/non_employee_request_lite.py index beab2ae04..e85b966cb 100644 --- a/sailpoint/v3/models/non_employee_request_lite.py +++ b/sailpoint/v3/models/non_employee_request_lite.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_request_summary.py b/sailpoint/v3/models/non_employee_request_summary.py index f723ca7f4..2be03bf47 100644 --- a/sailpoint/v3/models/non_employee_request_summary.py +++ b/sailpoint/v3/models/non_employee_request_summary.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_request_without_approval_item.py b/sailpoint/v3/models/non_employee_request_without_approval_item.py index f5f07f686..cf3b573fd 100644 --- a/sailpoint/v3/models/non_employee_request_without_approval_item.py +++ b/sailpoint/v3/models/non_employee_request_without_approval_item.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_schema_attribute.py b/sailpoint/v3/models/non_employee_schema_attribute.py index c5df174dd..c06c0518f 100644 --- a/sailpoint/v3/models/non_employee_schema_attribute.py +++ b/sailpoint/v3/models/non_employee_schema_attribute.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_schema_attribute_body.py b/sailpoint/v3/models/non_employee_schema_attribute_body.py index f5c229e97..b01b29e55 100644 --- a/sailpoint/v3/models/non_employee_schema_attribute_body.py +++ b/sailpoint/v3/models/non_employee_schema_attribute_body.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_source.py b/sailpoint/v3/models/non_employee_source.py index 3c49d26a9..7149aaf0d 100644 --- a/sailpoint/v3/models/non_employee_source.py +++ b/sailpoint/v3/models/non_employee_source.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_source_lite.py b/sailpoint/v3/models/non_employee_source_lite.py index 26222b65a..ea766ed65 100644 --- a/sailpoint/v3/models/non_employee_source_lite.py +++ b/sailpoint/v3/models/non_employee_source_lite.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_source_lite_with_schema_attributes.py b/sailpoint/v3/models/non_employee_source_lite_with_schema_attributes.py index c723ca2b1..0e1874f32 100644 --- a/sailpoint/v3/models/non_employee_source_lite_with_schema_attributes.py +++ b/sailpoint/v3/models/non_employee_source_lite_with_schema_attributes.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_source_request_body.py b/sailpoint/v3/models/non_employee_source_request_body.py index 192e969d9..51712b440 100644 --- a/sailpoint/v3/models/non_employee_source_request_body.py +++ b/sailpoint/v3/models/non_employee_source_request_body.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_source_with_cloud_external_id.py b/sailpoint/v3/models/non_employee_source_with_cloud_external_id.py index 7248f89b3..95cb70e7a 100644 --- a/sailpoint/v3/models/non_employee_source_with_cloud_external_id.py +++ b/sailpoint/v3/models/non_employee_source_with_cloud_external_id.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/non_employee_source_with_ne_count.py b/sailpoint/v3/models/non_employee_source_with_ne_count.py index d6fb8df37..94477d6b5 100644 --- a/sailpoint/v3/models/non_employee_source_with_ne_count.py +++ b/sailpoint/v3/models/non_employee_source_with_ne_count.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/object_export_import_names.py b/sailpoint/v3/models/object_export_import_names.py index 5db949e8f..ace1a14a9 100644 --- a/sailpoint/v3/models/object_export_import_names.py +++ b/sailpoint/v3/models/object_export_import_names.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/object_import_result.py b/sailpoint/v3/models/object_import_result.py index 37d373a9d..f07f707ea 100644 --- a/sailpoint/v3/models/object_import_result.py +++ b/sailpoint/v3/models/object_import_result.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/object_mapping_bulk_create_request.py b/sailpoint/v3/models/object_mapping_bulk_create_request.py index faf75b83b..b7f7efbbf 100644 --- a/sailpoint/v3/models/object_mapping_bulk_create_request.py +++ b/sailpoint/v3/models/object_mapping_bulk_create_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/object_mapping_bulk_create_response.py b/sailpoint/v3/models/object_mapping_bulk_create_response.py index f96109862..4986a830a 100644 --- a/sailpoint/v3/models/object_mapping_bulk_create_response.py +++ b/sailpoint/v3/models/object_mapping_bulk_create_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/object_mapping_bulk_patch_request.py b/sailpoint/v3/models/object_mapping_bulk_patch_request.py index c3893f443..56e8110a8 100644 --- a/sailpoint/v3/models/object_mapping_bulk_patch_request.py +++ b/sailpoint/v3/models/object_mapping_bulk_patch_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/object_mapping_bulk_patch_response.py b/sailpoint/v3/models/object_mapping_bulk_patch_response.py index 107c74465..838eaf9dc 100644 --- a/sailpoint/v3/models/object_mapping_bulk_patch_response.py +++ b/sailpoint/v3/models/object_mapping_bulk_patch_response.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/object_mapping_request.py b/sailpoint/v3/models/object_mapping_request.py index f895496a1..513cbf28d 100644 --- a/sailpoint/v3/models/object_mapping_request.py +++ b/sailpoint/v3/models/object_mapping_request.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/object_mapping_response.py b/sailpoint/v3/models/object_mapping_response.py index 4a0b8d81c..c37a534b9 100644 --- a/sailpoint/v3/models/object_mapping_response.py +++ b/sailpoint/v3/models/object_mapping_response.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/okta_verification_request.py b/sailpoint/v3/models/okta_verification_request.py index b03266bd5..5ff47a8b5 100644 --- a/sailpoint/v3/models/okta_verification_request.py +++ b/sailpoint/v3/models/okta_verification_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/original_request.py b/sailpoint/v3/models/original_request.py index bf0332435..50cdd0e00 100644 --- a/sailpoint/v3/models/original_request.py +++ b/sailpoint/v3/models/original_request.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/orphan_identities_report_arguments.py b/sailpoint/v3/models/orphan_identities_report_arguments.py index 47b4d6638..87b14f103 100644 --- a/sailpoint/v3/models/orphan_identities_report_arguments.py +++ b/sailpoint/v3/models/orphan_identities_report_arguments.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/owner_dto.py b/sailpoint/v3/models/owner_dto.py index e96353ec6..999b48a6b 100644 --- a/sailpoint/v3/models/owner_dto.py +++ b/sailpoint/v3/models/owner_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/owner_reference.py b/sailpoint/v3/models/owner_reference.py index c7d40f625..132d79d63 100644 --- a/sailpoint/v3/models/owner_reference.py +++ b/sailpoint/v3/models/owner_reference.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/owner_reference_segments.py b/sailpoint/v3/models/owner_reference_segments.py index 1a1c2088b..a20566e29 100644 --- a/sailpoint/v3/models/owner_reference_segments.py +++ b/sailpoint/v3/models/owner_reference_segments.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/owns.py b/sailpoint/v3/models/owns.py index e9e16fa53..6326fa2f6 100644 --- a/sailpoint/v3/models/owns.py +++ b/sailpoint/v3/models/owns.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_change_request.py b/sailpoint/v3/models/password_change_request.py index 99392d262..9c8b70dea 100644 --- a/sailpoint/v3/models/password_change_request.py +++ b/sailpoint/v3/models/password_change_request.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_change_response.py b/sailpoint/v3/models/password_change_response.py index 4ccfab731..f6050f235 100644 --- a/sailpoint/v3/models/password_change_response.py +++ b/sailpoint/v3/models/password_change_response.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_info.py b/sailpoint/v3/models/password_info.py index 8dd07f9e6..ec459b1dd 100644 --- a/sailpoint/v3/models/password_info.py +++ b/sailpoint/v3/models/password_info.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_info_account.py b/sailpoint/v3/models/password_info_account.py index a265d1b58..4c3e923a9 100644 --- a/sailpoint/v3/models/password_info_account.py +++ b/sailpoint/v3/models/password_info_account.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_info_query_dto.py b/sailpoint/v3/models/password_info_query_dto.py index aafa2f764..770359a37 100644 --- a/sailpoint/v3/models/password_info_query_dto.py +++ b/sailpoint/v3/models/password_info_query_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_org_config.py b/sailpoint/v3/models/password_org_config.py index 4fb4e84a7..d51dcb0d7 100644 --- a/sailpoint/v3/models/password_org_config.py +++ b/sailpoint/v3/models/password_org_config.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_policy_v3_dto.py b/sailpoint/v3/models/password_policy_v3_dto.py index 3ecf4247b..db046a322 100644 --- a/sailpoint/v3/models/password_policy_v3_dto.py +++ b/sailpoint/v3/models/password_policy_v3_dto.py @@ -73,8 +73,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_status.py b/sailpoint/v3/models/password_status.py index d64a6a02a..5f4f31f8b 100644 --- a/sailpoint/v3/models/password_status.py +++ b/sailpoint/v3/models/password_status.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/password_sync_group.py b/sailpoint/v3/models/password_sync_group.py index f0537eb09..201f9cfff 100644 --- a/sailpoint/v3/models/password_sync_group.py +++ b/sailpoint/v3/models/password_sync_group.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/pat_owner.py b/sailpoint/v3/models/pat_owner.py index 9c542f960..fa93d3d88 100644 --- a/sailpoint/v3/models/pat_owner.py +++ b/sailpoint/v3/models/pat_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/patch_service_desk_integration_request.py b/sailpoint/v3/models/patch_service_desk_integration_request.py index 34de58c0d..cd6b27dec 100644 --- a/sailpoint/v3/models/patch_service_desk_integration_request.py +++ b/sailpoint/v3/models/patch_service_desk_integration_request.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/pending_approval.py b/sailpoint/v3/models/pending_approval.py index 216ed56c8..fd5401500 100644 --- a/sailpoint/v3/models/pending_approval.py +++ b/sailpoint/v3/models/pending_approval.py @@ -71,8 +71,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/pending_approval_owner.py b/sailpoint/v3/models/pending_approval_owner.py index c6f282e59..cb3a0f1e7 100644 --- a/sailpoint/v3/models/pending_approval_owner.py +++ b/sailpoint/v3/models/pending_approval_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/permission_dto.py b/sailpoint/v3/models/permission_dto.py index cd04c7a07..fdf930960 100644 --- a/sailpoint/v3/models/permission_dto.py +++ b/sailpoint/v3/models/permission_dto.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/pre_approval_trigger_details.py b/sailpoint/v3/models/pre_approval_trigger_details.py index 435221e1a..e9a37da1b 100644 --- a/sailpoint/v3/models/pre_approval_trigger_details.py +++ b/sailpoint/v3/models/pre_approval_trigger_details.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/processing_details.py b/sailpoint/v3/models/processing_details.py index 180ef44db..b271d1404 100644 --- a/sailpoint/v3/models/processing_details.py +++ b/sailpoint/v3/models/processing_details.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/provisioning_config.py b/sailpoint/v3/models/provisioning_config.py index dfb48e5fc..928ca5a76 100644 --- a/sailpoint/v3/models/provisioning_config.py +++ b/sailpoint/v3/models/provisioning_config.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/provisioning_config_plan_initializer_script.py b/sailpoint/v3/models/provisioning_config_plan_initializer_script.py index 9c9a0e4c4..d22781a06 100644 --- a/sailpoint/v3/models/provisioning_config_plan_initializer_script.py +++ b/sailpoint/v3/models/provisioning_config_plan_initializer_script.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/provisioning_criteria_level1.py b/sailpoint/v3/models/provisioning_criteria_level1.py index 3c1d91b43..eabb5d51f 100644 --- a/sailpoint/v3/models/provisioning_criteria_level1.py +++ b/sailpoint/v3/models/provisioning_criteria_level1.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/provisioning_criteria_level2.py b/sailpoint/v3/models/provisioning_criteria_level2.py index 9b5f79ae7..346cdee7d 100644 --- a/sailpoint/v3/models/provisioning_criteria_level2.py +++ b/sailpoint/v3/models/provisioning_criteria_level2.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/provisioning_criteria_level3.py b/sailpoint/v3/models/provisioning_criteria_level3.py index 404128b5f..263093ce5 100644 --- a/sailpoint/v3/models/provisioning_criteria_level3.py +++ b/sailpoint/v3/models/provisioning_criteria_level3.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/provisioning_details.py b/sailpoint/v3/models/provisioning_details.py index 359b1cc7c..071619695 100644 --- a/sailpoint/v3/models/provisioning_details.py +++ b/sailpoint/v3/models/provisioning_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/provisioning_policy.py b/sailpoint/v3/models/provisioning_policy.py index c0cdf6854..e63d5821e 100644 --- a/sailpoint/v3/models/provisioning_policy.py +++ b/sailpoint/v3/models/provisioning_policy.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/provisioning_policy_dto.py b/sailpoint/v3/models/provisioning_policy_dto.py index 8c22ae16b..f2f521118 100644 --- a/sailpoint/v3/models/provisioning_policy_dto.py +++ b/sailpoint/v3/models/provisioning_policy_dto.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/public_identity.py b/sailpoint/v3/models/public_identity.py index 6f775ddab..274529808 100644 --- a/sailpoint/v3/models/public_identity.py +++ b/sailpoint/v3/models/public_identity.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/public_identity_attribute_config.py b/sailpoint/v3/models/public_identity_attribute_config.py index 1a95e53c7..84b6a0d21 100644 --- a/sailpoint/v3/models/public_identity_attribute_config.py +++ b/sailpoint/v3/models/public_identity_attribute_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/public_identity_attributes_inner.py b/sailpoint/v3/models/public_identity_attributes_inner.py index c1345571d..d673770d6 100644 --- a/sailpoint/v3/models/public_identity_attributes_inner.py +++ b/sailpoint/v3/models/public_identity_attributes_inner.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/public_identity_config.py b/sailpoint/v3/models/public_identity_config.py index 19f18cfa3..578a535d3 100644 --- a/sailpoint/v3/models/public_identity_config.py +++ b/sailpoint/v3/models/public_identity_config.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/put_connector_source_config_request.py b/sailpoint/v3/models/put_connector_source_config_request.py index c3d648edc..52e3161ff 100644 --- a/sailpoint/v3/models/put_connector_source_config_request.py +++ b/sailpoint/v3/models/put_connector_source_config_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/put_connector_source_template_request.py b/sailpoint/v3/models/put_connector_source_template_request.py index 280077974..34346c4a8 100644 --- a/sailpoint/v3/models/put_connector_source_template_request.py +++ b/sailpoint/v3/models/put_connector_source_template_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/put_password_dictionary_request.py b/sailpoint/v3/models/put_password_dictionary_request.py index 6547e4ba5..35d1d6dc6 100644 --- a/sailpoint/v3/models/put_password_dictionary_request.py +++ b/sailpoint/v3/models/put_password_dictionary_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/query.py b/sailpoint/v3/models/query.py index bad54bac6..d9276cd73 100644 --- a/sailpoint/v3/models/query.py +++ b/sailpoint/v3/models/query.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/query_result_filter.py b/sailpoint/v3/models/query_result_filter.py index 428afb517..98c31ab9b 100644 --- a/sailpoint/v3/models/query_result_filter.py +++ b/sailpoint/v3/models/query_result_filter.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/queued_check_config_details.py b/sailpoint/v3/models/queued_check_config_details.py index 6872e6880..f6aa97fec 100644 --- a/sailpoint/v3/models/queued_check_config_details.py +++ b/sailpoint/v3/models/queued_check_config_details.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/range.py b/sailpoint/v3/models/range.py index f82c0ee89..477a7cf38 100644 --- a/sailpoint/v3/models/range.py +++ b/sailpoint/v3/models/range.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reassign_reference.py b/sailpoint/v3/models/reassign_reference.py index 42a294e27..ade43a51c 100644 --- a/sailpoint/v3/models/reassign_reference.py +++ b/sailpoint/v3/models/reassign_reference.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reassignment.py b/sailpoint/v3/models/reassignment.py index e2ca3c9f6..434d3168f 100644 --- a/sailpoint/v3/models/reassignment.py +++ b/sailpoint/v3/models/reassignment.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reassignment_reference.py b/sailpoint/v3/models/reassignment_reference.py index cd92db5eb..e8c67e4e5 100644 --- a/sailpoint/v3/models/reassignment_reference.py +++ b/sailpoint/v3/models/reassignment_reference.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reassignment_trail_dto.py b/sailpoint/v3/models/reassignment_trail_dto.py index 21f3797b3..fae98a25b 100644 --- a/sailpoint/v3/models/reassignment_trail_dto.py +++ b/sailpoint/v3/models/reassignment_trail_dto.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/recommendation.py b/sailpoint/v3/models/recommendation.py index 6e8092817..86acc4e4b 100644 --- a/sailpoint/v3/models/recommendation.py +++ b/sailpoint/v3/models/recommendation.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reference.py b/sailpoint/v3/models/reference.py index 92e2251cf..dd6f128b0 100644 --- a/sailpoint/v3/models/reference.py +++ b/sailpoint/v3/models/reference.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/remediation_item_details.py b/sailpoint/v3/models/remediation_item_details.py index e074a4d5c..8881042f4 100644 --- a/sailpoint/v3/models/remediation_item_details.py +++ b/sailpoint/v3/models/remediation_item_details.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/remediation_items.py b/sailpoint/v3/models/remediation_items.py index e6abdbb92..eca30ead6 100644 --- a/sailpoint/v3/models/remediation_items.py +++ b/sailpoint/v3/models/remediation_items.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/report_details.py b/sailpoint/v3/models/report_details.py index 7c61d78b0..4fe42c40a 100644 --- a/sailpoint/v3/models/report_details.py +++ b/sailpoint/v3/models/report_details.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/report_result_reference.py b/sailpoint/v3/models/report_result_reference.py index 12deb405c..f1ba77d4c 100644 --- a/sailpoint/v3/models/report_result_reference.py +++ b/sailpoint/v3/models/report_result_reference.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/report_results.py b/sailpoint/v3/models/report_results.py index 92a7af35e..ccad4a2f3 100644 --- a/sailpoint/v3/models/report_results.py +++ b/sailpoint/v3/models/report_results.py @@ -81,8 +81,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/request_on_behalf_of_config.py b/sailpoint/v3/models/request_on_behalf_of_config.py index 25e47bf5c..887668937 100644 --- a/sailpoint/v3/models/request_on_behalf_of_config.py +++ b/sailpoint/v3/models/request_on_behalf_of_config.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requestability.py b/sailpoint/v3/models/requestability.py index 5ce0f5761..ce89a72c5 100644 --- a/sailpoint/v3/models/requestability.py +++ b/sailpoint/v3/models/requestability.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requestability_for_role.py b/sailpoint/v3/models/requestability_for_role.py index e966723ce..e64a615e1 100644 --- a/sailpoint/v3/models/requestability_for_role.py +++ b/sailpoint/v3/models/requestability_for_role.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requestable_object.py b/sailpoint/v3/models/requestable_object.py index cb81937f6..be00357fb 100644 --- a/sailpoint/v3/models/requestable_object.py +++ b/sailpoint/v3/models/requestable_object.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requestable_object_reference.py b/sailpoint/v3/models/requestable_object_reference.py index 5073099cc..a4c8498bb 100644 --- a/sailpoint/v3/models/requestable_object_reference.py +++ b/sailpoint/v3/models/requestable_object_reference.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requested_item_details.py b/sailpoint/v3/models/requested_item_details.py index 8739fc317..28161e776 100644 --- a/sailpoint/v3/models/requested_item_details.py +++ b/sailpoint/v3/models/requested_item_details.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requested_item_status.py b/sailpoint/v3/models/requested_item_status.py index 2596e6409..c5b918c6a 100644 --- a/sailpoint/v3/models/requested_item_status.py +++ b/sailpoint/v3/models/requested_item_status.py @@ -89,8 +89,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requested_item_status_cancelled_request_details.py b/sailpoint/v3/models/requested_item_status_cancelled_request_details.py index 42ebfa484..57c02a725 100644 --- a/sailpoint/v3/models/requested_item_status_cancelled_request_details.py +++ b/sailpoint/v3/models/requested_item_status_cancelled_request_details.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requested_item_status_pre_approval_trigger_details.py b/sailpoint/v3/models/requested_item_status_pre_approval_trigger_details.py index a9cb12a26..d3d607bd9 100644 --- a/sailpoint/v3/models/requested_item_status_pre_approval_trigger_details.py +++ b/sailpoint/v3/models/requested_item_status_pre_approval_trigger_details.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requested_item_status_provisioning_details.py b/sailpoint/v3/models/requested_item_status_provisioning_details.py index 45e6a726d..ddec01ab5 100644 --- a/sailpoint/v3/models/requested_item_status_provisioning_details.py +++ b/sailpoint/v3/models/requested_item_status_provisioning_details.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requested_item_status_requested_for.py b/sailpoint/v3/models/requested_item_status_requested_for.py index 4fe3771e4..b735e2c50 100644 --- a/sailpoint/v3/models/requested_item_status_requested_for.py +++ b/sailpoint/v3/models/requested_item_status_requested_for.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requested_item_status_requester_comment.py b/sailpoint/v3/models/requested_item_status_requester_comment.py index 7335c987f..7dc138819 100644 --- a/sailpoint/v3/models/requested_item_status_requester_comment.py +++ b/sailpoint/v3/models/requested_item_status_requester_comment.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/requested_item_status_sod_violation_context.py b/sailpoint/v3/models/requested_item_status_sod_violation_context.py index 8d94cff36..31b58dfa4 100644 --- a/sailpoint/v3/models/requested_item_status_sod_violation_context.py +++ b/sailpoint/v3/models/requested_item_status_sod_violation_context.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/review_decision.py b/sailpoint/v3/models/review_decision.py index b8ece7eab..f7e1d64c0 100644 --- a/sailpoint/v3/models/review_decision.py +++ b/sailpoint/v3/models/review_decision.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/review_reassign.py b/sailpoint/v3/models/review_reassign.py index e080d7b17..faa576993 100644 --- a/sailpoint/v3/models/review_reassign.py +++ b/sailpoint/v3/models/review_reassign.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/review_recommendation.py b/sailpoint/v3/models/review_recommendation.py index 44cd5eec4..c2b1ab581 100644 --- a/sailpoint/v3/models/review_recommendation.py +++ b/sailpoint/v3/models/review_recommendation.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reviewable_access_profile.py b/sailpoint/v3/models/reviewable_access_profile.py index 59aee39a0..a9fdd3f03 100644 --- a/sailpoint/v3/models/reviewable_access_profile.py +++ b/sailpoint/v3/models/reviewable_access_profile.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reviewable_entitlement.py b/sailpoint/v3/models/reviewable_entitlement.py index 115ba8a24..99459993e 100644 --- a/sailpoint/v3/models/reviewable_entitlement.py +++ b/sailpoint/v3/models/reviewable_entitlement.py @@ -62,8 +62,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reviewable_entitlement_account.py b/sailpoint/v3/models/reviewable_entitlement_account.py index 86b495646..db0e6a66d 100644 --- a/sailpoint/v3/models/reviewable_entitlement_account.py +++ b/sailpoint/v3/models/reviewable_entitlement_account.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reviewable_entitlement_account_owner.py b/sailpoint/v3/models/reviewable_entitlement_account_owner.py index 4fd590144..d03784683 100644 --- a/sailpoint/v3/models/reviewable_entitlement_account_owner.py +++ b/sailpoint/v3/models/reviewable_entitlement_account_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reviewable_role.py b/sailpoint/v3/models/reviewable_role.py index b4ff195cc..d6841a73d 100644 --- a/sailpoint/v3/models/reviewable_role.py +++ b/sailpoint/v3/models/reviewable_role.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/reviewer.py b/sailpoint/v3/models/reviewer.py index c4546a953..800c09f4d 100644 --- a/sailpoint/v3/models/reviewer.py +++ b/sailpoint/v3/models/reviewer.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/revocability.py b/sailpoint/v3/models/revocability.py index 56b8e860e..93f2b0fe9 100644 --- a/sailpoint/v3/models/revocability.py +++ b/sailpoint/v3/models/revocability.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/revocability_for_role.py b/sailpoint/v3/models/revocability_for_role.py index f4b3f1911..f2da49044 100644 --- a/sailpoint/v3/models/revocability_for_role.py +++ b/sailpoint/v3/models/revocability_for_role.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role.py b/sailpoint/v3/models/role.py index 5b32fa59a..bfe2dc701 100644 --- a/sailpoint/v3/models/role.py +++ b/sailpoint/v3/models/role.py @@ -69,8 +69,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_bulk_delete_request.py b/sailpoint/v3/models/role_bulk_delete_request.py index 7bbee7c8f..c1ac2a7ec 100644 --- a/sailpoint/v3/models/role_bulk_delete_request.py +++ b/sailpoint/v3/models/role_bulk_delete_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_criteria_key.py b/sailpoint/v3/models/role_criteria_key.py index 940ed10ac..a06e372f4 100644 --- a/sailpoint/v3/models/role_criteria_key.py +++ b/sailpoint/v3/models/role_criteria_key.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_criteria_level1.py b/sailpoint/v3/models/role_criteria_level1.py index 8a74bf369..f11224dcc 100644 --- a/sailpoint/v3/models/role_criteria_level1.py +++ b/sailpoint/v3/models/role_criteria_level1.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_criteria_level2.py b/sailpoint/v3/models/role_criteria_level2.py index fb9ea7ae9..a5f946c87 100644 --- a/sailpoint/v3/models/role_criteria_level2.py +++ b/sailpoint/v3/models/role_criteria_level2.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_criteria_level3.py b/sailpoint/v3/models/role_criteria_level3.py index 714b8dea2..eec659b5d 100644 --- a/sailpoint/v3/models/role_criteria_level3.py +++ b/sailpoint/v3/models/role_criteria_level3.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_document.py b/sailpoint/v3/models/role_document.py index 521decbd8..4b081d6ad 100644 --- a/sailpoint/v3/models/role_document.py +++ b/sailpoint/v3/models/role_document.py @@ -65,8 +65,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_identity.py b/sailpoint/v3/models/role_identity.py index 82fb97500..8c39d0480 100644 --- a/sailpoint/v3/models/role_identity.py +++ b/sailpoint/v3/models/role_identity.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_membership_identity.py b/sailpoint/v3/models/role_membership_identity.py index bbec24085..3be3aee4e 100644 --- a/sailpoint/v3/models/role_membership_identity.py +++ b/sailpoint/v3/models/role_membership_identity.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_membership_selector.py b/sailpoint/v3/models/role_membership_selector.py index 8b5f4e7a3..72381a850 100644 --- a/sailpoint/v3/models/role_membership_selector.py +++ b/sailpoint/v3/models/role_membership_selector.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/role_summary.py b/sailpoint/v3/models/role_summary.py index 41e330163..050842326 100644 --- a/sailpoint/v3/models/role_summary.py +++ b/sailpoint/v3/models/role_summary.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/saved_search.py b/sailpoint/v3/models/saved_search.py index 3fc1c45f2..3ff22f62a 100644 --- a/sailpoint/v3/models/saved_search.py +++ b/sailpoint/v3/models/saved_search.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/saved_search_detail.py b/sailpoint/v3/models/saved_search_detail.py index 1eae14ddf..0d20cc9d2 100644 --- a/sailpoint/v3/models/saved_search_detail.py +++ b/sailpoint/v3/models/saved_search_detail.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/saved_search_detail_filters.py b/sailpoint/v3/models/saved_search_detail_filters.py index dca228ff6..866f4d377 100644 --- a/sailpoint/v3/models/saved_search_detail_filters.py +++ b/sailpoint/v3/models/saved_search_detail_filters.py @@ -47,8 +47,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/saved_search_name.py b/sailpoint/v3/models/saved_search_name.py index 47362378a..483ec83f1 100644 --- a/sailpoint/v3/models/saved_search_name.py +++ b/sailpoint/v3/models/saved_search_name.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/schedule.py b/sailpoint/v3/models/schedule.py index 2ddaed448..57db805e0 100644 --- a/sailpoint/v3/models/schedule.py +++ b/sailpoint/v3/models/schedule.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/schedule1.py b/sailpoint/v3/models/schedule1.py index c69be71f4..53d5352a7 100644 --- a/sailpoint/v3/models/schedule1.py +++ b/sailpoint/v3/models/schedule1.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/schedule1_days.py b/sailpoint/v3/models/schedule1_days.py index 265ba2d9e..9ec431ab7 100644 --- a/sailpoint/v3/models/schedule1_days.py +++ b/sailpoint/v3/models/schedule1_days.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/schedule1_hours.py b/sailpoint/v3/models/schedule1_hours.py index 00508c7f2..1b3086888 100644 --- a/sailpoint/v3/models/schedule1_hours.py +++ b/sailpoint/v3/models/schedule1_hours.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/schedule1_months.py b/sailpoint/v3/models/schedule1_months.py index da015268d..055fd628c 100644 --- a/sailpoint/v3/models/schedule1_months.py +++ b/sailpoint/v3/models/schedule1_months.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/schedule_days.py b/sailpoint/v3/models/schedule_days.py index 16c9daddc..797593d53 100644 --- a/sailpoint/v3/models/schedule_days.py +++ b/sailpoint/v3/models/schedule_days.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/schedule_hours.py b/sailpoint/v3/models/schedule_hours.py index 2b0f45cc2..28e02c004 100644 --- a/sailpoint/v3/models/schedule_hours.py +++ b/sailpoint/v3/models/schedule_hours.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/schedule_months.py b/sailpoint/v3/models/schedule_months.py index c77edaae9..8c5ff5784 100644 --- a/sailpoint/v3/models/schedule_months.py +++ b/sailpoint/v3/models/schedule_months.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/scheduled_attributes.py b/sailpoint/v3/models/scheduled_attributes.py index ce9c38c80..d8b43eaf9 100644 --- a/sailpoint/v3/models/scheduled_attributes.py +++ b/sailpoint/v3/models/scheduled_attributes.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/scheduled_search.py b/sailpoint/v3/models/scheduled_search.py index 73a13132a..6e529fb02 100644 --- a/sailpoint/v3/models/scheduled_search.py +++ b/sailpoint/v3/models/scheduled_search.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/scheduled_search_all_of_owner.py b/sailpoint/v3/models/scheduled_search_all_of_owner.py index da6d1ca39..bbf2900ea 100644 --- a/sailpoint/v3/models/scheduled_search_all_of_owner.py +++ b/sailpoint/v3/models/scheduled_search_all_of_owner.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/scheduled_search_name.py b/sailpoint/v3/models/scheduled_search_name.py index 1469080b2..133d24722 100644 --- a/sailpoint/v3/models/scheduled_search_name.py +++ b/sailpoint/v3/models/scheduled_search_name.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/search.py b/sailpoint/v3/models/search.py index 7f617de51..0cd2b0aea 100644 --- a/sailpoint/v3/models/search.py +++ b/sailpoint/v3/models/search.py @@ -66,8 +66,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/search_aggregation_specification.py b/sailpoint/v3/models/search_aggregation_specification.py index a5afff074..b2f5c1d18 100644 --- a/sailpoint/v3/models/search_aggregation_specification.py +++ b/sailpoint/v3/models/search_aggregation_specification.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/search_arguments.py b/sailpoint/v3/models/search_arguments.py index 3a7223928..132c42388 100644 --- a/sailpoint/v3/models/search_arguments.py +++ b/sailpoint/v3/models/search_arguments.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/search_attribute_config.py b/sailpoint/v3/models/search_attribute_config.py index 680f6a73b..72f0b6d49 100644 --- a/sailpoint/v3/models/search_attribute_config.py +++ b/sailpoint/v3/models/search_attribute_config.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/search_export_report_arguments.py b/sailpoint/v3/models/search_export_report_arguments.py index 73aa3bea1..7821b97b6 100644 --- a/sailpoint/v3/models/search_export_report_arguments.py +++ b/sailpoint/v3/models/search_export_report_arguments.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/search_schedule.py b/sailpoint/v3/models/search_schedule.py index 5acc65f0d..d9c1ff2e8 100644 --- a/sailpoint/v3/models/search_schedule.py +++ b/sailpoint/v3/models/search_schedule.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/search_schedule_recipients_inner.py b/sailpoint/v3/models/search_schedule_recipients_inner.py index 2ae186090..7610c8643 100644 --- a/sailpoint/v3/models/search_schedule_recipients_inner.py +++ b/sailpoint/v3/models/search_schedule_recipients_inner.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/section_details.py b/sailpoint/v3/models/section_details.py index d7bd0985b..16605671f 100644 --- a/sailpoint/v3/models/section_details.py +++ b/sailpoint/v3/models/section_details.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/segment.py b/sailpoint/v3/models/segment.py index c919392dc..aa53adf7b 100644 --- a/sailpoint/v3/models/segment.py +++ b/sailpoint/v3/models/segment.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/segment_visibility_criteria.py b/sailpoint/v3/models/segment_visibility_criteria.py index c6382d80c..cf2b3f0ed 100644 --- a/sailpoint/v3/models/segment_visibility_criteria.py +++ b/sailpoint/v3/models/segment_visibility_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/selector.py b/sailpoint/v3/models/selector.py index e38a7922b..a5907f63a 100644 --- a/sailpoint/v3/models/selector.py +++ b/sailpoint/v3/models/selector.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/send_token_request.py b/sailpoint/v3/models/send_token_request.py index dd26a7d89..997c82cfa 100644 --- a/sailpoint/v3/models/send_token_request.py +++ b/sailpoint/v3/models/send_token_request.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/send_token_response.py b/sailpoint/v3/models/send_token_response.py index 7406816bd..4cd05078a 100644 --- a/sailpoint/v3/models/send_token_response.py +++ b/sailpoint/v3/models/send_token_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/service_desk_integration_dto.py b/sailpoint/v3/models/service_desk_integration_dto.py index 557ba8153..2cd2bf4a6 100644 --- a/sailpoint/v3/models/service_desk_integration_dto.py +++ b/sailpoint/v3/models/service_desk_integration_dto.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/service_desk_integration_template_dto.py b/sailpoint/v3/models/service_desk_integration_template_dto.py index 393f97a3a..a463783b7 100644 --- a/sailpoint/v3/models/service_desk_integration_template_dto.py +++ b/sailpoint/v3/models/service_desk_integration_template_dto.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/service_desk_integration_template_type.py b/sailpoint/v3/models/service_desk_integration_template_type.py index af5bc93a2..8d53f88b2 100644 --- a/sailpoint/v3/models/service_desk_integration_template_type.py +++ b/sailpoint/v3/models/service_desk_integration_template_type.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/service_desk_source.py b/sailpoint/v3/models/service_desk_source.py index b7b79fd2e..c2d680df0 100644 --- a/sailpoint/v3/models/service_desk_source.py +++ b/sailpoint/v3/models/service_desk_source.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/service_provider_configuration.py b/sailpoint/v3/models/service_provider_configuration.py index 02f528056..38b684ee6 100644 --- a/sailpoint/v3/models/service_provider_configuration.py +++ b/sailpoint/v3/models/service_provider_configuration.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/session_configuration.py b/sailpoint/v3/models/session_configuration.py index 07845c496..3565ef2f4 100644 --- a/sailpoint/v3/models/session_configuration.py +++ b/sailpoint/v3/models/session_configuration.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/set_lifecycle_state200_response.py b/sailpoint/v3/models/set_lifecycle_state200_response.py index f433164d9..49cfbd4fe 100644 --- a/sailpoint/v3/models/set_lifecycle_state200_response.py +++ b/sailpoint/v3/models/set_lifecycle_state200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/set_lifecycle_state_request.py b/sailpoint/v3/models/set_lifecycle_state_request.py index 07b86cbd9..f78905779 100644 --- a/sailpoint/v3/models/set_lifecycle_state_request.py +++ b/sailpoint/v3/models/set_lifecycle_state_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/slim_campaign.py b/sailpoint/v3/models/slim_campaign.py index 9e5fb72d8..22a367677 100644 --- a/sailpoint/v3/models/slim_campaign.py +++ b/sailpoint/v3/models/slim_campaign.py @@ -84,8 +84,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/slim_discovered_applications.py b/sailpoint/v3/models/slim_discovered_applications.py index 7cc36961a..062790bf3 100644 --- a/sailpoint/v3/models/slim_discovered_applications.py +++ b/sailpoint/v3/models/slim_discovered_applications.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_exempt_criteria.py b/sailpoint/v3/models/sod_exempt_criteria.py index f3ca8f59d..93ddf26e0 100644 --- a/sailpoint/v3/models/sod_exempt_criteria.py +++ b/sailpoint/v3/models/sod_exempt_criteria.py @@ -46,8 +46,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_policy.py b/sailpoint/v3/models/sod_policy.py index ca2a00c03..aa016ce8a 100644 --- a/sailpoint/v3/models/sod_policy.py +++ b/sailpoint/v3/models/sod_policy.py @@ -83,8 +83,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_policy_conflicting_access_criteria.py b/sailpoint/v3/models/sod_policy_conflicting_access_criteria.py index 55c181890..bed6b79df 100644 --- a/sailpoint/v3/models/sod_policy_conflicting_access_criteria.py +++ b/sailpoint/v3/models/sod_policy_conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_policy_dto.py b/sailpoint/v3/models/sod_policy_dto.py index 4c7939868..dee71541c 100644 --- a/sailpoint/v3/models/sod_policy_dto.py +++ b/sailpoint/v3/models/sod_policy_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_policy_owner_ref.py b/sailpoint/v3/models/sod_policy_owner_ref.py index 1884d3ecb..db43462f1 100644 --- a/sailpoint/v3/models/sod_policy_owner_ref.py +++ b/sailpoint/v3/models/sod_policy_owner_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_policy_schedule.py b/sailpoint/v3/models/sod_policy_schedule.py index df7462ed4..528b44288 100644 --- a/sailpoint/v3/models/sod_policy_schedule.py +++ b/sailpoint/v3/models/sod_policy_schedule.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_recipient.py b/sailpoint/v3/models/sod_recipient.py index 0ee66fd23..b4af5ecc3 100644 --- a/sailpoint/v3/models/sod_recipient.py +++ b/sailpoint/v3/models/sod_recipient.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_report_result_dto.py b/sailpoint/v3/models/sod_report_result_dto.py index e20010134..43dd03c32 100644 --- a/sailpoint/v3/models/sod_report_result_dto.py +++ b/sailpoint/v3/models/sod_report_result_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_violation_check.py b/sailpoint/v3/models/sod_violation_check.py index 16d51aa18..f71a9d454 100644 --- a/sailpoint/v3/models/sod_violation_check.py +++ b/sailpoint/v3/models/sod_violation_check.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_violation_check_result.py b/sailpoint/v3/models/sod_violation_check_result.py index 13d3b10ca..693262237 100644 --- a/sailpoint/v3/models/sod_violation_check_result.py +++ b/sailpoint/v3/models/sod_violation_check_result.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_violation_context.py b/sailpoint/v3/models/sod_violation_context.py index 7b2a8041d..284fdcb1b 100644 --- a/sailpoint/v3/models/sod_violation_context.py +++ b/sailpoint/v3/models/sod_violation_context.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_violation_context_check_completed.py b/sailpoint/v3/models/sod_violation_context_check_completed.py index 7269818f2..9c83c63ff 100644 --- a/sailpoint/v3/models/sod_violation_context_check_completed.py +++ b/sailpoint/v3/models/sod_violation_context_check_completed.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_violation_context_conflicting_access_criteria.py b/sailpoint/v3/models/sod_violation_context_conflicting_access_criteria.py index 2d7e2e607..e11374a8b 100644 --- a/sailpoint/v3/models/sod_violation_context_conflicting_access_criteria.py +++ b/sailpoint/v3/models/sod_violation_context_conflicting_access_criteria.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sod_violation_context_conflicting_access_criteria_left_criteria.py b/sailpoint/v3/models/sod_violation_context_conflicting_access_criteria_left_criteria.py index 1a260d736..db86b9c66 100644 --- a/sailpoint/v3/models/sod_violation_context_conflicting_access_criteria_left_criteria.py +++ b/sailpoint/v3/models/sod_violation_context_conflicting_access_criteria_left_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source.py b/sailpoint/v3/models/source.py index 4960e8e6e..459bb3c50 100644 --- a/sailpoint/v3/models/source.py +++ b/sailpoint/v3/models/source.py @@ -104,8 +104,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_account_correlation_config.py b/sailpoint/v3/models/source_account_correlation_config.py index 5cc8774bc..63406b7ca 100644 --- a/sailpoint/v3/models/source_account_correlation_config.py +++ b/sailpoint/v3/models/source_account_correlation_config.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_account_correlation_rule.py b/sailpoint/v3/models/source_account_correlation_rule.py index 236395016..d517e2669 100644 --- a/sailpoint/v3/models/source_account_correlation_rule.py +++ b/sailpoint/v3/models/source_account_correlation_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_before_provisioning_rule.py b/sailpoint/v3/models/source_before_provisioning_rule.py index ad3525364..9309596dd 100644 --- a/sailpoint/v3/models/source_before_provisioning_rule.py +++ b/sailpoint/v3/models/source_before_provisioning_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_cluster.py b/sailpoint/v3/models/source_cluster.py index 2fabbdb07..177155d4a 100644 --- a/sailpoint/v3/models/source_cluster.py +++ b/sailpoint/v3/models/source_cluster.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_cluster_dto.py b/sailpoint/v3/models/source_cluster_dto.py index 9f872eb1d..fd4c8aeb9 100644 --- a/sailpoint/v3/models/source_cluster_dto.py +++ b/sailpoint/v3/models/source_cluster_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_connections_dto.py b/sailpoint/v3/models/source_connections_dto.py index 891421ca1..c483faff1 100644 --- a/sailpoint/v3/models/source_connections_dto.py +++ b/sailpoint/v3/models/source_connections_dto.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_health_dto.py b/sailpoint/v3/models/source_health_dto.py index 2dc0f23c5..b4cf6a2e7 100644 --- a/sailpoint/v3/models/source_health_dto.py +++ b/sailpoint/v3/models/source_health_dto.py @@ -61,8 +61,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_management_workgroup.py b/sailpoint/v3/models/source_management_workgroup.py index 52a547cdc..971ab7775 100644 --- a/sailpoint/v3/models/source_management_workgroup.py +++ b/sailpoint/v3/models/source_management_workgroup.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_manager_correlation_mapping.py b/sailpoint/v3/models/source_manager_correlation_mapping.py index fdfdda140..1683153f8 100644 --- a/sailpoint/v3/models/source_manager_correlation_mapping.py +++ b/sailpoint/v3/models/source_manager_correlation_mapping.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_manager_correlation_rule.py b/sailpoint/v3/models/source_manager_correlation_rule.py index c81ea23a8..a5867adc0 100644 --- a/sailpoint/v3/models/source_manager_correlation_rule.py +++ b/sailpoint/v3/models/source_manager_correlation_rule.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_owner.py b/sailpoint/v3/models/source_owner.py index 919f99a67..b3c5c171e 100644 --- a/sailpoint/v3/models/source_owner.py +++ b/sailpoint/v3/models/source_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_password_policies_inner.py b/sailpoint/v3/models/source_password_policies_inner.py index b2ca8b044..9d8c36fb3 100644 --- a/sailpoint/v3/models/source_password_policies_inner.py +++ b/sailpoint/v3/models/source_password_policies_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_schemas_inner.py b/sailpoint/v3/models/source_schemas_inner.py index f63bf13cf..5a4647c10 100644 --- a/sailpoint/v3/models/source_schemas_inner.py +++ b/sailpoint/v3/models/source_schemas_inner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_usage.py b/sailpoint/v3/models/source_usage.py index 1d42d2f27..15903ad4c 100644 --- a/sailpoint/v3/models/source_usage.py +++ b/sailpoint/v3/models/source_usage.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/source_usage_status.py b/sailpoint/v3/models/source_usage_status.py index 96d8e2c6a..f0440b453 100644 --- a/sailpoint/v3/models/source_usage_status.py +++ b/sailpoint/v3/models/source_usage_status.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sp_config_message.py b/sailpoint/v3/models/sp_config_message.py index 2630b0f2c..19d2eaa32 100644 --- a/sailpoint/v3/models/sp_config_message.py +++ b/sailpoint/v3/models/sp_config_message.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sp_details.py b/sailpoint/v3/models/sp_details.py index b238765bb..a0c60a283 100644 --- a/sailpoint/v3/models/sp_details.py +++ b/sailpoint/v3/models/sp_details.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/sub_search_aggregation_specification.py b/sailpoint/v3/models/sub_search_aggregation_specification.py index 7e5b0e432..0f28d0967 100644 --- a/sailpoint/v3/models/sub_search_aggregation_specification.py +++ b/sailpoint/v3/models/sub_search_aggregation_specification.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/tagged_object.py b/sailpoint/v3/models/tagged_object.py index f4bac192f..6faff25e3 100644 --- a/sailpoint/v3/models/tagged_object.py +++ b/sailpoint/v3/models/tagged_object.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/tagged_object_dto.py b/sailpoint/v3/models/tagged_object_dto.py index 657550c56..9d27b7b5d 100644 --- a/sailpoint/v3/models/tagged_object_dto.py +++ b/sailpoint/v3/models/tagged_object_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/task_result_details.py b/sailpoint/v3/models/task_result_details.py index 11e4cfbee..205cb9340 100644 --- a/sailpoint/v3/models/task_result_details.py +++ b/sailpoint/v3/models/task_result_details.py @@ -88,8 +88,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/task_result_details_messages_inner.py b/sailpoint/v3/models/task_result_details_messages_inner.py index e2cd37200..d98cfece7 100644 --- a/sailpoint/v3/models/task_result_details_messages_inner.py +++ b/sailpoint/v3/models/task_result_details_messages_inner.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/task_result_details_returns_inner.py b/sailpoint/v3/models/task_result_details_returns_inner.py index fe5a146a5..7adcc72fe 100644 --- a/sailpoint/v3/models/task_result_details_returns_inner.py +++ b/sailpoint/v3/models/task_result_details_returns_inner.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/task_result_dto.py b/sailpoint/v3/models/task_result_dto.py index 1b48271ba..0ed64e5b7 100644 --- a/sailpoint/v3/models/task_result_dto.py +++ b/sailpoint/v3/models/task_result_dto.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/task_result_simplified.py b/sailpoint/v3/models/task_result_simplified.py index 330ffe656..623ec11df 100644 --- a/sailpoint/v3/models/task_result_simplified.py +++ b/sailpoint/v3/models/task_result_simplified.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/test_external_execute_workflow200_response.py b/sailpoint/v3/models/test_external_execute_workflow200_response.py index 877964adf..c154e54df 100644 --- a/sailpoint/v3/models/test_external_execute_workflow200_response.py +++ b/sailpoint/v3/models/test_external_execute_workflow200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/test_external_execute_workflow_request.py b/sailpoint/v3/models/test_external_execute_workflow_request.py index e4a3ec52c..ebfdcff1d 100644 --- a/sailpoint/v3/models/test_external_execute_workflow_request.py +++ b/sailpoint/v3/models/test_external_execute_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/test_workflow200_response.py b/sailpoint/v3/models/test_workflow200_response.py index 87d3e15c8..7321234a8 100644 --- a/sailpoint/v3/models/test_workflow200_response.py +++ b/sailpoint/v3/models/test_workflow200_response.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/test_workflow_request.py b/sailpoint/v3/models/test_workflow_request.py index bd3216ce9..f427a2e99 100644 --- a/sailpoint/v3/models/test_workflow_request.py +++ b/sailpoint/v3/models/test_workflow_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/text_query.py b/sailpoint/v3/models/text_query.py index 970911b12..f07f0b68c 100644 --- a/sailpoint/v3/models/text_query.py +++ b/sailpoint/v3/models/text_query.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/token_auth_request.py b/sailpoint/v3/models/token_auth_request.py index 4a1cdf5a6..fb3b4da41 100644 --- a/sailpoint/v3/models/token_auth_request.py +++ b/sailpoint/v3/models/token_auth_request.py @@ -51,8 +51,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/token_auth_response.py b/sailpoint/v3/models/token_auth_response.py index ec4eb01c5..bd6889736 100644 --- a/sailpoint/v3/models/token_auth_response.py +++ b/sailpoint/v3/models/token_auth_response.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/transform.py b/sailpoint/v3/models/transform.py index 543ed1411..36a7b28e3 100644 --- a/sailpoint/v3/models/transform.py +++ b/sailpoint/v3/models/transform.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/transform_definition.py b/sailpoint/v3/models/transform_definition.py index 3d83b1728..a307576fa 100644 --- a/sailpoint/v3/models/transform_definition.py +++ b/sailpoint/v3/models/transform_definition.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/transform_read.py b/sailpoint/v3/models/transform_read.py index d3dd45c20..791ad108c 100644 --- a/sailpoint/v3/models/transform_read.py +++ b/sailpoint/v3/models/transform_read.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/type_ahead_query.py b/sailpoint/v3/models/type_ahead_query.py index 0998568c9..3874a4f27 100644 --- a/sailpoint/v3/models/type_ahead_query.py +++ b/sailpoint/v3/models/type_ahead_query.py @@ -49,8 +49,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/typed_reference.py b/sailpoint/v3/models/typed_reference.py index d5cbc2680..9990a74ea 100644 --- a/sailpoint/v3/models/typed_reference.py +++ b/sailpoint/v3/models/typed_reference.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/uncorrelated_accounts_report_arguments.py b/sailpoint/v3/models/uncorrelated_accounts_report_arguments.py index 011d084e6..76f250958 100644 --- a/sailpoint/v3/models/uncorrelated_accounts_report_arguments.py +++ b/sailpoint/v3/models/uncorrelated_accounts_report_arguments.py @@ -53,8 +53,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/update_detail.py b/sailpoint/v3/models/update_detail.py index 498985d1c..716693710 100644 --- a/sailpoint/v3/models/update_detail.py +++ b/sailpoint/v3/models/update_detail.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/v3_connector_dto.py b/sailpoint/v3/models/v3_connector_dto.py index 59e50fa75..cc40aeeae 100644 --- a/sailpoint/v3/models/v3_connector_dto.py +++ b/sailpoint/v3/models/v3_connector_dto.py @@ -59,8 +59,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/v3_create_connector_dto.py b/sailpoint/v3/models/v3_create_connector_dto.py index f1cce43f9..d722ef3b3 100644 --- a/sailpoint/v3/models/v3_create_connector_dto.py +++ b/sailpoint/v3/models/v3_create_connector_dto.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/value.py b/sailpoint/v3/models/value.py index dbaf422b2..11b76550b 100644 --- a/sailpoint/v3/models/value.py +++ b/sailpoint/v3/models/value.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/vendor_connector_mapping.py b/sailpoint/v3/models/vendor_connector_mapping.py index d36fdea41..92a9516de 100644 --- a/sailpoint/v3/models/vendor_connector_mapping.py +++ b/sailpoint/v3/models/vendor_connector_mapping.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/vendor_connector_mapping_deleted_at.py b/sailpoint/v3/models/vendor_connector_mapping_deleted_at.py index 277111f26..bdaf73cdf 100644 --- a/sailpoint/v3/models/vendor_connector_mapping_deleted_at.py +++ b/sailpoint/v3/models/vendor_connector_mapping_deleted_at.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/vendor_connector_mapping_deleted_by.py b/sailpoint/v3/models/vendor_connector_mapping_deleted_by.py index 16479a045..43e6b3f42 100644 --- a/sailpoint/v3/models/vendor_connector_mapping_deleted_by.py +++ b/sailpoint/v3/models/vendor_connector_mapping_deleted_by.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/vendor_connector_mapping_updated_at.py b/sailpoint/v3/models/vendor_connector_mapping_updated_at.py index 2ca7bd911..54b0720e5 100644 --- a/sailpoint/v3/models/vendor_connector_mapping_updated_at.py +++ b/sailpoint/v3/models/vendor_connector_mapping_updated_at.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/vendor_connector_mapping_updated_by.py b/sailpoint/v3/models/vendor_connector_mapping_updated_by.py index ef8743266..05bac180f 100644 --- a/sailpoint/v3/models/vendor_connector_mapping_updated_by.py +++ b/sailpoint/v3/models/vendor_connector_mapping_updated_by.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/verification_poll_request.py b/sailpoint/v3/models/verification_poll_request.py index 1e862b15d..6b04208f3 100644 --- a/sailpoint/v3/models/verification_poll_request.py +++ b/sailpoint/v3/models/verification_poll_request.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/verification_response.py b/sailpoint/v3/models/verification_response.py index e8dd723de..53b85c351 100644 --- a/sailpoint/v3/models/verification_response.py +++ b/sailpoint/v3/models/verification_response.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/violation_context.py b/sailpoint/v3/models/violation_context.py index c732d1fd5..e6a17dc46 100644 --- a/sailpoint/v3/models/violation_context.py +++ b/sailpoint/v3/models/violation_context.py @@ -45,8 +45,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/violation_context_policy.py b/sailpoint/v3/models/violation_context_policy.py index f92ac3fc3..353eabab5 100644 --- a/sailpoint/v3/models/violation_context_policy.py +++ b/sailpoint/v3/models/violation_context_policy.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/violation_owner_assignment_config.py b/sailpoint/v3/models/violation_owner_assignment_config.py index 23209f2a5..62bc30cfc 100644 --- a/sailpoint/v3/models/violation_owner_assignment_config.py +++ b/sailpoint/v3/models/violation_owner_assignment_config.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/violation_owner_assignment_config_owner_ref.py b/sailpoint/v3/models/violation_owner_assignment_config_owner_ref.py index 482208ecb..cc83c1d5d 100644 --- a/sailpoint/v3/models/violation_owner_assignment_config_owner_ref.py +++ b/sailpoint/v3/models/violation_owner_assignment_config_owner_ref.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/violation_prediction.py b/sailpoint/v3/models/violation_prediction.py index bc50ed72d..1a922f5c8 100644 --- a/sailpoint/v3/models/violation_prediction.py +++ b/sailpoint/v3/models/violation_prediction.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/visibility_criteria.py b/sailpoint/v3/models/visibility_criteria.py index 50d90a2bf..9e2d063fe 100644 --- a/sailpoint/v3/models/visibility_criteria.py +++ b/sailpoint/v3/models/visibility_criteria.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/work_item_forward.py b/sailpoint/v3/models/work_item_forward.py index ae3a83b7d..0da8c5a24 100644 --- a/sailpoint/v3/models/work_item_forward.py +++ b/sailpoint/v3/models/work_item_forward.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/work_items.py b/sailpoint/v3/models/work_items.py index c78df7c10..4c4445a92 100644 --- a/sailpoint/v3/models/work_items.py +++ b/sailpoint/v3/models/work_items.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/work_items_count.py b/sailpoint/v3/models/work_items_count.py index cee08bc96..5671a304c 100644 --- a/sailpoint/v3/models/work_items_count.py +++ b/sailpoint/v3/models/work_items_count.py @@ -42,8 +42,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/work_items_form.py b/sailpoint/v3/models/work_items_form.py index a5b30436b..2947d8724 100644 --- a/sailpoint/v3/models/work_items_form.py +++ b/sailpoint/v3/models/work_items_form.py @@ -48,8 +48,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/work_items_summary.py b/sailpoint/v3/models/work_items_summary.py index 5f96d4b18..d0f30011a 100644 --- a/sailpoint/v3/models/work_items_summary.py +++ b/sailpoint/v3/models/work_items_summary.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow.py b/sailpoint/v3/models/workflow.py index 9dfbbf37f..cbc8b999c 100644 --- a/sailpoint/v3/models/workflow.py +++ b/sailpoint/v3/models/workflow.py @@ -60,8 +60,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_all_of_creator.py b/sailpoint/v3/models/workflow_all_of_creator.py index c2112b385..a2cdc436e 100644 --- a/sailpoint/v3/models/workflow_all_of_creator.py +++ b/sailpoint/v3/models/workflow_all_of_creator.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_body.py b/sailpoint/v3/models/workflow_body.py index 23012503d..c121ef022 100644 --- a/sailpoint/v3/models/workflow_body.py +++ b/sailpoint/v3/models/workflow_body.py @@ -50,8 +50,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_body_owner.py b/sailpoint/v3/models/workflow_body_owner.py index e5001ed70..22ec567f9 100644 --- a/sailpoint/v3/models/workflow_body_owner.py +++ b/sailpoint/v3/models/workflow_body_owner.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_definition.py b/sailpoint/v3/models/workflow_definition.py index 1069be3f4..27dd3e6d1 100644 --- a/sailpoint/v3/models/workflow_definition.py +++ b/sailpoint/v3/models/workflow_definition.py @@ -43,8 +43,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_execution.py b/sailpoint/v3/models/workflow_execution.py index 40c6a7c7f..96ecae12f 100644 --- a/sailpoint/v3/models/workflow_execution.py +++ b/sailpoint/v3/models/workflow_execution.py @@ -58,8 +58,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_execution_event.py b/sailpoint/v3/models/workflow_execution_event.py index 61cd3a31e..d8ec8cdb6 100644 --- a/sailpoint/v3/models/workflow_execution_event.py +++ b/sailpoint/v3/models/workflow_execution_event.py @@ -55,8 +55,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_library_action.py b/sailpoint/v3/models/workflow_library_action.py index bd37c413c..f02d873be 100644 --- a/sailpoint/v3/models/workflow_library_action.py +++ b/sailpoint/v3/models/workflow_library_action.py @@ -56,8 +56,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_library_form_fields.py b/sailpoint/v3/models/workflow_library_form_fields.py index dc5637354..697b454e8 100644 --- a/sailpoint/v3/models/workflow_library_form_fields.py +++ b/sailpoint/v3/models/workflow_library_form_fields.py @@ -57,8 +57,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_library_operator.py b/sailpoint/v3/models/workflow_library_operator.py index 24c47c60b..8078ca5df 100644 --- a/sailpoint/v3/models/workflow_library_operator.py +++ b/sailpoint/v3/models/workflow_library_operator.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_library_trigger.py b/sailpoint/v3/models/workflow_library_trigger.py index 01a9c779e..61ffbaf48 100644 --- a/sailpoint/v3/models/workflow_library_trigger.py +++ b/sailpoint/v3/models/workflow_library_trigger.py @@ -64,8 +64,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_modified_by.py b/sailpoint/v3/models/workflow_modified_by.py index 79856efe7..a96567045 100644 --- a/sailpoint/v3/models/workflow_modified_by.py +++ b/sailpoint/v3/models/workflow_modified_by.py @@ -54,8 +54,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_o_auth_client.py b/sailpoint/v3/models/workflow_o_auth_client.py index 8f042f34b..301849b2a 100644 --- a/sailpoint/v3/models/workflow_o_auth_client.py +++ b/sailpoint/v3/models/workflow_o_auth_client.py @@ -44,8 +44,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/models/workflow_trigger.py b/sailpoint/v3/models/workflow_trigger.py index 54a840901..8ce175a81 100644 --- a/sailpoint/v3/models/workflow_trigger.py +++ b/sailpoint/v3/models/workflow_trigger.py @@ -52,8 +52,8 @@ def to_str(self) -> str: def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[Self]: diff --git a/sailpoint/v3/rest.py b/sailpoint/v3/rest.py index f1fb26e50..1388f2228 100644 --- a/sailpoint/v3/rest.py +++ b/sailpoint/v3/rest.py @@ -225,7 +225,7 @@ def request( headers=headers, preload_content=False ) - elif headers['Content-Type'] == 'text/plain' and isinstance(body, bool): + elif headers['Content-Type'].startswith('text/') and isinstance(body, bool): request_body = "true" if body else "false" r = self.pool_manager.request( method, diff --git a/sailpoint/v3/test/test_account_usage.py b/sailpoint/v3/test/test_account_usage.py index cd8ce5991..f7f07a27f 100644 --- a/sailpoint/v3/test/test_account_usage.py +++ b/sailpoint/v3/test/test_account_usage.py @@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> AccountUsage: model = AccountUsage() if include_optional: return AccountUsage( - var_date = 'Fri Apr 21 00:00:00 UTC 2023', + var_date = 'Thu Apr 20 20:00:00 EDT 2023', count = 10 ) else: diff --git a/sailpoint/v3/test/test_non_employee_request_without_approval_item.py b/sailpoint/v3/test/test_non_employee_request_without_approval_item.py index 7fe7afc14..3b69ed401 100644 --- a/sailpoint/v3/test/test_non_employee_request_without_approval_item.py +++ b/sailpoint/v3/test/test_non_employee_request_without_approval_item.py @@ -50,8 +50,8 @@ def make_instance(self, include_optional) -> NonEmployeeRequestWithoutApprovalIt approval_status = 'APPROVED', comment = 'approved', completion_date = '2020-03-24T11:11:41.139-05:00', - start_date = 'Tue Mar 24 00:00:00 UTC 2020', - end_date = 'Thu Mar 25 00:00:00 UTC 2021', + start_date = 'Mon Mar 23 20:00:00 EDT 2020', + end_date = 'Wed Mar 24 20:00:00 EDT 2021', modified = '2020-03-24T11:11:41.139-05:00', created = '2020-03-24T11:11:41.139-05:00' ) diff --git a/sailpoint/v3/test/test_source_usage.py b/sailpoint/v3/test/test_source_usage.py index e1dcaa569..ecf5f3112 100644 --- a/sailpoint/v3/test/test_source_usage.py +++ b/sailpoint/v3/test/test_source_usage.py @@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> SourceUsage: model = SourceUsage() if include_optional: return SourceUsage( - var_date = 'Fri Apr 21 00:00:00 UTC 2023', + var_date = 'Thu Apr 20 20:00:00 EDT 2023', count = 10.45 ) else: diff --git a/sailpoint/v3_README.md b/sailpoint/v3_README.md index bf9d22ac3..7c09dd0dd 100644 --- a/sailpoint/v3_README.md +++ b/sailpoint/v3_README.md @@ -19,9 +19,10 @@ This python library package is generated without supporting files like setup.py To be able to use it, you will need these dependencies in your own package that uses this library: -* urllib3 >= 1.25.3 -* python-dateutil -* pydantic +* urllib3 >= 1.25.3, < 3.0.0 +* python-dateutil >= 2.8.2 +* pydantic >= 2 +* typing-extensions >= 4.7.1 ## Getting Started @@ -74,938 +75,938 @@ All URIs are relative to *https://sailpoint.api.identitynow.com/v3* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- -*AccessProfilesApi* | [**create_access_profile**](sailpoint/v3/docs/AccessProfilesApi.md#create_access_profile) | **POST** /access-profiles | Create Access Profile -*AccessProfilesApi* | [**delete_access_profile**](sailpoint/v3/docs/AccessProfilesApi.md#delete_access_profile) | **DELETE** /access-profiles/{id} | Delete the specified Access Profile -*AccessProfilesApi* | [**delete_access_profiles_in_bulk**](sailpoint/v3/docs/AccessProfilesApi.md#delete_access_profiles_in_bulk) | **POST** /access-profiles/bulk-delete | Delete Access Profile(s) -*AccessProfilesApi* | [**get_access_profile**](sailpoint/v3/docs/AccessProfilesApi.md#get_access_profile) | **GET** /access-profiles/{id} | Get an Access Profile -*AccessProfilesApi* | [**get_access_profile_entitlements**](sailpoint/v3/docs/AccessProfilesApi.md#get_access_profile_entitlements) | **GET** /access-profiles/{id}/entitlements | List Access Profile's Entitlements -*AccessProfilesApi* | [**list_access_profiles**](sailpoint/v3/docs/AccessProfilesApi.md#list_access_profiles) | **GET** /access-profiles | List Access Profiles -*AccessProfilesApi* | [**patch_access_profile**](sailpoint/v3/docs/AccessProfilesApi.md#patch_access_profile) | **PATCH** /access-profiles/{id} | Patch a specified Access Profile -*AccessRequestApprovalsApi* | [**approve_access_request**](sailpoint/v3/docs/AccessRequestApprovalsApi.md#approve_access_request) | **POST** /access-request-approvals/{approvalId}/approve | Approve Access Request Approval -*AccessRequestApprovalsApi* | [**forward_access_request**](sailpoint/v3/docs/AccessRequestApprovalsApi.md#forward_access_request) | **POST** /access-request-approvals/{approvalId}/forward | Forward Access Request Approval -*AccessRequestApprovalsApi* | [**get_access_request_approval_summary**](sailpoint/v3/docs/AccessRequestApprovalsApi.md#get_access_request_approval_summary) | **GET** /access-request-approvals/approval-summary | Get Access Requests Approvals Number -*AccessRequestApprovalsApi* | [**list_completed_approvals**](sailpoint/v3/docs/AccessRequestApprovalsApi.md#list_completed_approvals) | **GET** /access-request-approvals/completed | Completed Access Request Approvals List -*AccessRequestApprovalsApi* | [**list_pending_approvals**](sailpoint/v3/docs/AccessRequestApprovalsApi.md#list_pending_approvals) | **GET** /access-request-approvals/pending | Pending Access Request Approvals List -*AccessRequestApprovalsApi* | [**reject_access_request**](sailpoint/v3/docs/AccessRequestApprovalsApi.md#reject_access_request) | **POST** /access-request-approvals/{approvalId}/reject | Reject Access Request Approval -*AccessRequestsApi* | [**cancel_access_request**](sailpoint/v3/docs/AccessRequestsApi.md#cancel_access_request) | **POST** /access-requests/cancel | Cancel Access Request -*AccessRequestsApi* | [**create_access_request**](sailpoint/v3/docs/AccessRequestsApi.md#create_access_request) | **POST** /access-requests | Submit Access Request -*AccessRequestsApi* | [**get_access_request_config**](sailpoint/v3/docs/AccessRequestsApi.md#get_access_request_config) | **GET** /access-request-config | Get Access Request Configuration -*AccessRequestsApi* | [**list_access_request_status**](sailpoint/v3/docs/AccessRequestsApi.md#list_access_request_status) | **GET** /access-request-status | Access Request Status -*AccessRequestsApi* | [**set_access_request_config**](sailpoint/v3/docs/AccessRequestsApi.md#set_access_request_config) | **PUT** /access-request-config | Update Access Request Configuration -*AccountActivitiesApi* | [**get_account_activity**](sailpoint/v3/docs/AccountActivitiesApi.md#get_account_activity) | **GET** /account-activities/{id} | Get an Account Activity -*AccountActivitiesApi* | [**list_account_activities**](sailpoint/v3/docs/AccountActivitiesApi.md#list_account_activities) | **GET** /account-activities | List Account Activities -*AccountUsagesApi* | [**get_usages_by_account_id**](sailpoint/v3/docs/AccountUsagesApi.md#get_usages_by_account_id) | **GET** /account-usages/{accountId}/summaries | Returns account usage insights -*AccountsApi* | [**create_account**](sailpoint/v3/docs/AccountsApi.md#create_account) | **POST** /accounts | Create Account -*AccountsApi* | [**delete_account**](sailpoint/v3/docs/AccountsApi.md#delete_account) | **DELETE** /accounts/{id} | Delete Account -*AccountsApi* | [**disable_account**](sailpoint/v3/docs/AccountsApi.md#disable_account) | **POST** /accounts/{id}/disable | Disable Account -*AccountsApi* | [**enable_account**](sailpoint/v3/docs/AccountsApi.md#enable_account) | **POST** /accounts/{id}/enable | Enable Account -*AccountsApi* | [**get_account**](sailpoint/v3/docs/AccountsApi.md#get_account) | **GET** /accounts/{id} | Account Details -*AccountsApi* | [**get_account_entitlements**](sailpoint/v3/docs/AccountsApi.md#get_account_entitlements) | **GET** /accounts/{id}/entitlements | Account Entitlements -*AccountsApi* | [**list_accounts**](sailpoint/v3/docs/AccountsApi.md#list_accounts) | **GET** /accounts | Accounts List -*AccountsApi* | [**put_account**](sailpoint/v3/docs/AccountsApi.md#put_account) | **PUT** /accounts/{id} | Update Account -*AccountsApi* | [**submit_reload_account**](sailpoint/v3/docs/AccountsApi.md#submit_reload_account) | **POST** /accounts/{id}/reload | Reload Account -*AccountsApi* | [**unlock_account**](sailpoint/v3/docs/AccountsApi.md#unlock_account) | **POST** /accounts/{id}/unlock | Unlock Account -*AccountsApi* | [**update_account**](sailpoint/v3/docs/AccountsApi.md#update_account) | **PATCH** /accounts/{id} | Update Account -*ApplicationDiscoveryApi* | [**get_discovered_applications**](sailpoint/v3/docs/ApplicationDiscoveryApi.md#get_discovered_applications) | **GET** /discovered-applications | Get Discovered Applications for Tenant -*ApplicationDiscoveryApi* | [**get_manual_discover_applications_csv_template**](sailpoint/v3/docs/ApplicationDiscoveryApi.md#get_manual_discover_applications_csv_template) | **GET** /manual-discover-applications-template | Download CSV Template for Discovery -*ApplicationDiscoveryApi* | [**send_manual_discover_applications_csv_template**](sailpoint/v3/docs/ApplicationDiscoveryApi.md#send_manual_discover_applications_csv_template) | **POST** /manual-discover-applications | Upload CSV to Discover Applications -*AuthUsersApi* | [**get_auth_user**](sailpoint/v3/docs/AuthUsersApi.md#get_auth_user) | **GET** /auth-users/{id} | Auth User Details -*AuthUsersApi* | [**patch_auth_user**](sailpoint/v3/docs/AuthUsersApi.md#patch_auth_user) | **PATCH** /auth-users/{id} | Auth User Update -*BrandingApi* | [**create_branding_item**](sailpoint/v3/docs/BrandingApi.md#create_branding_item) | **POST** /brandings | Create a branding item -*BrandingApi* | [**delete_branding**](sailpoint/v3/docs/BrandingApi.md#delete_branding) | **DELETE** /brandings/{name} | Delete a branding item -*BrandingApi* | [**get_branding**](sailpoint/v3/docs/BrandingApi.md#get_branding) | **GET** /brandings/{name} | Get a branding item -*BrandingApi* | [**get_branding_list**](sailpoint/v3/docs/BrandingApi.md#get_branding_list) | **GET** /brandings | List of branding items -*BrandingApi* | [**set_branding_item**](sailpoint/v3/docs/BrandingApi.md#set_branding_item) | **PUT** /brandings/{name} | Update a branding item -*CertificationCampaignFiltersApi* | [**create_campaign_filter**](sailpoint/v3/docs/CertificationCampaignFiltersApi.md#create_campaign_filter) | **POST** /campaign-filters | Create Campaign Filter -*CertificationCampaignFiltersApi* | [**delete_campaign_filters**](sailpoint/v3/docs/CertificationCampaignFiltersApi.md#delete_campaign_filters) | **POST** /campaign-filters/delete | Deletes Campaign Filters -*CertificationCampaignFiltersApi* | [**get_campaign_filter_by_id**](sailpoint/v3/docs/CertificationCampaignFiltersApi.md#get_campaign_filter_by_id) | **GET** /campaign-filters/{id} | Get Campaign Filter by ID -*CertificationCampaignFiltersApi* | [**list_campaign_filters**](sailpoint/v3/docs/CertificationCampaignFiltersApi.md#list_campaign_filters) | **GET** /campaign-filters | List Campaign Filters -*CertificationCampaignFiltersApi* | [**update_campaign_filter**](sailpoint/v3/docs/CertificationCampaignFiltersApi.md#update_campaign_filter) | **POST** /campaign-filters/{id} | Updates a Campaign Filter -*CertificationCampaignsApi* | [**complete_campaign**](sailpoint/v3/docs/CertificationCampaignsApi.md#complete_campaign) | **POST** /campaigns/{id}/complete | Complete a Campaign -*CertificationCampaignsApi* | [**create_campaign**](sailpoint/v3/docs/CertificationCampaignsApi.md#create_campaign) | **POST** /campaigns | Create a campaign -*CertificationCampaignsApi* | [**create_campaign_template**](sailpoint/v3/docs/CertificationCampaignsApi.md#create_campaign_template) | **POST** /campaign-templates | Create a Campaign Template -*CertificationCampaignsApi* | [**delete_campaign_template**](sailpoint/v3/docs/CertificationCampaignsApi.md#delete_campaign_template) | **DELETE** /campaign-templates/{id} | Delete a Campaign Template -*CertificationCampaignsApi* | [**delete_campaign_template_schedule**](sailpoint/v3/docs/CertificationCampaignsApi.md#delete_campaign_template_schedule) | **DELETE** /campaign-templates/{id}/schedule | Delete Campaign Template Schedule -*CertificationCampaignsApi* | [**delete_campaigns**](sailpoint/v3/docs/CertificationCampaignsApi.md#delete_campaigns) | **POST** /campaigns/delete | Delete Campaigns -*CertificationCampaignsApi* | [**get_active_campaigns**](sailpoint/v3/docs/CertificationCampaignsApi.md#get_active_campaigns) | **GET** /campaigns | List Campaigns -*CertificationCampaignsApi* | [**get_campaign**](sailpoint/v3/docs/CertificationCampaignsApi.md#get_campaign) | **GET** /campaigns/{id} | Get Campaign -*CertificationCampaignsApi* | [**get_campaign_reports**](sailpoint/v3/docs/CertificationCampaignsApi.md#get_campaign_reports) | **GET** /campaigns/{id}/reports | Get Campaign Reports -*CertificationCampaignsApi* | [**get_campaign_reports_config**](sailpoint/v3/docs/CertificationCampaignsApi.md#get_campaign_reports_config) | **GET** /campaigns/reports-configuration | Get Campaign Reports Configuration -*CertificationCampaignsApi* | [**get_campaign_template**](sailpoint/v3/docs/CertificationCampaignsApi.md#get_campaign_template) | **GET** /campaign-templates/{id} | Get a Campaign Template -*CertificationCampaignsApi* | [**get_campaign_template_schedule**](sailpoint/v3/docs/CertificationCampaignsApi.md#get_campaign_template_schedule) | **GET** /campaign-templates/{id}/schedule | Get Campaign Template Schedule -*CertificationCampaignsApi* | [**get_campaign_templates**](sailpoint/v3/docs/CertificationCampaignsApi.md#get_campaign_templates) | **GET** /campaign-templates | List Campaign Templates -*CertificationCampaignsApi* | [**move**](sailpoint/v3/docs/CertificationCampaignsApi.md#move) | **POST** /campaigns/{id}/reassign | Reassign Certifications -*CertificationCampaignsApi* | [**patch_campaign_template**](sailpoint/v3/docs/CertificationCampaignsApi.md#patch_campaign_template) | **PATCH** /campaign-templates/{id} | Update a Campaign Template -*CertificationCampaignsApi* | [**set_campaign_reports_config**](sailpoint/v3/docs/CertificationCampaignsApi.md#set_campaign_reports_config) | **PUT** /campaigns/reports-configuration | Set Campaign Reports Configuration -*CertificationCampaignsApi* | [**set_campaign_template_schedule**](sailpoint/v3/docs/CertificationCampaignsApi.md#set_campaign_template_schedule) | **PUT** /campaign-templates/{id}/schedule | Set Campaign Template Schedule -*CertificationCampaignsApi* | [**start_campaign**](sailpoint/v3/docs/CertificationCampaignsApi.md#start_campaign) | **POST** /campaigns/{id}/activate | Activate a Campaign -*CertificationCampaignsApi* | [**start_campaign_remediation_scan**](sailpoint/v3/docs/CertificationCampaignsApi.md#start_campaign_remediation_scan) | **POST** /campaigns/{id}/run-remediation-scan | Run Campaign Remediation Scan -*CertificationCampaignsApi* | [**start_campaign_report**](sailpoint/v3/docs/CertificationCampaignsApi.md#start_campaign_report) | **POST** /campaigns/{id}/run-report/{type} | Run Campaign Report -*CertificationCampaignsApi* | [**start_generate_campaign_template**](sailpoint/v3/docs/CertificationCampaignsApi.md#start_generate_campaign_template) | **POST** /campaign-templates/{id}/generate | Generate a Campaign from Template -*CertificationCampaignsApi* | [**update_campaign**](sailpoint/v3/docs/CertificationCampaignsApi.md#update_campaign) | **PATCH** /campaigns/{id} | Update a Campaign -*CertificationSummariesApi* | [**get_identity_access_summaries**](sailpoint/v3/docs/CertificationSummariesApi.md#get_identity_access_summaries) | **GET** /certifications/{id}/access-summaries/{type} | Access Summaries -*CertificationSummariesApi* | [**get_identity_decision_summary**](sailpoint/v3/docs/CertificationSummariesApi.md#get_identity_decision_summary) | **GET** /certifications/{id}/decision-summary | Summary of Certification Decisions -*CertificationSummariesApi* | [**get_identity_summaries**](sailpoint/v3/docs/CertificationSummariesApi.md#get_identity_summaries) | **GET** /certifications/{id}/identity-summaries | Identity Summaries for Campaign Certification -*CertificationSummariesApi* | [**get_identity_summary**](sailpoint/v3/docs/CertificationSummariesApi.md#get_identity_summary) | **GET** /certifications/{id}/identity-summaries/{identitySummaryId} | Summary for Identity -*CertificationsApi* | [**get_certification_task**](sailpoint/v3/docs/CertificationsApi.md#get_certification_task) | **GET** /certification-tasks/{id} | Certification Task by ID -*CertificationsApi* | [**get_identity_certification**](sailpoint/v3/docs/CertificationsApi.md#get_identity_certification) | **GET** /certifications/{id} | Identity Certification by ID -*CertificationsApi* | [**get_identity_certification_item_permissions**](sailpoint/v3/docs/CertificationsApi.md#get_identity_certification_item_permissions) | **GET** /certifications/{certificationId}/access-review-items/{itemId}/permissions | Permissions for Entitlement Certification Item -*CertificationsApi* | [**get_pending_certification_tasks**](sailpoint/v3/docs/CertificationsApi.md#get_pending_certification_tasks) | **GET** /certification-tasks | List of Pending Certification Tasks -*CertificationsApi* | [**list_certification_reviewers**](sailpoint/v3/docs/CertificationsApi.md#list_certification_reviewers) | **GET** /certifications/{id}/reviewers | List of Reviewers for certification -*CertificationsApi* | [**list_identity_access_review_items**](sailpoint/v3/docs/CertificationsApi.md#list_identity_access_review_items) | **GET** /certifications/{id}/access-review-items | List of Access Review Items -*CertificationsApi* | [**list_identity_certifications**](sailpoint/v3/docs/CertificationsApi.md#list_identity_certifications) | **GET** /certifications | List Identity Campaign Certifications -*CertificationsApi* | [**make_identity_decision**](sailpoint/v3/docs/CertificationsApi.md#make_identity_decision) | **POST** /certifications/{id}/decide | Decide on a Certification Item -*CertificationsApi* | [**reassign_identity_certifications**](sailpoint/v3/docs/CertificationsApi.md#reassign_identity_certifications) | **POST** /certifications/{id}/reassign | Reassign Identities or Items -*CertificationsApi* | [**sign_off_identity_certification**](sailpoint/v3/docs/CertificationsApi.md#sign_off_identity_certification) | **POST** /certifications/{id}/sign-off | Finalize Identity Certification Decisions -*CertificationsApi* | [**submit_reassign_certs_async**](sailpoint/v3/docs/CertificationsApi.md#submit_reassign_certs_async) | **POST** /certifications/{id}/reassign-async | Reassign Certifications Asynchronously -*ConfigurationHubApi* | [**create_object_mapping**](sailpoint/v3/docs/ConfigurationHubApi.md#create_object_mapping) | **POST** /configuration-hub/object-mappings/{sourceOrg} | Creates an object mapping -*ConfigurationHubApi* | [**create_object_mappings**](sailpoint/v3/docs/ConfigurationHubApi.md#create_object_mappings) | **POST** /configuration-hub/object-mappings/{sourceOrg}/bulk-create | Bulk creates object mappings -*ConfigurationHubApi* | [**create_uploaded_configuration**](sailpoint/v3/docs/ConfigurationHubApi.md#create_uploaded_configuration) | **POST** /configuration-hub/backups/uploads | Upload a Configuration -*ConfigurationHubApi* | [**delete_object_mapping**](sailpoint/v3/docs/ConfigurationHubApi.md#delete_object_mapping) | **DELETE** /configuration-hub/object-mappings/{sourceOrg}/{objectMappingId} | Deletes an object mapping -*ConfigurationHubApi* | [**delete_uploaded_configuration**](sailpoint/v3/docs/ConfigurationHubApi.md#delete_uploaded_configuration) | **DELETE** /configuration-hub/backups/uploads/{id} | Delete an Uploaded Configuration -*ConfigurationHubApi* | [**get_object_mappings**](sailpoint/v3/docs/ConfigurationHubApi.md#get_object_mappings) | **GET** /configuration-hub/object-mappings/{sourceOrg} | Gets list of object mappings -*ConfigurationHubApi* | [**get_uploaded_configuration**](sailpoint/v3/docs/ConfigurationHubApi.md#get_uploaded_configuration) | **GET** /configuration-hub/backups/uploads/{id} | Get an Uploaded Configuration -*ConfigurationHubApi* | [**list_uploaded_configurations**](sailpoint/v3/docs/ConfigurationHubApi.md#list_uploaded_configurations) | **GET** /configuration-hub/backups/uploads | List Uploaded Configurations -*ConfigurationHubApi* | [**update_object_mappings**](sailpoint/v3/docs/ConfigurationHubApi.md#update_object_mappings) | **POST** /configuration-hub/object-mappings/{sourceOrg}/bulk-patch | Bulk updates object mappings -*ConnectorsApi* | [**create_custom_connector**](sailpoint/v3/docs/ConnectorsApi.md#create_custom_connector) | **POST** /connectors | Create Custom Connector -*ConnectorsApi* | [**delete_custom_connector**](sailpoint/v3/docs/ConnectorsApi.md#delete_custom_connector) | **DELETE** /connectors/{scriptName} | Delete Connector by Script Name -*ConnectorsApi* | [**get_connector**](sailpoint/v3/docs/ConnectorsApi.md#get_connector) | **GET** /connectors/{scriptName} | Get Connector by Script Name -*ConnectorsApi* | [**get_connector_list**](sailpoint/v3/docs/ConnectorsApi.md#get_connector_list) | **GET** /connectors | Get Connector List -*ConnectorsApi* | [**get_connector_source_config**](sailpoint/v3/docs/ConnectorsApi.md#get_connector_source_config) | **GET** /connectors/{scriptName}/source-config | Get Connector Source Configuration -*ConnectorsApi* | [**get_connector_source_template**](sailpoint/v3/docs/ConnectorsApi.md#get_connector_source_template) | **GET** /connectors/{scriptName}/source-template | Get Connector Source Template -*ConnectorsApi* | [**get_connector_translations**](sailpoint/v3/docs/ConnectorsApi.md#get_connector_translations) | **GET** /connectors/{scriptName}/translations/{locale} | Get Connector Translations -*ConnectorsApi* | [**put_connector_source_config**](sailpoint/v3/docs/ConnectorsApi.md#put_connector_source_config) | **PUT** /connectors/{scriptName}/source-config | Update Connector Source Configuration -*ConnectorsApi* | [**put_connector_source_template**](sailpoint/v3/docs/ConnectorsApi.md#put_connector_source_template) | **PUT** /connectors/{scriptName}/source-template | Update Connector Source Template -*ConnectorsApi* | [**put_connector_translations**](sailpoint/v3/docs/ConnectorsApi.md#put_connector_translations) | **PUT** /connectors/{scriptName}/translations/{locale} | Update Connector Translations -*ConnectorsApi* | [**update_connector**](sailpoint/v3/docs/ConnectorsApi.md#update_connector) | **PATCH** /connectors/{scriptName} | Update Connector by Script Name -*GlobalTenantSecuritySettingsApi* | [**create_auth_org_network_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#create_auth_org_network_config) | **POST** /auth-org/network-config | Create security network configuration. -*GlobalTenantSecuritySettingsApi* | [**get_auth_org_lockout_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_lockout_config) | **GET** /auth-org/lockout-config | Get Auth Org Lockout Configuration. -*GlobalTenantSecuritySettingsApi* | [**get_auth_org_network_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_network_config) | **GET** /auth-org/network-config | Get security network configuration. -*GlobalTenantSecuritySettingsApi* | [**get_auth_org_service_provider_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_service_provider_config) | **GET** /auth-org/service-provider-config | Get Service Provider Configuration. -*GlobalTenantSecuritySettingsApi* | [**get_auth_org_session_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_session_config) | **GET** /auth-org/session-config | Get Auth Org Session Configuration. -*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_lockout_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_lockout_config) | **PATCH** /auth-org/lockout-config | Update Auth Org Lockout Configuration -*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_network_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_network_config) | **PATCH** /auth-org/network-config | Update security network configuration. -*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_service_provider_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_service_provider_config) | **PATCH** /auth-org/service-provider-config | Update Service Provider Configuration -*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_session_config**](sailpoint/v3/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_session_config) | **PATCH** /auth-org/session-config | Update Auth Org Session Configuration -*IdentityProfilesApi* | [**create_identity_profile**](sailpoint/v3/docs/IdentityProfilesApi.md#create_identity_profile) | **POST** /identity-profiles | Create an Identity Profile -*IdentityProfilesApi* | [**delete_identity_profile**](sailpoint/v3/docs/IdentityProfilesApi.md#delete_identity_profile) | **DELETE** /identity-profiles/{identity-profile-id} | Delete an Identity Profile -*IdentityProfilesApi* | [**delete_identity_profiles**](sailpoint/v3/docs/IdentityProfilesApi.md#delete_identity_profiles) | **POST** /identity-profiles/bulk-delete | Delete Identity Profiles -*IdentityProfilesApi* | [**export_identity_profiles**](sailpoint/v3/docs/IdentityProfilesApi.md#export_identity_profiles) | **GET** /identity-profiles/export | Export Identity Profiles -*IdentityProfilesApi* | [**get_default_identity_attribute_config**](sailpoint/v3/docs/IdentityProfilesApi.md#get_default_identity_attribute_config) | **GET** /identity-profiles/{identity-profile-id}/default-identity-attribute-config | Get default Identity Attribute Config -*IdentityProfilesApi* | [**get_identity_profile**](sailpoint/v3/docs/IdentityProfilesApi.md#get_identity_profile) | **GET** /identity-profiles/{identity-profile-id} | Get single Identity Profile -*IdentityProfilesApi* | [**import_identity_profiles**](sailpoint/v3/docs/IdentityProfilesApi.md#import_identity_profiles) | **POST** /identity-profiles/import | Import Identity Profiles -*IdentityProfilesApi* | [**list_identity_profiles**](sailpoint/v3/docs/IdentityProfilesApi.md#list_identity_profiles) | **GET** /identity-profiles | Identity Profiles List -*IdentityProfilesApi* | [**show_identity_preview**](sailpoint/v3/docs/IdentityProfilesApi.md#show_identity_preview) | **POST** /identity-profiles/identity-preview | Generate Identity Profile Preview -*IdentityProfilesApi* | [**sync_identity_profile**](sailpoint/v3/docs/IdentityProfilesApi.md#sync_identity_profile) | **POST** /identity-profiles/{identity-profile-id}/process-identities | Process identities under profile -*IdentityProfilesApi* | [**update_identity_profile**](sailpoint/v3/docs/IdentityProfilesApi.md#update_identity_profile) | **PATCH** /identity-profiles/{identity-profile-id} | Update the Identity Profile -*LifecycleStatesApi* | [**create_lifecycle_state**](sailpoint/v3/docs/LifecycleStatesApi.md#create_lifecycle_state) | **POST** /identity-profiles/{identity-profile-id}/lifecycle-states | Create Lifecycle State -*LifecycleStatesApi* | [**delete_lifecycle_state**](sailpoint/v3/docs/LifecycleStatesApi.md#delete_lifecycle_state) | **DELETE** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Delete Lifecycle State -*LifecycleStatesApi* | [**get_lifecycle_state**](sailpoint/v3/docs/LifecycleStatesApi.md#get_lifecycle_state) | **GET** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Get Lifecycle State -*LifecycleStatesApi* | [**get_lifecycle_states**](sailpoint/v3/docs/LifecycleStatesApi.md#get_lifecycle_states) | **GET** /identity-profiles/{identity-profile-id}/lifecycle-states | Lists LifecycleStates -*LifecycleStatesApi* | [**set_lifecycle_state**](sailpoint/v3/docs/LifecycleStatesApi.md#set_lifecycle_state) | **POST** /identities/{identity-id}/set-lifecycle-state | Set Lifecycle State -*LifecycleStatesApi* | [**update_lifecycle_states**](sailpoint/v3/docs/LifecycleStatesApi.md#update_lifecycle_states) | **PATCH** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Update Lifecycle State -*MFAConfigurationApi* | [**delete_mfa_config**](sailpoint/v3/docs/MFAConfigurationApi.md#delete_mfa_config) | **DELETE** /mfa/{method}/delete | Delete MFA method configuration -*MFAConfigurationApi* | [**get_mfa_duo_config**](sailpoint/v3/docs/MFAConfigurationApi.md#get_mfa_duo_config) | **GET** /mfa/duo-web/config | Configuration of Duo MFA method -*MFAConfigurationApi* | [**get_mfa_kba_config**](sailpoint/v3/docs/MFAConfigurationApi.md#get_mfa_kba_config) | **GET** /mfa/kba/config | Configuration of KBA MFA method -*MFAConfigurationApi* | [**get_mfa_okta_config**](sailpoint/v3/docs/MFAConfigurationApi.md#get_mfa_okta_config) | **GET** /mfa/okta-verify/config | Configuration of Okta MFA method -*MFAConfigurationApi* | [**set_mfa_duo_config**](sailpoint/v3/docs/MFAConfigurationApi.md#set_mfa_duo_config) | **PUT** /mfa/duo-web/config | Set Duo MFA configuration -*MFAConfigurationApi* | [**set_mfa_okta_config**](sailpoint/v3/docs/MFAConfigurationApi.md#set_mfa_okta_config) | **PUT** /mfa/okta-verify/config | Set Okta MFA configuration -*MFAConfigurationApi* | [**set_mfakba_config**](sailpoint/v3/docs/MFAConfigurationApi.md#set_mfakba_config) | **POST** /mfa/kba/config/answers | Set MFA KBA configuration -*MFAConfigurationApi* | [**test_mfa_config**](sailpoint/v3/docs/MFAConfigurationApi.md#test_mfa_config) | **GET** /mfa/{method}/test | MFA method's test configuration -*MFAControllerApi* | [**create_send_token**](sailpoint/v3/docs/MFAControllerApi.md#create_send_token) | **POST** /mfa/token/send | Create and send user token -*MFAControllerApi* | [**ping_verification_status**](sailpoint/v3/docs/MFAControllerApi.md#ping_verification_status) | **POST** /mfa/{method}/poll | Polling MFA method by VerificationPollRequest -*MFAControllerApi* | [**send_duo_verify_request**](sailpoint/v3/docs/MFAControllerApi.md#send_duo_verify_request) | **POST** /mfa/duo-web/verify | Verifying authentication via Duo method -*MFAControllerApi* | [**send_kba_answers**](sailpoint/v3/docs/MFAControllerApi.md#send_kba_answers) | **POST** /mfa/kba/authenticate | Authenticate KBA provided MFA method -*MFAControllerApi* | [**send_okta_verify_request**](sailpoint/v3/docs/MFAControllerApi.md#send_okta_verify_request) | **POST** /mfa/okta-verify/verify | Verifying authentication via Okta method -*MFAControllerApi* | [**send_token_auth_request**](sailpoint/v3/docs/MFAControllerApi.md#send_token_auth_request) | **POST** /mfa/token/authenticate | Authenticate Token provided MFA method -*ManagedClientsApi* | [**create_managed_client**](sailpoint/v3/docs/ManagedClientsApi.md#create_managed_client) | **POST** /managed-clients | Create Managed Client -*ManagedClientsApi* | [**delete_managed_client**](sailpoint/v3/docs/ManagedClientsApi.md#delete_managed_client) | **DELETE** /managed-clients/{id} | Delete Managed Client -*ManagedClientsApi* | [**get_managed_client**](sailpoint/v3/docs/ManagedClientsApi.md#get_managed_client) | **GET** /managed-clients/{id} | Get Managed Client -*ManagedClientsApi* | [**get_managed_client_status**](sailpoint/v3/docs/ManagedClientsApi.md#get_managed_client_status) | **GET** /managed-clients/{id}/status | Get Managed Client Status -*ManagedClientsApi* | [**get_managed_clients**](sailpoint/v3/docs/ManagedClientsApi.md#get_managed_clients) | **GET** /managed-clients | Get Managed Clients -*ManagedClientsApi* | [**update_managed_client**](sailpoint/v3/docs/ManagedClientsApi.md#update_managed_client) | **PATCH** /managed-clients/{id} | Update Managed Client -*ManagedClustersApi* | [**create_managed_cluster**](sailpoint/v3/docs/ManagedClustersApi.md#create_managed_cluster) | **POST** /managed-clusters | Create Create Managed Cluster -*ManagedClustersApi* | [**delete_managed_cluster**](sailpoint/v3/docs/ManagedClustersApi.md#delete_managed_cluster) | **DELETE** /managed-clusters/{id} | Delete Managed Cluster -*ManagedClustersApi* | [**get_client_log_configuration**](sailpoint/v3/docs/ManagedClustersApi.md#get_client_log_configuration) | **GET** /managed-clusters/{id}/log-config | Get Managed Cluster Log Configuration -*ManagedClustersApi* | [**get_managed_cluster**](sailpoint/v3/docs/ManagedClustersApi.md#get_managed_cluster) | **GET** /managed-clusters/{id} | Get Managed Cluster -*ManagedClustersApi* | [**get_managed_clusters**](sailpoint/v3/docs/ManagedClustersApi.md#get_managed_clusters) | **GET** /managed-clusters | Get Managed Clusters -*ManagedClustersApi* | [**put_client_log_configuration**](sailpoint/v3/docs/ManagedClustersApi.md#put_client_log_configuration) | **PUT** /managed-clusters/{id}/log-config | Update Managed Cluster Log Configuration -*ManagedClustersApi* | [**update_managed_cluster**](sailpoint/v3/docs/ManagedClustersApi.md#update_managed_cluster) | **PATCH** /managed-clusters/{id} | Update Managed Cluster -*NonEmployeeLifecycleManagementApi* | [**approve_non_employee_request**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#approve_non_employee_request) | **POST** /non-employee-approvals/{id}/approve | Approve a Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**create_non_employee_record**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_record) | **POST** /non-employee-records | Create Non-Employee Record -*NonEmployeeLifecycleManagementApi* | [**create_non_employee_request**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_request) | **POST** /non-employee-requests | Create Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**create_non_employee_source**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_source) | **POST** /non-employee-sources | Create Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**create_non_employee_source_schema_attributes**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_source_schema_attributes) | **POST** /non-employee-sources/{sourceId}/schema-attributes | Create a new Schema Attribute for Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_record**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_record) | **DELETE** /non-employee-records/{id} | Delete Non-Employee Record -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_records_in_bulk**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_records_in_bulk) | **POST** /non-employee-records/bulk-delete | Delete Multiple Non-Employee Records -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_request**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_request) | **DELETE** /non-employee-requests/{id} | Delete Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_schema_attribute**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_schema_attribute) | **DELETE** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Delete a Schema Attribute for Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_source**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_source) | **DELETE** /non-employee-sources/{sourceId} | Delete Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_source_schema_attributes**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_source_schema_attributes) | **DELETE** /non-employee-sources/{sourceId}/schema-attributes | Delete all custom schema attributes for Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**export_non_employee_records**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#export_non_employee_records) | **GET** /non-employee-sources/{id}/non-employees/download | Exports Non-Employee Records to CSV -*NonEmployeeLifecycleManagementApi* | [**export_non_employee_source_schema_template**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#export_non_employee_source_schema_template) | **GET** /non-employee-sources/{id}/schema-attributes-template/download | Exports Source Schema Template -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_approval**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_approval) | **GET** /non-employee-approvals/{id} | Get a non-employee approval item detail -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_approval_summary**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_approval_summary) | **GET** /non-employee-approvals/summary/{requested-for} | Get Summary of Non-Employee Approval Requests -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_bulk_upload_status**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_bulk_upload_status) | **GET** /non-employee-sources/{id}/non-employee-bulk-upload/status | Obtain the status of bulk upload on the source -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_record**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_record) | **GET** /non-employee-records/{id} | Get a Non-Employee Record -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_request**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_request) | **GET** /non-employee-requests/{id} | Get a Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_request_summary**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_request_summary) | **GET** /non-employee-requests/summary/{requested-for} | Get Summary of Non-Employee Requests -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_schema_attribute**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_schema_attribute) | **GET** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Get Schema Attribute Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_source**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_source) | **GET** /non-employee-sources/{sourceId} | Get a Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**get_non_employee_source_schema_attributes**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_source_schema_attributes) | **GET** /non-employee-sources/{sourceId}/schema-attributes | List Schema Attributes Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**import_non_employee_records_in_bulk**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#import_non_employee_records_in_bulk) | **POST** /non-employee-sources/{id}/non-employee-bulk-upload | Imports, or Updates, Non-Employee Records -*NonEmployeeLifecycleManagementApi* | [**list_non_employee_approvals**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_approvals) | **GET** /non-employee-approvals | Get List of Non-Employee Approval Requests -*NonEmployeeLifecycleManagementApi* | [**list_non_employee_records**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_records) | **GET** /non-employee-records | List Non-Employee Records -*NonEmployeeLifecycleManagementApi* | [**list_non_employee_requests**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_requests) | **GET** /non-employee-requests | List Non-Employee Requests -*NonEmployeeLifecycleManagementApi* | [**list_non_employee_sources**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_sources) | **GET** /non-employee-sources | List Non-Employee Sources -*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_record**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_record) | **PATCH** /non-employee-records/{id} | Patch Non-Employee Record -*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_schema_attribute**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_schema_attribute) | **PATCH** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Patch a Schema Attribute for Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_source**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_source) | **PATCH** /non-employee-sources/{sourceId} | Patch a Non-Employee Source -*NonEmployeeLifecycleManagementApi* | [**reject_non_employee_request**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#reject_non_employee_request) | **POST** /non-employee-approvals/{id}/reject | Reject a Non-Employee Request -*NonEmployeeLifecycleManagementApi* | [**update_non_employee_record**](sailpoint/v3/docs/NonEmployeeLifecycleManagementApi.md#update_non_employee_record) | **PUT** /non-employee-records/{id} | Update Non-Employee Record -*OAuthClientsApi* | [**create_oauth_client**](sailpoint/v3/docs/OAuthClientsApi.md#create_oauth_client) | **POST** /oauth-clients | Create OAuth Client -*OAuthClientsApi* | [**delete_oauth_client**](sailpoint/v3/docs/OAuthClientsApi.md#delete_oauth_client) | **DELETE** /oauth-clients/{id} | Delete OAuth Client -*OAuthClientsApi* | [**get_oauth_client**](sailpoint/v3/docs/OAuthClientsApi.md#get_oauth_client) | **GET** /oauth-clients/{id} | Get OAuth Client -*OAuthClientsApi* | [**list_oauth_clients**](sailpoint/v3/docs/OAuthClientsApi.md#list_oauth_clients) | **GET** /oauth-clients | List OAuth Clients -*OAuthClientsApi* | [**patch_oauth_client**](sailpoint/v3/docs/OAuthClientsApi.md#patch_oauth_client) | **PATCH** /oauth-clients/{id} | Patch OAuth Client -*PasswordConfigurationApi* | [**create_password_org_config**](sailpoint/v3/docs/PasswordConfigurationApi.md#create_password_org_config) | **POST** /password-org-config | Create Password Org Config -*PasswordConfigurationApi* | [**get_password_org_config**](sailpoint/v3/docs/PasswordConfigurationApi.md#get_password_org_config) | **GET** /password-org-config | Get Password Org Config -*PasswordConfigurationApi* | [**put_password_org_config**](sailpoint/v3/docs/PasswordConfigurationApi.md#put_password_org_config) | **PUT** /password-org-config | Update Password Org Config -*PasswordDictionaryApi* | [**get_password_dictionary**](sailpoint/v3/docs/PasswordDictionaryApi.md#get_password_dictionary) | **GET** /password-dictionary | Get Password Dictionary -*PasswordDictionaryApi* | [**put_password_dictionary**](sailpoint/v3/docs/PasswordDictionaryApi.md#put_password_dictionary) | **PUT** /password-dictionary | Update Password Dictionary -*PasswordManagementApi* | [**get_password_change_status**](sailpoint/v3/docs/PasswordManagementApi.md#get_password_change_status) | **GET** /password-change-status/{id} | Get Password Change Request Status -*PasswordManagementApi* | [**query_password_info**](sailpoint/v3/docs/PasswordManagementApi.md#query_password_info) | **POST** /query-password-info | Query Password Info -*PasswordManagementApi* | [**set_password**](sailpoint/v3/docs/PasswordManagementApi.md#set_password) | **POST** /set-password | Set Identity's Password -*PasswordPoliciesApi* | [**create_password_policy**](sailpoint/v3/docs/PasswordPoliciesApi.md#create_password_policy) | **POST** /password-policies | Create Password Policy -*PasswordPoliciesApi* | [**delete_password_policy**](sailpoint/v3/docs/PasswordPoliciesApi.md#delete_password_policy) | **DELETE** /password-policies/{id} | Delete Password Policy by ID -*PasswordPoliciesApi* | [**get_password_policy_by_id**](sailpoint/v3/docs/PasswordPoliciesApi.md#get_password_policy_by_id) | **GET** /password-policies/{id} | Get Password Policy by ID -*PasswordPoliciesApi* | [**list_password_policies**](sailpoint/v3/docs/PasswordPoliciesApi.md#list_password_policies) | **GET** /password-policies | List Password Policies -*PasswordPoliciesApi* | [**set_password_policy**](sailpoint/v3/docs/PasswordPoliciesApi.md#set_password_policy) | **PUT** /password-policies/{id} | Update Password Policy by ID -*PasswordSyncGroupsApi* | [**create_password_sync_group**](sailpoint/v3/docs/PasswordSyncGroupsApi.md#create_password_sync_group) | **POST** /password-sync-groups | Create Password Sync Group -*PasswordSyncGroupsApi* | [**delete_password_sync_group**](sailpoint/v3/docs/PasswordSyncGroupsApi.md#delete_password_sync_group) | **DELETE** /password-sync-groups/{id} | Delete Password Sync Group by ID -*PasswordSyncGroupsApi* | [**get_password_sync_group**](sailpoint/v3/docs/PasswordSyncGroupsApi.md#get_password_sync_group) | **GET** /password-sync-groups/{id} | Get Password Sync Group by ID -*PasswordSyncGroupsApi* | [**get_password_sync_groups**](sailpoint/v3/docs/PasswordSyncGroupsApi.md#get_password_sync_groups) | **GET** /password-sync-groups | Get Password Sync Group List -*PasswordSyncGroupsApi* | [**update_password_sync_group**](sailpoint/v3/docs/PasswordSyncGroupsApi.md#update_password_sync_group) | **PUT** /password-sync-groups/{id} | Update Password Sync Group by ID -*PersonalAccessTokensApi* | [**create_personal_access_token**](sailpoint/v3/docs/PersonalAccessTokensApi.md#create_personal_access_token) | **POST** /personal-access-tokens | Create Personal Access Token -*PersonalAccessTokensApi* | [**delete_personal_access_token**](sailpoint/v3/docs/PersonalAccessTokensApi.md#delete_personal_access_token) | **DELETE** /personal-access-tokens/{id} | Delete Personal Access Token -*PersonalAccessTokensApi* | [**list_personal_access_tokens**](sailpoint/v3/docs/PersonalAccessTokensApi.md#list_personal_access_tokens) | **GET** /personal-access-tokens | List Personal Access Tokens -*PersonalAccessTokensApi* | [**patch_personal_access_token**](sailpoint/v3/docs/PersonalAccessTokensApi.md#patch_personal_access_token) | **PATCH** /personal-access-tokens/{id} | Patch Personal Access Token -*PublicIdentitiesApi* | [**get_public_identities**](sailpoint/v3/docs/PublicIdentitiesApi.md#get_public_identities) | **GET** /public-identities | Get list of public identities -*PublicIdentitiesConfigApi* | [**get_public_identity_config**](sailpoint/v3/docs/PublicIdentitiesConfigApi.md#get_public_identity_config) | **GET** /public-identities-config | Get the Public Identities Configuration -*PublicIdentitiesConfigApi* | [**update_public_identity_config**](sailpoint/v3/docs/PublicIdentitiesConfigApi.md#update_public_identity_config) | **PUT** /public-identities-config | Update the Public Identities Configuration -*ReportsDataExtractionApi* | [**cancel_report**](sailpoint/v3/docs/ReportsDataExtractionApi.md#cancel_report) | **POST** /reports/{id}/cancel | Cancel Report -*ReportsDataExtractionApi* | [**get_report**](sailpoint/v3/docs/ReportsDataExtractionApi.md#get_report) | **GET** /reports/{taskResultId} | Get Report File -*ReportsDataExtractionApi* | [**get_report_result**](sailpoint/v3/docs/ReportsDataExtractionApi.md#get_report_result) | **GET** /reports/{taskResultId}/result | Get Report Result -*ReportsDataExtractionApi* | [**start_report**](sailpoint/v3/docs/ReportsDataExtractionApi.md#start_report) | **POST** /reports/run | Run Report -*RequestableObjectsApi* | [**list_requestable_objects**](sailpoint/v3/docs/RequestableObjectsApi.md#list_requestable_objects) | **GET** /requestable-objects | Requestable Objects List -*RolesApi* | [**create_role**](sailpoint/v3/docs/RolesApi.md#create_role) | **POST** /roles | Create a Role -*RolesApi* | [**delete_bulk_roles**](sailpoint/v3/docs/RolesApi.md#delete_bulk_roles) | **POST** /roles/bulk-delete | Delete Role(s) -*RolesApi* | [**delete_role**](sailpoint/v3/docs/RolesApi.md#delete_role) | **DELETE** /roles/{id} | Delete a Role -*RolesApi* | [**get_role**](sailpoint/v3/docs/RolesApi.md#get_role) | **GET** /roles/{id} | Get a Role -*RolesApi* | [**get_role_assigned_identities**](sailpoint/v3/docs/RolesApi.md#get_role_assigned_identities) | **GET** /roles/{id}/assigned-identities | List Identities assigned a Role -*RolesApi* | [**list_roles**](sailpoint/v3/docs/RolesApi.md#list_roles) | **GET** /roles | List Roles -*RolesApi* | [**patch_role**](sailpoint/v3/docs/RolesApi.md#patch_role) | **PATCH** /roles/{id} | Patch a specified Role -*SODPoliciesApi* | [**create_sod_policy**](sailpoint/v3/docs/SODPoliciesApi.md#create_sod_policy) | **POST** /sod-policies | Create SOD policy -*SODPoliciesApi* | [**delete_sod_policy**](sailpoint/v3/docs/SODPoliciesApi.md#delete_sod_policy) | **DELETE** /sod-policies/{id} | Delete SOD policy by ID -*SODPoliciesApi* | [**delete_sod_policy_schedule**](sailpoint/v3/docs/SODPoliciesApi.md#delete_sod_policy_schedule) | **DELETE** /sod-policies/{id}/schedule | Delete SOD policy schedule -*SODPoliciesApi* | [**get_custom_violation_report**](sailpoint/v3/docs/SODPoliciesApi.md#get_custom_violation_report) | **GET** /sod-violation-report/{reportResultId}/download/{fileName} | Download custom violation report -*SODPoliciesApi* | [**get_default_violation_report**](sailpoint/v3/docs/SODPoliciesApi.md#get_default_violation_report) | **GET** /sod-violation-report/{reportResultId}/download | Download violation report -*SODPoliciesApi* | [**get_sod_all_report_run_status**](sailpoint/v3/docs/SODPoliciesApi.md#get_sod_all_report_run_status) | **GET** /sod-violation-report | Get multi-report run task status -*SODPoliciesApi* | [**get_sod_policy**](sailpoint/v3/docs/SODPoliciesApi.md#get_sod_policy) | **GET** /sod-policies/{id} | Get SOD policy by ID -*SODPoliciesApi* | [**get_sod_policy_schedule**](sailpoint/v3/docs/SODPoliciesApi.md#get_sod_policy_schedule) | **GET** /sod-policies/{id}/schedule | Get SOD policy schedule -*SODPoliciesApi* | [**get_sod_violation_report_run_status**](sailpoint/v3/docs/SODPoliciesApi.md#get_sod_violation_report_run_status) | **GET** /sod-policies/sod-violation-report-status/{reportResultId} | Get violation report run status -*SODPoliciesApi* | [**get_sod_violation_report_status**](sailpoint/v3/docs/SODPoliciesApi.md#get_sod_violation_report_status) | **GET** /sod-policies/{id}/violation-report | Get SOD violation report status -*SODPoliciesApi* | [**list_sod_policies**](sailpoint/v3/docs/SODPoliciesApi.md#list_sod_policies) | **GET** /sod-policies | List SOD policies -*SODPoliciesApi* | [**patch_sod_policy**](sailpoint/v3/docs/SODPoliciesApi.md#patch_sod_policy) | **PATCH** /sod-policies/{id} | Patch SOD policy by ID -*SODPoliciesApi* | [**put_policy_schedule**](sailpoint/v3/docs/SODPoliciesApi.md#put_policy_schedule) | **PUT** /sod-policies/{id}/schedule | Update SOD Policy schedule -*SODPoliciesApi* | [**put_sod_policy**](sailpoint/v3/docs/SODPoliciesApi.md#put_sod_policy) | **PUT** /sod-policies/{id} | Update SOD policy by ID -*SODPoliciesApi* | [**start_evaluate_sod_policy**](sailpoint/v3/docs/SODPoliciesApi.md#start_evaluate_sod_policy) | **POST** /sod-policies/{id}/evaluate | Evaluate one policy by ID -*SODPoliciesApi* | [**start_sod_all_policies_for_org**](sailpoint/v3/docs/SODPoliciesApi.md#start_sod_all_policies_for_org) | **POST** /sod-violation-report/run | Runs all policies for org -*SODPoliciesApi* | [**start_sod_policy**](sailpoint/v3/docs/SODPoliciesApi.md#start_sod_policy) | **POST** /sod-policies/{id}/violation-report/run | Runs SOD policy violation report -*SODViolationsApi* | [**start_predict_sod_violations**](sailpoint/v3/docs/SODViolationsApi.md#start_predict_sod_violations) | **POST** /sod-violations/predict | Predict SOD violations for identity. -*SODViolationsApi* | [**start_violation_check**](sailpoint/v3/docs/SODViolationsApi.md#start_violation_check) | **POST** /sod-violations/check | Check SOD violations -*SavedSearchApi* | [**create_saved_search**](sailpoint/v3/docs/SavedSearchApi.md#create_saved_search) | **POST** /saved-searches | Create a saved search -*SavedSearchApi* | [**delete_saved_search**](sailpoint/v3/docs/SavedSearchApi.md#delete_saved_search) | **DELETE** /saved-searches/{id} | Delete document by ID -*SavedSearchApi* | [**execute_saved_search**](sailpoint/v3/docs/SavedSearchApi.md#execute_saved_search) | **POST** /saved-searches/{id}/execute | Execute a saved search by ID -*SavedSearchApi* | [**get_saved_search**](sailpoint/v3/docs/SavedSearchApi.md#get_saved_search) | **GET** /saved-searches/{id} | Return saved search by ID -*SavedSearchApi* | [**list_saved_searches**](sailpoint/v3/docs/SavedSearchApi.md#list_saved_searches) | **GET** /saved-searches | A list of Saved Searches -*SavedSearchApi* | [**put_saved_search**](sailpoint/v3/docs/SavedSearchApi.md#put_saved_search) | **PUT** /saved-searches/{id} | Updates an existing saved search -*ScheduledSearchApi* | [**create_scheduled_search**](sailpoint/v3/docs/ScheduledSearchApi.md#create_scheduled_search) | **POST** /scheduled-searches | Create a new scheduled search -*ScheduledSearchApi* | [**delete_scheduled_search**](sailpoint/v3/docs/ScheduledSearchApi.md#delete_scheduled_search) | **DELETE** /scheduled-searches/{id} | Delete a Scheduled Search -*ScheduledSearchApi* | [**get_scheduled_search**](sailpoint/v3/docs/ScheduledSearchApi.md#get_scheduled_search) | **GET** /scheduled-searches/{id} | Get a Scheduled Search -*ScheduledSearchApi* | [**list_scheduled_search**](sailpoint/v3/docs/ScheduledSearchApi.md#list_scheduled_search) | **GET** /scheduled-searches | List scheduled searches -*ScheduledSearchApi* | [**unsubscribe_scheduled_search**](sailpoint/v3/docs/ScheduledSearchApi.md#unsubscribe_scheduled_search) | **POST** /scheduled-searches/{id}/unsubscribe | Unsubscribe a recipient from Scheduled Search -*ScheduledSearchApi* | [**update_scheduled_search**](sailpoint/v3/docs/ScheduledSearchApi.md#update_scheduled_search) | **PUT** /scheduled-searches/{id} | Update an existing Scheduled Search -*SearchApi* | [**search_aggregate**](sailpoint/v3/docs/SearchApi.md#search_aggregate) | **POST** /search/aggregate | Perform a Search Query Aggregation -*SearchApi* | [**search_count**](sailpoint/v3/docs/SearchApi.md#search_count) | **POST** /search/count | Count Documents Satisfying a Query -*SearchApi* | [**search_get**](sailpoint/v3/docs/SearchApi.md#search_get) | **GET** /search/{index}/{id} | Get a Document by ID -*SearchApi* | [**search_post**](sailpoint/v3/docs/SearchApi.md#search_post) | **POST** /search | Perform Search -*SearchAttributeConfigurationApi* | [**create_search_attribute_config**](sailpoint/v3/docs/SearchAttributeConfigurationApi.md#create_search_attribute_config) | **POST** /accounts/search-attribute-config | Create Extended Search Attributes -*SearchAttributeConfigurationApi* | [**delete_search_attribute_config**](sailpoint/v3/docs/SearchAttributeConfigurationApi.md#delete_search_attribute_config) | **DELETE** /accounts/search-attribute-config/{name} | Delete Extended Search Attribute -*SearchAttributeConfigurationApi* | [**get_search_attribute_config**](sailpoint/v3/docs/SearchAttributeConfigurationApi.md#get_search_attribute_config) | **GET** /accounts/search-attribute-config | List Extended Search Attributes -*SearchAttributeConfigurationApi* | [**get_single_search_attribute_config**](sailpoint/v3/docs/SearchAttributeConfigurationApi.md#get_single_search_attribute_config) | **GET** /accounts/search-attribute-config/{name} | Get Extended Search Attribute -*SearchAttributeConfigurationApi* | [**patch_search_attribute_config**](sailpoint/v3/docs/SearchAttributeConfigurationApi.md#patch_search_attribute_config) | **PATCH** /accounts/search-attribute-config/{name} | Update Extended Search Attribute -*SegmentsApi* | [**create_segment**](sailpoint/v3/docs/SegmentsApi.md#create_segment) | **POST** /segments | Create Segment -*SegmentsApi* | [**delete_segment**](sailpoint/v3/docs/SegmentsApi.md#delete_segment) | **DELETE** /segments/{id} | Delete Segment by ID -*SegmentsApi* | [**get_segment**](sailpoint/v3/docs/SegmentsApi.md#get_segment) | **GET** /segments/{id} | Get Segment by ID -*SegmentsApi* | [**list_segments**](sailpoint/v3/docs/SegmentsApi.md#list_segments) | **GET** /segments | List Segments -*SegmentsApi* | [**patch_segment**](sailpoint/v3/docs/SegmentsApi.md#patch_segment) | **PATCH** /segments/{id} | Update Segment -*ServiceDeskIntegrationApi* | [**create_service_desk_integration**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#create_service_desk_integration) | **POST** /service-desk-integrations | Create new Service Desk integration -*ServiceDeskIntegrationApi* | [**delete_service_desk_integration**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#delete_service_desk_integration) | **DELETE** /service-desk-integrations/{id} | Delete a Service Desk integration -*ServiceDeskIntegrationApi* | [**get_service_desk_integration**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration) | **GET** /service-desk-integrations/{id} | Get a Service Desk integration -*ServiceDeskIntegrationApi* | [**get_service_desk_integration_template**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration_template) | **GET** /service-desk-integrations/templates/{scriptName} | Service Desk integration template by scriptName -*ServiceDeskIntegrationApi* | [**get_service_desk_integration_types**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration_types) | **GET** /service-desk-integrations/types | List Service Desk integration types -*ServiceDeskIntegrationApi* | [**get_service_desk_integrations**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#get_service_desk_integrations) | **GET** /service-desk-integrations | List existing Service Desk integrations -*ServiceDeskIntegrationApi* | [**get_status_check_details**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#get_status_check_details) | **GET** /service-desk-integrations/status-check-configuration | Get the time check configuration -*ServiceDeskIntegrationApi* | [**patch_service_desk_integration**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#patch_service_desk_integration) | **PATCH** /service-desk-integrations/{id} | Patch a Service Desk Integration -*ServiceDeskIntegrationApi* | [**put_service_desk_integration**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#put_service_desk_integration) | **PUT** /service-desk-integrations/{id} | Update a Service Desk integration -*ServiceDeskIntegrationApi* | [**update_status_check_details**](sailpoint/v3/docs/ServiceDeskIntegrationApi.md#update_status_check_details) | **PUT** /service-desk-integrations/status-check-configuration | Update the time check configuration -*SourceUsagesApi* | [**get_status_by_source_id**](sailpoint/v3/docs/SourceUsagesApi.md#get_status_by_source_id) | **GET** /source-usages/{sourceId}/status | Finds status of source usage -*SourceUsagesApi* | [**get_usages_by_source_id**](sailpoint/v3/docs/SourceUsagesApi.md#get_usages_by_source_id) | **GET** /source-usages/{sourceId}/summaries | Returns source usage insights -*SourcesApi* | [**create_provisioning_policy**](sailpoint/v3/docs/SourcesApi.md#create_provisioning_policy) | **POST** /sources/{sourceId}/provisioning-policies | Create Provisioning Policy -*SourcesApi* | [**create_source**](sailpoint/v3/docs/SourcesApi.md#create_source) | **POST** /sources | Creates a source in IdentityNow. -*SourcesApi* | [**create_source_schema**](sailpoint/v3/docs/SourcesApi.md#create_source_schema) | **POST** /sources/{sourceId}/schemas | Create Schema on Source -*SourcesApi* | [**delete_provisioning_policy**](sailpoint/v3/docs/SourcesApi.md#delete_provisioning_policy) | **DELETE** /sources/{sourceId}/provisioning-policies/{usageType} | Delete Provisioning Policy by UsageType -*SourcesApi* | [**delete_source**](sailpoint/v3/docs/SourcesApi.md#delete_source) | **DELETE** /sources/{id} | Delete Source by ID -*SourcesApi* | [**delete_source_schema**](sailpoint/v3/docs/SourcesApi.md#delete_source_schema) | **DELETE** /sources/{sourceId}/schemas/{schemaId} | Delete Source Schema by ID -*SourcesApi* | [**get_accounts_schema**](sailpoint/v3/docs/SourcesApi.md#get_accounts_schema) | **GET** /sources/{id}/schemas/accounts | Downloads source accounts schema template -*SourcesApi* | [**get_entitlements_schema**](sailpoint/v3/docs/SourcesApi.md#get_entitlements_schema) | **GET** /sources/{id}/schemas/entitlements | Downloads source entitlements schema template -*SourcesApi* | [**get_provisioning_policy**](sailpoint/v3/docs/SourcesApi.md#get_provisioning_policy) | **GET** /sources/{sourceId}/provisioning-policies/{usageType} | Get Provisioning Policy by UsageType -*SourcesApi* | [**get_source**](sailpoint/v3/docs/SourcesApi.md#get_source) | **GET** /sources/{id} | Get Source by ID -*SourcesApi* | [**get_source_connections**](sailpoint/v3/docs/SourcesApi.md#get_source_connections) | **GET** /sources/{sourceId}/connections | Get Source Connections by ID -*SourcesApi* | [**get_source_health**](sailpoint/v3/docs/SourcesApi.md#get_source_health) | **GET** /sources/{sourceId}/source-health | Fetches source health by id -*SourcesApi* | [**get_source_schema**](sailpoint/v3/docs/SourcesApi.md#get_source_schema) | **GET** /sources/{sourceId}/schemas/{schemaId} | Get Source Schema by ID -*SourcesApi* | [**get_source_schemas**](sailpoint/v3/docs/SourcesApi.md#get_source_schemas) | **GET** /sources/{sourceId}/schemas | List Schemas on Source -*SourcesApi* | [**import_accounts_schema**](sailpoint/v3/docs/SourcesApi.md#import_accounts_schema) | **POST** /sources/{id}/schemas/accounts | Uploads source accounts schema template -*SourcesApi* | [**import_connector_file**](sailpoint/v3/docs/SourcesApi.md#import_connector_file) | **POST** /sources/{sourceId}/upload-connector-file | Upload connector file to source -*SourcesApi* | [**import_entitlements_schema**](sailpoint/v3/docs/SourcesApi.md#import_entitlements_schema) | **POST** /sources/{id}/schemas/entitlements | Uploads source entitlements schema template -*SourcesApi* | [**list_provisioning_policies**](sailpoint/v3/docs/SourcesApi.md#list_provisioning_policies) | **GET** /sources/{sourceId}/provisioning-policies | Lists ProvisioningPolicies -*SourcesApi* | [**list_sources**](sailpoint/v3/docs/SourcesApi.md#list_sources) | **GET** /sources | Lists all sources in IdentityNow. -*SourcesApi* | [**put_provisioning_policy**](sailpoint/v3/docs/SourcesApi.md#put_provisioning_policy) | **PUT** /sources/{sourceId}/provisioning-policies/{usageType} | Update Provisioning Policy by UsageType -*SourcesApi* | [**put_source**](sailpoint/v3/docs/SourcesApi.md#put_source) | **PUT** /sources/{id} | Update Source (Full) -*SourcesApi* | [**put_source_schema**](sailpoint/v3/docs/SourcesApi.md#put_source_schema) | **PUT** /sources/{sourceId}/schemas/{schemaId} | Update Source Schema (Full) -*SourcesApi* | [**update_provisioning_policies_in_bulk**](sailpoint/v3/docs/SourcesApi.md#update_provisioning_policies_in_bulk) | **POST** /sources/{sourceId}/provisioning-policies/bulk-update | Bulk Update Provisioning Policies -*SourcesApi* | [**update_provisioning_policy**](sailpoint/v3/docs/SourcesApi.md#update_provisioning_policy) | **PATCH** /sources/{sourceId}/provisioning-policies/{usageType} | Partial update of Provisioning Policy -*SourcesApi* | [**update_source**](sailpoint/v3/docs/SourcesApi.md#update_source) | **PATCH** /sources/{id} | Update Source (Partial) -*SourcesApi* | [**update_source_schema**](sailpoint/v3/docs/SourcesApi.md#update_source_schema) | **PATCH** /sources/{sourceId}/schemas/{schemaId} | Update Source Schema (Partial) -*TaggedObjectsApi* | [**delete_tagged_object**](sailpoint/v3/docs/TaggedObjectsApi.md#delete_tagged_object) | **DELETE** /tagged-objects/{type}/{id} | Delete Object Tags -*TaggedObjectsApi* | [**delete_tags_to_many_object**](sailpoint/v3/docs/TaggedObjectsApi.md#delete_tags_to_many_object) | **POST** /tagged-objects/bulk-remove | Remove Tags from Multiple Objects -*TaggedObjectsApi* | [**get_tagged_object**](sailpoint/v3/docs/TaggedObjectsApi.md#get_tagged_object) | **GET** /tagged-objects/{type}/{id} | Get Tagged Object -*TaggedObjectsApi* | [**list_tagged_objects**](sailpoint/v3/docs/TaggedObjectsApi.md#list_tagged_objects) | **GET** /tagged-objects | List Tagged Objects -*TaggedObjectsApi* | [**list_tagged_objects_by_type**](sailpoint/v3/docs/TaggedObjectsApi.md#list_tagged_objects_by_type) | **GET** /tagged-objects/{type} | List Tagged Objects by Type -*TaggedObjectsApi* | [**put_tagged_object**](sailpoint/v3/docs/TaggedObjectsApi.md#put_tagged_object) | **PUT** /tagged-objects/{type}/{id} | Update Tagged Object -*TaggedObjectsApi* | [**set_tag_to_object**](sailpoint/v3/docs/TaggedObjectsApi.md#set_tag_to_object) | **POST** /tagged-objects | Add Tag to Object -*TaggedObjectsApi* | [**set_tags_to_many_objects**](sailpoint/v3/docs/TaggedObjectsApi.md#set_tags_to_many_objects) | **POST** /tagged-objects/bulk-add | Tag Multiple Objects -*TransformsApi* | [**create_transform**](sailpoint/v3/docs/TransformsApi.md#create_transform) | **POST** /transforms | Create transform -*TransformsApi* | [**delete_transform**](sailpoint/v3/docs/TransformsApi.md#delete_transform) | **DELETE** /transforms/{id} | Delete a transform -*TransformsApi* | [**get_transform**](sailpoint/v3/docs/TransformsApi.md#get_transform) | **GET** /transforms/{id} | Transform by ID -*TransformsApi* | [**list_transforms**](sailpoint/v3/docs/TransformsApi.md#list_transforms) | **GET** /transforms | List transforms -*TransformsApi* | [**update_transform**](sailpoint/v3/docs/TransformsApi.md#update_transform) | **PUT** /transforms/{id} | Update a transform -*VendorConnectorMappingsApi* | [**create_vendor_connector_mapping**](sailpoint/v3/docs/VendorConnectorMappingsApi.md#create_vendor_connector_mapping) | **POST** /vendor-connector-mappings | Create Vendor Connector Mapping -*VendorConnectorMappingsApi* | [**delete_vendor_connector_mapping**](sailpoint/v3/docs/VendorConnectorMappingsApi.md#delete_vendor_connector_mapping) | **DELETE** /vendor-connector-mappings | Delete Vendor Connector Mapping -*VendorConnectorMappingsApi* | [**get_vendor_connector_mappings**](sailpoint/v3/docs/VendorConnectorMappingsApi.md#get_vendor_connector_mappings) | **GET** /vendor-connector-mappings | List Vendor Connector Mappings -*WorkItemsApi* | [**approve_approval_item**](sailpoint/v3/docs/WorkItemsApi.md#approve_approval_item) | **POST** /work-items/{id}/approve/{approvalItemId} | Approve an Approval Item -*WorkItemsApi* | [**approve_approval_items_in_bulk**](sailpoint/v3/docs/WorkItemsApi.md#approve_approval_items_in_bulk) | **POST** /work-items/bulk-approve/{id} | Bulk approve Approval Items -*WorkItemsApi* | [**complete_work_item**](sailpoint/v3/docs/WorkItemsApi.md#complete_work_item) | **POST** /work-items/{id} | Complete a Work Item -*WorkItemsApi* | [**get_completed_work_items**](sailpoint/v3/docs/WorkItemsApi.md#get_completed_work_items) | **GET** /work-items/completed | Completed Work Items -*WorkItemsApi* | [**get_count_completed_work_items**](sailpoint/v3/docs/WorkItemsApi.md#get_count_completed_work_items) | **GET** /work-items/completed/count | Count Completed Work Items -*WorkItemsApi* | [**get_count_work_items**](sailpoint/v3/docs/WorkItemsApi.md#get_count_work_items) | **GET** /work-items/count | Count Work Items -*WorkItemsApi* | [**get_work_item**](sailpoint/v3/docs/WorkItemsApi.md#get_work_item) | **GET** /work-items/{id} | Get a Work Item -*WorkItemsApi* | [**get_work_items_summary**](sailpoint/v3/docs/WorkItemsApi.md#get_work_items_summary) | **GET** /work-items/summary | Work Items Summary -*WorkItemsApi* | [**list_work_items**](sailpoint/v3/docs/WorkItemsApi.md#list_work_items) | **GET** /work-items | List Work Items -*WorkItemsApi* | [**reject_approval_item**](sailpoint/v3/docs/WorkItemsApi.md#reject_approval_item) | **POST** /work-items/{id}/reject/{approvalItemId} | Reject an Approval Item -*WorkItemsApi* | [**reject_approval_items_in_bulk**](sailpoint/v3/docs/WorkItemsApi.md#reject_approval_items_in_bulk) | **POST** /work-items/bulk-reject/{id} | Bulk reject Approval Items -*WorkItemsApi* | [**send_work_item_forward**](sailpoint/v3/docs/WorkItemsApi.md#send_work_item_forward) | **POST** /work-items/{id}/forward | Forward a Work Item -*WorkItemsApi* | [**submit_account_selection**](sailpoint/v3/docs/WorkItemsApi.md#submit_account_selection) | **POST** /work-items/{id}/submit-account-selection | Submit Account Selections -*WorkflowsApi* | [**cancel_workflow_execution**](sailpoint/v3/docs/WorkflowsApi.md#cancel_workflow_execution) | **POST** /workflow-executions/{id}/cancel | Cancel Workflow Execution by ID -*WorkflowsApi* | [**create_external_execute_workflow**](sailpoint/v3/docs/WorkflowsApi.md#create_external_execute_workflow) | **POST** /workflows/execute/external/{id} | Execute Workflow via External Trigger -*WorkflowsApi* | [**create_workflow**](sailpoint/v3/docs/WorkflowsApi.md#create_workflow) | **POST** /workflows | Create Workflow -*WorkflowsApi* | [**create_workflow_external_trigger**](sailpoint/v3/docs/WorkflowsApi.md#create_workflow_external_trigger) | **POST** /workflows/{id}/external/oauth-clients | Generate External Trigger OAuth Client -*WorkflowsApi* | [**delete_workflow**](sailpoint/v3/docs/WorkflowsApi.md#delete_workflow) | **DELETE** /workflows/{id} | Delete Workflow By Id -*WorkflowsApi* | [**get_workflow**](sailpoint/v3/docs/WorkflowsApi.md#get_workflow) | **GET** /workflows/{id} | Get Workflow By Id -*WorkflowsApi* | [**get_workflow_execution**](sailpoint/v3/docs/WorkflowsApi.md#get_workflow_execution) | **GET** /workflow-executions/{id} | Get Workflow Execution -*WorkflowsApi* | [**get_workflow_execution_history**](sailpoint/v3/docs/WorkflowsApi.md#get_workflow_execution_history) | **GET** /workflow-executions/{id}/history | Get Workflow Execution History -*WorkflowsApi* | [**get_workflow_executions**](sailpoint/v3/docs/WorkflowsApi.md#get_workflow_executions) | **GET** /workflows/{id}/executions | List Workflow Executions -*WorkflowsApi* | [**list_complete_workflow_library**](sailpoint/v3/docs/WorkflowsApi.md#list_complete_workflow_library) | **GET** /workflow-library | List Complete Workflow Library -*WorkflowsApi* | [**list_workflow_library_actions**](sailpoint/v3/docs/WorkflowsApi.md#list_workflow_library_actions) | **GET** /workflow-library/actions | List Workflow Library Actions -*WorkflowsApi* | [**list_workflow_library_operators**](sailpoint/v3/docs/WorkflowsApi.md#list_workflow_library_operators) | **GET** /workflow-library/operators | List Workflow Library Operators -*WorkflowsApi* | [**list_workflow_library_triggers**](sailpoint/v3/docs/WorkflowsApi.md#list_workflow_library_triggers) | **GET** /workflow-library/triggers | List Workflow Library Triggers -*WorkflowsApi* | [**list_workflows**](sailpoint/v3/docs/WorkflowsApi.md#list_workflows) | **GET** /workflows | List Workflows -*WorkflowsApi* | [**patch_workflow**](sailpoint/v3/docs/WorkflowsApi.md#patch_workflow) | **PATCH** /workflows/{id} | Patch Workflow -*WorkflowsApi* | [**put_workflow**](sailpoint/v3/docs/WorkflowsApi.md#put_workflow) | **PUT** /workflows/{id} | Update Workflow -*WorkflowsApi* | [**test_external_execute_workflow**](sailpoint/v3/docs/WorkflowsApi.md#test_external_execute_workflow) | **POST** /workflows/execute/external/{id}/test | Test Workflow via External Trigger -*WorkflowsApi* | [**test_workflow**](sailpoint/v3/docs/WorkflowsApi.md#test_workflow) | **POST** /workflows/{id}/test | Test Workflow By Id +*AccessProfilesApi* | [**create_access_profile**](sailpoint\v3/docs/AccessProfilesApi.md#create_access_profile) | **POST** /access-profiles | Create Access Profile +*AccessProfilesApi* | [**delete_access_profile**](sailpoint\v3/docs/AccessProfilesApi.md#delete_access_profile) | **DELETE** /access-profiles/{id} | Delete the specified Access Profile +*AccessProfilesApi* | [**delete_access_profiles_in_bulk**](sailpoint\v3/docs/AccessProfilesApi.md#delete_access_profiles_in_bulk) | **POST** /access-profiles/bulk-delete | Delete Access Profile(s) +*AccessProfilesApi* | [**get_access_profile**](sailpoint\v3/docs/AccessProfilesApi.md#get_access_profile) | **GET** /access-profiles/{id} | Get an Access Profile +*AccessProfilesApi* | [**get_access_profile_entitlements**](sailpoint\v3/docs/AccessProfilesApi.md#get_access_profile_entitlements) | **GET** /access-profiles/{id}/entitlements | List Access Profile's Entitlements +*AccessProfilesApi* | [**list_access_profiles**](sailpoint\v3/docs/AccessProfilesApi.md#list_access_profiles) | **GET** /access-profiles | List Access Profiles +*AccessProfilesApi* | [**patch_access_profile**](sailpoint\v3/docs/AccessProfilesApi.md#patch_access_profile) | **PATCH** /access-profiles/{id} | Patch a specified Access Profile +*AccessRequestApprovalsApi* | [**approve_access_request**](sailpoint\v3/docs/AccessRequestApprovalsApi.md#approve_access_request) | **POST** /access-request-approvals/{approvalId}/approve | Approve Access Request Approval +*AccessRequestApprovalsApi* | [**forward_access_request**](sailpoint\v3/docs/AccessRequestApprovalsApi.md#forward_access_request) | **POST** /access-request-approvals/{approvalId}/forward | Forward Access Request Approval +*AccessRequestApprovalsApi* | [**get_access_request_approval_summary**](sailpoint\v3/docs/AccessRequestApprovalsApi.md#get_access_request_approval_summary) | **GET** /access-request-approvals/approval-summary | Get Access Requests Approvals Number +*AccessRequestApprovalsApi* | [**list_completed_approvals**](sailpoint\v3/docs/AccessRequestApprovalsApi.md#list_completed_approvals) | **GET** /access-request-approvals/completed | Completed Access Request Approvals List +*AccessRequestApprovalsApi* | [**list_pending_approvals**](sailpoint\v3/docs/AccessRequestApprovalsApi.md#list_pending_approvals) | **GET** /access-request-approvals/pending | Pending Access Request Approvals List +*AccessRequestApprovalsApi* | [**reject_access_request**](sailpoint\v3/docs/AccessRequestApprovalsApi.md#reject_access_request) | **POST** /access-request-approvals/{approvalId}/reject | Reject Access Request Approval +*AccessRequestsApi* | [**cancel_access_request**](sailpoint\v3/docs/AccessRequestsApi.md#cancel_access_request) | **POST** /access-requests/cancel | Cancel Access Request +*AccessRequestsApi* | [**create_access_request**](sailpoint\v3/docs/AccessRequestsApi.md#create_access_request) | **POST** /access-requests | Submit Access Request +*AccessRequestsApi* | [**get_access_request_config**](sailpoint\v3/docs/AccessRequestsApi.md#get_access_request_config) | **GET** /access-request-config | Get Access Request Configuration +*AccessRequestsApi* | [**list_access_request_status**](sailpoint\v3/docs/AccessRequestsApi.md#list_access_request_status) | **GET** /access-request-status | Access Request Status +*AccessRequestsApi* | [**set_access_request_config**](sailpoint\v3/docs/AccessRequestsApi.md#set_access_request_config) | **PUT** /access-request-config | Update Access Request Configuration +*AccountActivitiesApi* | [**get_account_activity**](sailpoint\v3/docs/AccountActivitiesApi.md#get_account_activity) | **GET** /account-activities/{id} | Get an Account Activity +*AccountActivitiesApi* | [**list_account_activities**](sailpoint\v3/docs/AccountActivitiesApi.md#list_account_activities) | **GET** /account-activities | List Account Activities +*AccountUsagesApi* | [**get_usages_by_account_id**](sailpoint\v3/docs/AccountUsagesApi.md#get_usages_by_account_id) | **GET** /account-usages/{accountId}/summaries | Returns account usage insights +*AccountsApi* | [**create_account**](sailpoint\v3/docs/AccountsApi.md#create_account) | **POST** /accounts | Create Account +*AccountsApi* | [**delete_account**](sailpoint\v3/docs/AccountsApi.md#delete_account) | **DELETE** /accounts/{id} | Delete Account +*AccountsApi* | [**disable_account**](sailpoint\v3/docs/AccountsApi.md#disable_account) | **POST** /accounts/{id}/disable | Disable Account +*AccountsApi* | [**enable_account**](sailpoint\v3/docs/AccountsApi.md#enable_account) | **POST** /accounts/{id}/enable | Enable Account +*AccountsApi* | [**get_account**](sailpoint\v3/docs/AccountsApi.md#get_account) | **GET** /accounts/{id} | Account Details +*AccountsApi* | [**get_account_entitlements**](sailpoint\v3/docs/AccountsApi.md#get_account_entitlements) | **GET** /accounts/{id}/entitlements | Account Entitlements +*AccountsApi* | [**list_accounts**](sailpoint\v3/docs/AccountsApi.md#list_accounts) | **GET** /accounts | Accounts List +*AccountsApi* | [**put_account**](sailpoint\v3/docs/AccountsApi.md#put_account) | **PUT** /accounts/{id} | Update Account +*AccountsApi* | [**submit_reload_account**](sailpoint\v3/docs/AccountsApi.md#submit_reload_account) | **POST** /accounts/{id}/reload | Reload Account +*AccountsApi* | [**unlock_account**](sailpoint\v3/docs/AccountsApi.md#unlock_account) | **POST** /accounts/{id}/unlock | Unlock Account +*AccountsApi* | [**update_account**](sailpoint\v3/docs/AccountsApi.md#update_account) | **PATCH** /accounts/{id} | Update Account +*ApplicationDiscoveryApi* | [**get_discovered_applications**](sailpoint\v3/docs/ApplicationDiscoveryApi.md#get_discovered_applications) | **GET** /discovered-applications | Get Discovered Applications for Tenant +*ApplicationDiscoveryApi* | [**get_manual_discover_applications_csv_template**](sailpoint\v3/docs/ApplicationDiscoveryApi.md#get_manual_discover_applications_csv_template) | **GET** /manual-discover-applications-template | Download CSV Template for Discovery +*ApplicationDiscoveryApi* | [**send_manual_discover_applications_csv_template**](sailpoint\v3/docs/ApplicationDiscoveryApi.md#send_manual_discover_applications_csv_template) | **POST** /manual-discover-applications | Upload CSV to Discover Applications +*AuthUsersApi* | [**get_auth_user**](sailpoint\v3/docs/AuthUsersApi.md#get_auth_user) | **GET** /auth-users/{id} | Auth User Details +*AuthUsersApi* | [**patch_auth_user**](sailpoint\v3/docs/AuthUsersApi.md#patch_auth_user) | **PATCH** /auth-users/{id} | Auth User Update +*BrandingApi* | [**create_branding_item**](sailpoint\v3/docs/BrandingApi.md#create_branding_item) | **POST** /brandings | Create a branding item +*BrandingApi* | [**delete_branding**](sailpoint\v3/docs/BrandingApi.md#delete_branding) | **DELETE** /brandings/{name} | Delete a branding item +*BrandingApi* | [**get_branding**](sailpoint\v3/docs/BrandingApi.md#get_branding) | **GET** /brandings/{name} | Get a branding item +*BrandingApi* | [**get_branding_list**](sailpoint\v3/docs/BrandingApi.md#get_branding_list) | **GET** /brandings | List of branding items +*BrandingApi* | [**set_branding_item**](sailpoint\v3/docs/BrandingApi.md#set_branding_item) | **PUT** /brandings/{name} | Update a branding item +*CertificationCampaignFiltersApi* | [**create_campaign_filter**](sailpoint\v3/docs/CertificationCampaignFiltersApi.md#create_campaign_filter) | **POST** /campaign-filters | Create Campaign Filter +*CertificationCampaignFiltersApi* | [**delete_campaign_filters**](sailpoint\v3/docs/CertificationCampaignFiltersApi.md#delete_campaign_filters) | **POST** /campaign-filters/delete | Deletes Campaign Filters +*CertificationCampaignFiltersApi* | [**get_campaign_filter_by_id**](sailpoint\v3/docs/CertificationCampaignFiltersApi.md#get_campaign_filter_by_id) | **GET** /campaign-filters/{id} | Get Campaign Filter by ID +*CertificationCampaignFiltersApi* | [**list_campaign_filters**](sailpoint\v3/docs/CertificationCampaignFiltersApi.md#list_campaign_filters) | **GET** /campaign-filters | List Campaign Filters +*CertificationCampaignFiltersApi* | [**update_campaign_filter**](sailpoint\v3/docs/CertificationCampaignFiltersApi.md#update_campaign_filter) | **POST** /campaign-filters/{id} | Updates a Campaign Filter +*CertificationCampaignsApi* | [**complete_campaign**](sailpoint\v3/docs/CertificationCampaignsApi.md#complete_campaign) | **POST** /campaigns/{id}/complete | Complete a Campaign +*CertificationCampaignsApi* | [**create_campaign**](sailpoint\v3/docs/CertificationCampaignsApi.md#create_campaign) | **POST** /campaigns | Create a campaign +*CertificationCampaignsApi* | [**create_campaign_template**](sailpoint\v3/docs/CertificationCampaignsApi.md#create_campaign_template) | **POST** /campaign-templates | Create a Campaign Template +*CertificationCampaignsApi* | [**delete_campaign_template**](sailpoint\v3/docs/CertificationCampaignsApi.md#delete_campaign_template) | **DELETE** /campaign-templates/{id} | Delete a Campaign Template +*CertificationCampaignsApi* | [**delete_campaign_template_schedule**](sailpoint\v3/docs/CertificationCampaignsApi.md#delete_campaign_template_schedule) | **DELETE** /campaign-templates/{id}/schedule | Delete Campaign Template Schedule +*CertificationCampaignsApi* | [**delete_campaigns**](sailpoint\v3/docs/CertificationCampaignsApi.md#delete_campaigns) | **POST** /campaigns/delete | Delete Campaigns +*CertificationCampaignsApi* | [**get_active_campaigns**](sailpoint\v3/docs/CertificationCampaignsApi.md#get_active_campaigns) | **GET** /campaigns | List Campaigns +*CertificationCampaignsApi* | [**get_campaign**](sailpoint\v3/docs/CertificationCampaignsApi.md#get_campaign) | **GET** /campaigns/{id} | Get Campaign +*CertificationCampaignsApi* | [**get_campaign_reports**](sailpoint\v3/docs/CertificationCampaignsApi.md#get_campaign_reports) | **GET** /campaigns/{id}/reports | Get Campaign Reports +*CertificationCampaignsApi* | [**get_campaign_reports_config**](sailpoint\v3/docs/CertificationCampaignsApi.md#get_campaign_reports_config) | **GET** /campaigns/reports-configuration | Get Campaign Reports Configuration +*CertificationCampaignsApi* | [**get_campaign_template**](sailpoint\v3/docs/CertificationCampaignsApi.md#get_campaign_template) | **GET** /campaign-templates/{id} | Get a Campaign Template +*CertificationCampaignsApi* | [**get_campaign_template_schedule**](sailpoint\v3/docs/CertificationCampaignsApi.md#get_campaign_template_schedule) | **GET** /campaign-templates/{id}/schedule | Get Campaign Template Schedule +*CertificationCampaignsApi* | [**get_campaign_templates**](sailpoint\v3/docs/CertificationCampaignsApi.md#get_campaign_templates) | **GET** /campaign-templates | List Campaign Templates +*CertificationCampaignsApi* | [**move**](sailpoint\v3/docs/CertificationCampaignsApi.md#move) | **POST** /campaigns/{id}/reassign | Reassign Certifications +*CertificationCampaignsApi* | [**patch_campaign_template**](sailpoint\v3/docs/CertificationCampaignsApi.md#patch_campaign_template) | **PATCH** /campaign-templates/{id} | Update a Campaign Template +*CertificationCampaignsApi* | [**set_campaign_reports_config**](sailpoint\v3/docs/CertificationCampaignsApi.md#set_campaign_reports_config) | **PUT** /campaigns/reports-configuration | Set Campaign Reports Configuration +*CertificationCampaignsApi* | [**set_campaign_template_schedule**](sailpoint\v3/docs/CertificationCampaignsApi.md#set_campaign_template_schedule) | **PUT** /campaign-templates/{id}/schedule | Set Campaign Template Schedule +*CertificationCampaignsApi* | [**start_campaign**](sailpoint\v3/docs/CertificationCampaignsApi.md#start_campaign) | **POST** /campaigns/{id}/activate | Activate a Campaign +*CertificationCampaignsApi* | [**start_campaign_remediation_scan**](sailpoint\v3/docs/CertificationCampaignsApi.md#start_campaign_remediation_scan) | **POST** /campaigns/{id}/run-remediation-scan | Run Campaign Remediation Scan +*CertificationCampaignsApi* | [**start_campaign_report**](sailpoint\v3/docs/CertificationCampaignsApi.md#start_campaign_report) | **POST** /campaigns/{id}/run-report/{type} | Run Campaign Report +*CertificationCampaignsApi* | [**start_generate_campaign_template**](sailpoint\v3/docs/CertificationCampaignsApi.md#start_generate_campaign_template) | **POST** /campaign-templates/{id}/generate | Generate a Campaign from Template +*CertificationCampaignsApi* | [**update_campaign**](sailpoint\v3/docs/CertificationCampaignsApi.md#update_campaign) | **PATCH** /campaigns/{id} | Update a Campaign +*CertificationSummariesApi* | [**get_identity_access_summaries**](sailpoint\v3/docs/CertificationSummariesApi.md#get_identity_access_summaries) | **GET** /certifications/{id}/access-summaries/{type} | Access Summaries +*CertificationSummariesApi* | [**get_identity_decision_summary**](sailpoint\v3/docs/CertificationSummariesApi.md#get_identity_decision_summary) | **GET** /certifications/{id}/decision-summary | Summary of Certification Decisions +*CertificationSummariesApi* | [**get_identity_summaries**](sailpoint\v3/docs/CertificationSummariesApi.md#get_identity_summaries) | **GET** /certifications/{id}/identity-summaries | Identity Summaries for Campaign Certification +*CertificationSummariesApi* | [**get_identity_summary**](sailpoint\v3/docs/CertificationSummariesApi.md#get_identity_summary) | **GET** /certifications/{id}/identity-summaries/{identitySummaryId} | Summary for Identity +*CertificationsApi* | [**get_certification_task**](sailpoint\v3/docs/CertificationsApi.md#get_certification_task) | **GET** /certification-tasks/{id} | Certification Task by ID +*CertificationsApi* | [**get_identity_certification**](sailpoint\v3/docs/CertificationsApi.md#get_identity_certification) | **GET** /certifications/{id} | Identity Certification by ID +*CertificationsApi* | [**get_identity_certification_item_permissions**](sailpoint\v3/docs/CertificationsApi.md#get_identity_certification_item_permissions) | **GET** /certifications/{certificationId}/access-review-items/{itemId}/permissions | Permissions for Entitlement Certification Item +*CertificationsApi* | [**get_pending_certification_tasks**](sailpoint\v3/docs/CertificationsApi.md#get_pending_certification_tasks) | **GET** /certification-tasks | List of Pending Certification Tasks +*CertificationsApi* | [**list_certification_reviewers**](sailpoint\v3/docs/CertificationsApi.md#list_certification_reviewers) | **GET** /certifications/{id}/reviewers | List of Reviewers for certification +*CertificationsApi* | [**list_identity_access_review_items**](sailpoint\v3/docs/CertificationsApi.md#list_identity_access_review_items) | **GET** /certifications/{id}/access-review-items | List of Access Review Items +*CertificationsApi* | [**list_identity_certifications**](sailpoint\v3/docs/CertificationsApi.md#list_identity_certifications) | **GET** /certifications | List Identity Campaign Certifications +*CertificationsApi* | [**make_identity_decision**](sailpoint\v3/docs/CertificationsApi.md#make_identity_decision) | **POST** /certifications/{id}/decide | Decide on a Certification Item +*CertificationsApi* | [**reassign_identity_certifications**](sailpoint\v3/docs/CertificationsApi.md#reassign_identity_certifications) | **POST** /certifications/{id}/reassign | Reassign Identities or Items +*CertificationsApi* | [**sign_off_identity_certification**](sailpoint\v3/docs/CertificationsApi.md#sign_off_identity_certification) | **POST** /certifications/{id}/sign-off | Finalize Identity Certification Decisions +*CertificationsApi* | [**submit_reassign_certs_async**](sailpoint\v3/docs/CertificationsApi.md#submit_reassign_certs_async) | **POST** /certifications/{id}/reassign-async | Reassign Certifications Asynchronously +*ConfigurationHubApi* | [**create_object_mapping**](sailpoint\v3/docs/ConfigurationHubApi.md#create_object_mapping) | **POST** /configuration-hub/object-mappings/{sourceOrg} | Creates an object mapping +*ConfigurationHubApi* | [**create_object_mappings**](sailpoint\v3/docs/ConfigurationHubApi.md#create_object_mappings) | **POST** /configuration-hub/object-mappings/{sourceOrg}/bulk-create | Bulk creates object mappings +*ConfigurationHubApi* | [**create_uploaded_configuration**](sailpoint\v3/docs/ConfigurationHubApi.md#create_uploaded_configuration) | **POST** /configuration-hub/backups/uploads | Upload a Configuration +*ConfigurationHubApi* | [**delete_object_mapping**](sailpoint\v3/docs/ConfigurationHubApi.md#delete_object_mapping) | **DELETE** /configuration-hub/object-mappings/{sourceOrg}/{objectMappingId} | Deletes an object mapping +*ConfigurationHubApi* | [**delete_uploaded_configuration**](sailpoint\v3/docs/ConfigurationHubApi.md#delete_uploaded_configuration) | **DELETE** /configuration-hub/backups/uploads/{id} | Delete an Uploaded Configuration +*ConfigurationHubApi* | [**get_object_mappings**](sailpoint\v3/docs/ConfigurationHubApi.md#get_object_mappings) | **GET** /configuration-hub/object-mappings/{sourceOrg} | Gets list of object mappings +*ConfigurationHubApi* | [**get_uploaded_configuration**](sailpoint\v3/docs/ConfigurationHubApi.md#get_uploaded_configuration) | **GET** /configuration-hub/backups/uploads/{id} | Get an Uploaded Configuration +*ConfigurationHubApi* | [**list_uploaded_configurations**](sailpoint\v3/docs/ConfigurationHubApi.md#list_uploaded_configurations) | **GET** /configuration-hub/backups/uploads | List Uploaded Configurations +*ConfigurationHubApi* | [**update_object_mappings**](sailpoint\v3/docs/ConfigurationHubApi.md#update_object_mappings) | **POST** /configuration-hub/object-mappings/{sourceOrg}/bulk-patch | Bulk updates object mappings +*ConnectorsApi* | [**create_custom_connector**](sailpoint\v3/docs/ConnectorsApi.md#create_custom_connector) | **POST** /connectors | Create Custom Connector +*ConnectorsApi* | [**delete_custom_connector**](sailpoint\v3/docs/ConnectorsApi.md#delete_custom_connector) | **DELETE** /connectors/{scriptName} | Delete Connector by Script Name +*ConnectorsApi* | [**get_connector**](sailpoint\v3/docs/ConnectorsApi.md#get_connector) | **GET** /connectors/{scriptName} | Get Connector by Script Name +*ConnectorsApi* | [**get_connector_list**](sailpoint\v3/docs/ConnectorsApi.md#get_connector_list) | **GET** /connectors | Get Connector List +*ConnectorsApi* | [**get_connector_source_config**](sailpoint\v3/docs/ConnectorsApi.md#get_connector_source_config) | **GET** /connectors/{scriptName}/source-config | Get Connector Source Configuration +*ConnectorsApi* | [**get_connector_source_template**](sailpoint\v3/docs/ConnectorsApi.md#get_connector_source_template) | **GET** /connectors/{scriptName}/source-template | Get Connector Source Template +*ConnectorsApi* | [**get_connector_translations**](sailpoint\v3/docs/ConnectorsApi.md#get_connector_translations) | **GET** /connectors/{scriptName}/translations/{locale} | Get Connector Translations +*ConnectorsApi* | [**put_connector_source_config**](sailpoint\v3/docs/ConnectorsApi.md#put_connector_source_config) | **PUT** /connectors/{scriptName}/source-config | Update Connector Source Configuration +*ConnectorsApi* | [**put_connector_source_template**](sailpoint\v3/docs/ConnectorsApi.md#put_connector_source_template) | **PUT** /connectors/{scriptName}/source-template | Update Connector Source Template +*ConnectorsApi* | [**put_connector_translations**](sailpoint\v3/docs/ConnectorsApi.md#put_connector_translations) | **PUT** /connectors/{scriptName}/translations/{locale} | Update Connector Translations +*ConnectorsApi* | [**update_connector**](sailpoint\v3/docs/ConnectorsApi.md#update_connector) | **PATCH** /connectors/{scriptName} | Update Connector by Script Name +*GlobalTenantSecuritySettingsApi* | [**create_auth_org_network_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#create_auth_org_network_config) | **POST** /auth-org/network-config | Create security network configuration. +*GlobalTenantSecuritySettingsApi* | [**get_auth_org_lockout_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_lockout_config) | **GET** /auth-org/lockout-config | Get Auth Org Lockout Configuration. +*GlobalTenantSecuritySettingsApi* | [**get_auth_org_network_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_network_config) | **GET** /auth-org/network-config | Get security network configuration. +*GlobalTenantSecuritySettingsApi* | [**get_auth_org_service_provider_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_service_provider_config) | **GET** /auth-org/service-provider-config | Get Service Provider Configuration. +*GlobalTenantSecuritySettingsApi* | [**get_auth_org_session_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#get_auth_org_session_config) | **GET** /auth-org/session-config | Get Auth Org Session Configuration. +*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_lockout_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_lockout_config) | **PATCH** /auth-org/lockout-config | Update Auth Org Lockout Configuration +*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_network_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_network_config) | **PATCH** /auth-org/network-config | Update security network configuration. +*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_service_provider_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_service_provider_config) | **PATCH** /auth-org/service-provider-config | Update Service Provider Configuration +*GlobalTenantSecuritySettingsApi* | [**patch_auth_org_session_config**](sailpoint\v3/docs/GlobalTenantSecuritySettingsApi.md#patch_auth_org_session_config) | **PATCH** /auth-org/session-config | Update Auth Org Session Configuration +*IdentityProfilesApi* | [**create_identity_profile**](sailpoint\v3/docs/IdentityProfilesApi.md#create_identity_profile) | **POST** /identity-profiles | Create an Identity Profile +*IdentityProfilesApi* | [**delete_identity_profile**](sailpoint\v3/docs/IdentityProfilesApi.md#delete_identity_profile) | **DELETE** /identity-profiles/{identity-profile-id} | Delete an Identity Profile +*IdentityProfilesApi* | [**delete_identity_profiles**](sailpoint\v3/docs/IdentityProfilesApi.md#delete_identity_profiles) | **POST** /identity-profiles/bulk-delete | Delete Identity Profiles +*IdentityProfilesApi* | [**export_identity_profiles**](sailpoint\v3/docs/IdentityProfilesApi.md#export_identity_profiles) | **GET** /identity-profiles/export | Export Identity Profiles +*IdentityProfilesApi* | [**get_default_identity_attribute_config**](sailpoint\v3/docs/IdentityProfilesApi.md#get_default_identity_attribute_config) | **GET** /identity-profiles/{identity-profile-id}/default-identity-attribute-config | Get default Identity Attribute Config +*IdentityProfilesApi* | [**get_identity_profile**](sailpoint\v3/docs/IdentityProfilesApi.md#get_identity_profile) | **GET** /identity-profiles/{identity-profile-id} | Get single Identity Profile +*IdentityProfilesApi* | [**import_identity_profiles**](sailpoint\v3/docs/IdentityProfilesApi.md#import_identity_profiles) | **POST** /identity-profiles/import | Import Identity Profiles +*IdentityProfilesApi* | [**list_identity_profiles**](sailpoint\v3/docs/IdentityProfilesApi.md#list_identity_profiles) | **GET** /identity-profiles | Identity Profiles List +*IdentityProfilesApi* | [**show_identity_preview**](sailpoint\v3/docs/IdentityProfilesApi.md#show_identity_preview) | **POST** /identity-profiles/identity-preview | Generate Identity Profile Preview +*IdentityProfilesApi* | [**sync_identity_profile**](sailpoint\v3/docs/IdentityProfilesApi.md#sync_identity_profile) | **POST** /identity-profiles/{identity-profile-id}/process-identities | Process identities under profile +*IdentityProfilesApi* | [**update_identity_profile**](sailpoint\v3/docs/IdentityProfilesApi.md#update_identity_profile) | **PATCH** /identity-profiles/{identity-profile-id} | Update the Identity Profile +*LifecycleStatesApi* | [**create_lifecycle_state**](sailpoint\v3/docs/LifecycleStatesApi.md#create_lifecycle_state) | **POST** /identity-profiles/{identity-profile-id}/lifecycle-states | Create Lifecycle State +*LifecycleStatesApi* | [**delete_lifecycle_state**](sailpoint\v3/docs/LifecycleStatesApi.md#delete_lifecycle_state) | **DELETE** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Delete Lifecycle State +*LifecycleStatesApi* | [**get_lifecycle_state**](sailpoint\v3/docs/LifecycleStatesApi.md#get_lifecycle_state) | **GET** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Get Lifecycle State +*LifecycleStatesApi* | [**get_lifecycle_states**](sailpoint\v3/docs/LifecycleStatesApi.md#get_lifecycle_states) | **GET** /identity-profiles/{identity-profile-id}/lifecycle-states | Lists LifecycleStates +*LifecycleStatesApi* | [**set_lifecycle_state**](sailpoint\v3/docs/LifecycleStatesApi.md#set_lifecycle_state) | **POST** /identities/{identity-id}/set-lifecycle-state | Set Lifecycle State +*LifecycleStatesApi* | [**update_lifecycle_states**](sailpoint\v3/docs/LifecycleStatesApi.md#update_lifecycle_states) | **PATCH** /identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id} | Update Lifecycle State +*MFAConfigurationApi* | [**delete_mfa_config**](sailpoint\v3/docs/MFAConfigurationApi.md#delete_mfa_config) | **DELETE** /mfa/{method}/delete | Delete MFA method configuration +*MFAConfigurationApi* | [**get_mfa_duo_config**](sailpoint\v3/docs/MFAConfigurationApi.md#get_mfa_duo_config) | **GET** /mfa/duo-web/config | Configuration of Duo MFA method +*MFAConfigurationApi* | [**get_mfa_kba_config**](sailpoint\v3/docs/MFAConfigurationApi.md#get_mfa_kba_config) | **GET** /mfa/kba/config | Configuration of KBA MFA method +*MFAConfigurationApi* | [**get_mfa_okta_config**](sailpoint\v3/docs/MFAConfigurationApi.md#get_mfa_okta_config) | **GET** /mfa/okta-verify/config | Configuration of Okta MFA method +*MFAConfigurationApi* | [**set_mfa_duo_config**](sailpoint\v3/docs/MFAConfigurationApi.md#set_mfa_duo_config) | **PUT** /mfa/duo-web/config | Set Duo MFA configuration +*MFAConfigurationApi* | [**set_mfa_okta_config**](sailpoint\v3/docs/MFAConfigurationApi.md#set_mfa_okta_config) | **PUT** /mfa/okta-verify/config | Set Okta MFA configuration +*MFAConfigurationApi* | [**set_mfakba_config**](sailpoint\v3/docs/MFAConfigurationApi.md#set_mfakba_config) | **POST** /mfa/kba/config/answers | Set MFA KBA configuration +*MFAConfigurationApi* | [**test_mfa_config**](sailpoint\v3/docs/MFAConfigurationApi.md#test_mfa_config) | **GET** /mfa/{method}/test | MFA method's test configuration +*MFAControllerApi* | [**create_send_token**](sailpoint\v3/docs/MFAControllerApi.md#create_send_token) | **POST** /mfa/token/send | Create and send user token +*MFAControllerApi* | [**ping_verification_status**](sailpoint\v3/docs/MFAControllerApi.md#ping_verification_status) | **POST** /mfa/{method}/poll | Polling MFA method by VerificationPollRequest +*MFAControllerApi* | [**send_duo_verify_request**](sailpoint\v3/docs/MFAControllerApi.md#send_duo_verify_request) | **POST** /mfa/duo-web/verify | Verifying authentication via Duo method +*MFAControllerApi* | [**send_kba_answers**](sailpoint\v3/docs/MFAControllerApi.md#send_kba_answers) | **POST** /mfa/kba/authenticate | Authenticate KBA provided MFA method +*MFAControllerApi* | [**send_okta_verify_request**](sailpoint\v3/docs/MFAControllerApi.md#send_okta_verify_request) | **POST** /mfa/okta-verify/verify | Verifying authentication via Okta method +*MFAControllerApi* | [**send_token_auth_request**](sailpoint\v3/docs/MFAControllerApi.md#send_token_auth_request) | **POST** /mfa/token/authenticate | Authenticate Token provided MFA method +*ManagedClientsApi* | [**create_managed_client**](sailpoint\v3/docs/ManagedClientsApi.md#create_managed_client) | **POST** /managed-clients | Create Managed Client +*ManagedClientsApi* | [**delete_managed_client**](sailpoint\v3/docs/ManagedClientsApi.md#delete_managed_client) | **DELETE** /managed-clients/{id} | Delete Managed Client +*ManagedClientsApi* | [**get_managed_client**](sailpoint\v3/docs/ManagedClientsApi.md#get_managed_client) | **GET** /managed-clients/{id} | Get Managed Client +*ManagedClientsApi* | [**get_managed_client_status**](sailpoint\v3/docs/ManagedClientsApi.md#get_managed_client_status) | **GET** /managed-clients/{id}/status | Get Managed Client Status +*ManagedClientsApi* | [**get_managed_clients**](sailpoint\v3/docs/ManagedClientsApi.md#get_managed_clients) | **GET** /managed-clients | Get Managed Clients +*ManagedClientsApi* | [**update_managed_client**](sailpoint\v3/docs/ManagedClientsApi.md#update_managed_client) | **PATCH** /managed-clients/{id} | Update Managed Client +*ManagedClustersApi* | [**create_managed_cluster**](sailpoint\v3/docs/ManagedClustersApi.md#create_managed_cluster) | **POST** /managed-clusters | Create Create Managed Cluster +*ManagedClustersApi* | [**delete_managed_cluster**](sailpoint\v3/docs/ManagedClustersApi.md#delete_managed_cluster) | **DELETE** /managed-clusters/{id} | Delete Managed Cluster +*ManagedClustersApi* | [**get_client_log_configuration**](sailpoint\v3/docs/ManagedClustersApi.md#get_client_log_configuration) | **GET** /managed-clusters/{id}/log-config | Get Managed Cluster Log Configuration +*ManagedClustersApi* | [**get_managed_cluster**](sailpoint\v3/docs/ManagedClustersApi.md#get_managed_cluster) | **GET** /managed-clusters/{id} | Get Managed Cluster +*ManagedClustersApi* | [**get_managed_clusters**](sailpoint\v3/docs/ManagedClustersApi.md#get_managed_clusters) | **GET** /managed-clusters | Get Managed Clusters +*ManagedClustersApi* | [**put_client_log_configuration**](sailpoint\v3/docs/ManagedClustersApi.md#put_client_log_configuration) | **PUT** /managed-clusters/{id}/log-config | Update Managed Cluster Log Configuration +*ManagedClustersApi* | [**update_managed_cluster**](sailpoint\v3/docs/ManagedClustersApi.md#update_managed_cluster) | **PATCH** /managed-clusters/{id} | Update Managed Cluster +*NonEmployeeLifecycleManagementApi* | [**approve_non_employee_request**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#approve_non_employee_request) | **POST** /non-employee-approvals/{id}/approve | Approve a Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**create_non_employee_record**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_record) | **POST** /non-employee-records | Create Non-Employee Record +*NonEmployeeLifecycleManagementApi* | [**create_non_employee_request**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_request) | **POST** /non-employee-requests | Create Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**create_non_employee_source**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_source) | **POST** /non-employee-sources | Create Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**create_non_employee_source_schema_attributes**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#create_non_employee_source_schema_attributes) | **POST** /non-employee-sources/{sourceId}/schema-attributes | Create a new Schema Attribute for Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_record**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_record) | **DELETE** /non-employee-records/{id} | Delete Non-Employee Record +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_records_in_bulk**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_records_in_bulk) | **POST** /non-employee-records/bulk-delete | Delete Multiple Non-Employee Records +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_request**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_request) | **DELETE** /non-employee-requests/{id} | Delete Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_schema_attribute**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_schema_attribute) | **DELETE** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Delete a Schema Attribute for Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_source**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_source) | **DELETE** /non-employee-sources/{sourceId} | Delete Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**delete_non_employee_source_schema_attributes**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#delete_non_employee_source_schema_attributes) | **DELETE** /non-employee-sources/{sourceId}/schema-attributes | Delete all custom schema attributes for Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**export_non_employee_records**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#export_non_employee_records) | **GET** /non-employee-sources/{id}/non-employees/download | Exports Non-Employee Records to CSV +*NonEmployeeLifecycleManagementApi* | [**export_non_employee_source_schema_template**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#export_non_employee_source_schema_template) | **GET** /non-employee-sources/{id}/schema-attributes-template/download | Exports Source Schema Template +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_approval**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_approval) | **GET** /non-employee-approvals/{id} | Get a non-employee approval item detail +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_approval_summary**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_approval_summary) | **GET** /non-employee-approvals/summary/{requested-for} | Get Summary of Non-Employee Approval Requests +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_bulk_upload_status**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_bulk_upload_status) | **GET** /non-employee-sources/{id}/non-employee-bulk-upload/status | Obtain the status of bulk upload on the source +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_record**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_record) | **GET** /non-employee-records/{id} | Get a Non-Employee Record +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_request**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_request) | **GET** /non-employee-requests/{id} | Get a Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_request_summary**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_request_summary) | **GET** /non-employee-requests/summary/{requested-for} | Get Summary of Non-Employee Requests +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_schema_attribute**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_schema_attribute) | **GET** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Get Schema Attribute Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_source**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_source) | **GET** /non-employee-sources/{sourceId} | Get a Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**get_non_employee_source_schema_attributes**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#get_non_employee_source_schema_attributes) | **GET** /non-employee-sources/{sourceId}/schema-attributes | List Schema Attributes Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**import_non_employee_records_in_bulk**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#import_non_employee_records_in_bulk) | **POST** /non-employee-sources/{id}/non-employee-bulk-upload | Imports, or Updates, Non-Employee Records +*NonEmployeeLifecycleManagementApi* | [**list_non_employee_approvals**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_approvals) | **GET** /non-employee-approvals | Get List of Non-Employee Approval Requests +*NonEmployeeLifecycleManagementApi* | [**list_non_employee_records**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_records) | **GET** /non-employee-records | List Non-Employee Records +*NonEmployeeLifecycleManagementApi* | [**list_non_employee_requests**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_requests) | **GET** /non-employee-requests | List Non-Employee Requests +*NonEmployeeLifecycleManagementApi* | [**list_non_employee_sources**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#list_non_employee_sources) | **GET** /non-employee-sources | List Non-Employee Sources +*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_record**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_record) | **PATCH** /non-employee-records/{id} | Patch Non-Employee Record +*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_schema_attribute**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_schema_attribute) | **PATCH** /non-employee-sources/{sourceId}/schema-attributes/{attributeId} | Patch a Schema Attribute for Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**patch_non_employee_source**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#patch_non_employee_source) | **PATCH** /non-employee-sources/{sourceId} | Patch a Non-Employee Source +*NonEmployeeLifecycleManagementApi* | [**reject_non_employee_request**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#reject_non_employee_request) | **POST** /non-employee-approvals/{id}/reject | Reject a Non-Employee Request +*NonEmployeeLifecycleManagementApi* | [**update_non_employee_record**](sailpoint\v3/docs/NonEmployeeLifecycleManagementApi.md#update_non_employee_record) | **PUT** /non-employee-records/{id} | Update Non-Employee Record +*OAuthClientsApi* | [**create_oauth_client**](sailpoint\v3/docs/OAuthClientsApi.md#create_oauth_client) | **POST** /oauth-clients | Create OAuth Client +*OAuthClientsApi* | [**delete_oauth_client**](sailpoint\v3/docs/OAuthClientsApi.md#delete_oauth_client) | **DELETE** /oauth-clients/{id} | Delete OAuth Client +*OAuthClientsApi* | [**get_oauth_client**](sailpoint\v3/docs/OAuthClientsApi.md#get_oauth_client) | **GET** /oauth-clients/{id} | Get OAuth Client +*OAuthClientsApi* | [**list_oauth_clients**](sailpoint\v3/docs/OAuthClientsApi.md#list_oauth_clients) | **GET** /oauth-clients | List OAuth Clients +*OAuthClientsApi* | [**patch_oauth_client**](sailpoint\v3/docs/OAuthClientsApi.md#patch_oauth_client) | **PATCH** /oauth-clients/{id} | Patch OAuth Client +*PasswordConfigurationApi* | [**create_password_org_config**](sailpoint\v3/docs/PasswordConfigurationApi.md#create_password_org_config) | **POST** /password-org-config | Create Password Org Config +*PasswordConfigurationApi* | [**get_password_org_config**](sailpoint\v3/docs/PasswordConfigurationApi.md#get_password_org_config) | **GET** /password-org-config | Get Password Org Config +*PasswordConfigurationApi* | [**put_password_org_config**](sailpoint\v3/docs/PasswordConfigurationApi.md#put_password_org_config) | **PUT** /password-org-config | Update Password Org Config +*PasswordDictionaryApi* | [**get_password_dictionary**](sailpoint\v3/docs/PasswordDictionaryApi.md#get_password_dictionary) | **GET** /password-dictionary | Get Password Dictionary +*PasswordDictionaryApi* | [**put_password_dictionary**](sailpoint\v3/docs/PasswordDictionaryApi.md#put_password_dictionary) | **PUT** /password-dictionary | Update Password Dictionary +*PasswordManagementApi* | [**get_password_change_status**](sailpoint\v3/docs/PasswordManagementApi.md#get_password_change_status) | **GET** /password-change-status/{id} | Get Password Change Request Status +*PasswordManagementApi* | [**query_password_info**](sailpoint\v3/docs/PasswordManagementApi.md#query_password_info) | **POST** /query-password-info | Query Password Info +*PasswordManagementApi* | [**set_password**](sailpoint\v3/docs/PasswordManagementApi.md#set_password) | **POST** /set-password | Set Identity's Password +*PasswordPoliciesApi* | [**create_password_policy**](sailpoint\v3/docs/PasswordPoliciesApi.md#create_password_policy) | **POST** /password-policies | Create Password Policy +*PasswordPoliciesApi* | [**delete_password_policy**](sailpoint\v3/docs/PasswordPoliciesApi.md#delete_password_policy) | **DELETE** /password-policies/{id} | Delete Password Policy by ID +*PasswordPoliciesApi* | [**get_password_policy_by_id**](sailpoint\v3/docs/PasswordPoliciesApi.md#get_password_policy_by_id) | **GET** /password-policies/{id} | Get Password Policy by ID +*PasswordPoliciesApi* | [**list_password_policies**](sailpoint\v3/docs/PasswordPoliciesApi.md#list_password_policies) | **GET** /password-policies | List Password Policies +*PasswordPoliciesApi* | [**set_password_policy**](sailpoint\v3/docs/PasswordPoliciesApi.md#set_password_policy) | **PUT** /password-policies/{id} | Update Password Policy by ID +*PasswordSyncGroupsApi* | [**create_password_sync_group**](sailpoint\v3/docs/PasswordSyncGroupsApi.md#create_password_sync_group) | **POST** /password-sync-groups | Create Password Sync Group +*PasswordSyncGroupsApi* | [**delete_password_sync_group**](sailpoint\v3/docs/PasswordSyncGroupsApi.md#delete_password_sync_group) | **DELETE** /password-sync-groups/{id} | Delete Password Sync Group by ID +*PasswordSyncGroupsApi* | [**get_password_sync_group**](sailpoint\v3/docs/PasswordSyncGroupsApi.md#get_password_sync_group) | **GET** /password-sync-groups/{id} | Get Password Sync Group by ID +*PasswordSyncGroupsApi* | [**get_password_sync_groups**](sailpoint\v3/docs/PasswordSyncGroupsApi.md#get_password_sync_groups) | **GET** /password-sync-groups | Get Password Sync Group List +*PasswordSyncGroupsApi* | [**update_password_sync_group**](sailpoint\v3/docs/PasswordSyncGroupsApi.md#update_password_sync_group) | **PUT** /password-sync-groups/{id} | Update Password Sync Group by ID +*PersonalAccessTokensApi* | [**create_personal_access_token**](sailpoint\v3/docs/PersonalAccessTokensApi.md#create_personal_access_token) | **POST** /personal-access-tokens | Create Personal Access Token +*PersonalAccessTokensApi* | [**delete_personal_access_token**](sailpoint\v3/docs/PersonalAccessTokensApi.md#delete_personal_access_token) | **DELETE** /personal-access-tokens/{id} | Delete Personal Access Token +*PersonalAccessTokensApi* | [**list_personal_access_tokens**](sailpoint\v3/docs/PersonalAccessTokensApi.md#list_personal_access_tokens) | **GET** /personal-access-tokens | List Personal Access Tokens +*PersonalAccessTokensApi* | [**patch_personal_access_token**](sailpoint\v3/docs/PersonalAccessTokensApi.md#patch_personal_access_token) | **PATCH** /personal-access-tokens/{id} | Patch Personal Access Token +*PublicIdentitiesApi* | [**get_public_identities**](sailpoint\v3/docs/PublicIdentitiesApi.md#get_public_identities) | **GET** /public-identities | Get list of public identities +*PublicIdentitiesConfigApi* | [**get_public_identity_config**](sailpoint\v3/docs/PublicIdentitiesConfigApi.md#get_public_identity_config) | **GET** /public-identities-config | Get the Public Identities Configuration +*PublicIdentitiesConfigApi* | [**update_public_identity_config**](sailpoint\v3/docs/PublicIdentitiesConfigApi.md#update_public_identity_config) | **PUT** /public-identities-config | Update the Public Identities Configuration +*ReportsDataExtractionApi* | [**cancel_report**](sailpoint\v3/docs/ReportsDataExtractionApi.md#cancel_report) | **POST** /reports/{id}/cancel | Cancel Report +*ReportsDataExtractionApi* | [**get_report**](sailpoint\v3/docs/ReportsDataExtractionApi.md#get_report) | **GET** /reports/{taskResultId} | Get Report File +*ReportsDataExtractionApi* | [**get_report_result**](sailpoint\v3/docs/ReportsDataExtractionApi.md#get_report_result) | **GET** /reports/{taskResultId}/result | Get Report Result +*ReportsDataExtractionApi* | [**start_report**](sailpoint\v3/docs/ReportsDataExtractionApi.md#start_report) | **POST** /reports/run | Run Report +*RequestableObjectsApi* | [**list_requestable_objects**](sailpoint\v3/docs/RequestableObjectsApi.md#list_requestable_objects) | **GET** /requestable-objects | Requestable Objects List +*RolesApi* | [**create_role**](sailpoint\v3/docs/RolesApi.md#create_role) | **POST** /roles | Create a Role +*RolesApi* | [**delete_bulk_roles**](sailpoint\v3/docs/RolesApi.md#delete_bulk_roles) | **POST** /roles/bulk-delete | Delete Role(s) +*RolesApi* | [**delete_role**](sailpoint\v3/docs/RolesApi.md#delete_role) | **DELETE** /roles/{id} | Delete a Role +*RolesApi* | [**get_role**](sailpoint\v3/docs/RolesApi.md#get_role) | **GET** /roles/{id} | Get a Role +*RolesApi* | [**get_role_assigned_identities**](sailpoint\v3/docs/RolesApi.md#get_role_assigned_identities) | **GET** /roles/{id}/assigned-identities | List Identities assigned a Role +*RolesApi* | [**list_roles**](sailpoint\v3/docs/RolesApi.md#list_roles) | **GET** /roles | List Roles +*RolesApi* | [**patch_role**](sailpoint\v3/docs/RolesApi.md#patch_role) | **PATCH** /roles/{id} | Patch a specified Role +*SODPoliciesApi* | [**create_sod_policy**](sailpoint\v3/docs/SODPoliciesApi.md#create_sod_policy) | **POST** /sod-policies | Create SOD policy +*SODPoliciesApi* | [**delete_sod_policy**](sailpoint\v3/docs/SODPoliciesApi.md#delete_sod_policy) | **DELETE** /sod-policies/{id} | Delete SOD policy by ID +*SODPoliciesApi* | [**delete_sod_policy_schedule**](sailpoint\v3/docs/SODPoliciesApi.md#delete_sod_policy_schedule) | **DELETE** /sod-policies/{id}/schedule | Delete SOD policy schedule +*SODPoliciesApi* | [**get_custom_violation_report**](sailpoint\v3/docs/SODPoliciesApi.md#get_custom_violation_report) | **GET** /sod-violation-report/{reportResultId}/download/{fileName} | Download custom violation report +*SODPoliciesApi* | [**get_default_violation_report**](sailpoint\v3/docs/SODPoliciesApi.md#get_default_violation_report) | **GET** /sod-violation-report/{reportResultId}/download | Download violation report +*SODPoliciesApi* | [**get_sod_all_report_run_status**](sailpoint\v3/docs/SODPoliciesApi.md#get_sod_all_report_run_status) | **GET** /sod-violation-report | Get multi-report run task status +*SODPoliciesApi* | [**get_sod_policy**](sailpoint\v3/docs/SODPoliciesApi.md#get_sod_policy) | **GET** /sod-policies/{id} | Get SOD policy by ID +*SODPoliciesApi* | [**get_sod_policy_schedule**](sailpoint\v3/docs/SODPoliciesApi.md#get_sod_policy_schedule) | **GET** /sod-policies/{id}/schedule | Get SOD policy schedule +*SODPoliciesApi* | [**get_sod_violation_report_run_status**](sailpoint\v3/docs/SODPoliciesApi.md#get_sod_violation_report_run_status) | **GET** /sod-policies/sod-violation-report-status/{reportResultId} | Get violation report run status +*SODPoliciesApi* | [**get_sod_violation_report_status**](sailpoint\v3/docs/SODPoliciesApi.md#get_sod_violation_report_status) | **GET** /sod-policies/{id}/violation-report | Get SOD violation report status +*SODPoliciesApi* | [**list_sod_policies**](sailpoint\v3/docs/SODPoliciesApi.md#list_sod_policies) | **GET** /sod-policies | List SOD policies +*SODPoliciesApi* | [**patch_sod_policy**](sailpoint\v3/docs/SODPoliciesApi.md#patch_sod_policy) | **PATCH** /sod-policies/{id} | Patch SOD policy by ID +*SODPoliciesApi* | [**put_policy_schedule**](sailpoint\v3/docs/SODPoliciesApi.md#put_policy_schedule) | **PUT** /sod-policies/{id}/schedule | Update SOD Policy schedule +*SODPoliciesApi* | [**put_sod_policy**](sailpoint\v3/docs/SODPoliciesApi.md#put_sod_policy) | **PUT** /sod-policies/{id} | Update SOD policy by ID +*SODPoliciesApi* | [**start_evaluate_sod_policy**](sailpoint\v3/docs/SODPoliciesApi.md#start_evaluate_sod_policy) | **POST** /sod-policies/{id}/evaluate | Evaluate one policy by ID +*SODPoliciesApi* | [**start_sod_all_policies_for_org**](sailpoint\v3/docs/SODPoliciesApi.md#start_sod_all_policies_for_org) | **POST** /sod-violation-report/run | Runs all policies for org +*SODPoliciesApi* | [**start_sod_policy**](sailpoint\v3/docs/SODPoliciesApi.md#start_sod_policy) | **POST** /sod-policies/{id}/violation-report/run | Runs SOD policy violation report +*SODViolationsApi* | [**start_predict_sod_violations**](sailpoint\v3/docs/SODViolationsApi.md#start_predict_sod_violations) | **POST** /sod-violations/predict | Predict SOD violations for identity. +*SODViolationsApi* | [**start_violation_check**](sailpoint\v3/docs/SODViolationsApi.md#start_violation_check) | **POST** /sod-violations/check | Check SOD violations +*SavedSearchApi* | [**create_saved_search**](sailpoint\v3/docs/SavedSearchApi.md#create_saved_search) | **POST** /saved-searches | Create a saved search +*SavedSearchApi* | [**delete_saved_search**](sailpoint\v3/docs/SavedSearchApi.md#delete_saved_search) | **DELETE** /saved-searches/{id} | Delete document by ID +*SavedSearchApi* | [**execute_saved_search**](sailpoint\v3/docs/SavedSearchApi.md#execute_saved_search) | **POST** /saved-searches/{id}/execute | Execute a saved search by ID +*SavedSearchApi* | [**get_saved_search**](sailpoint\v3/docs/SavedSearchApi.md#get_saved_search) | **GET** /saved-searches/{id} | Return saved search by ID +*SavedSearchApi* | [**list_saved_searches**](sailpoint\v3/docs/SavedSearchApi.md#list_saved_searches) | **GET** /saved-searches | A list of Saved Searches +*SavedSearchApi* | [**put_saved_search**](sailpoint\v3/docs/SavedSearchApi.md#put_saved_search) | **PUT** /saved-searches/{id} | Updates an existing saved search +*ScheduledSearchApi* | [**create_scheduled_search**](sailpoint\v3/docs/ScheduledSearchApi.md#create_scheduled_search) | **POST** /scheduled-searches | Create a new scheduled search +*ScheduledSearchApi* | [**delete_scheduled_search**](sailpoint\v3/docs/ScheduledSearchApi.md#delete_scheduled_search) | **DELETE** /scheduled-searches/{id} | Delete a Scheduled Search +*ScheduledSearchApi* | [**get_scheduled_search**](sailpoint\v3/docs/ScheduledSearchApi.md#get_scheduled_search) | **GET** /scheduled-searches/{id} | Get a Scheduled Search +*ScheduledSearchApi* | [**list_scheduled_search**](sailpoint\v3/docs/ScheduledSearchApi.md#list_scheduled_search) | **GET** /scheduled-searches | List scheduled searches +*ScheduledSearchApi* | [**unsubscribe_scheduled_search**](sailpoint\v3/docs/ScheduledSearchApi.md#unsubscribe_scheduled_search) | **POST** /scheduled-searches/{id}/unsubscribe | Unsubscribe a recipient from Scheduled Search +*ScheduledSearchApi* | [**update_scheduled_search**](sailpoint\v3/docs/ScheduledSearchApi.md#update_scheduled_search) | **PUT** /scheduled-searches/{id} | Update an existing Scheduled Search +*SearchApi* | [**search_aggregate**](sailpoint\v3/docs/SearchApi.md#search_aggregate) | **POST** /search/aggregate | Perform a Search Query Aggregation +*SearchApi* | [**search_count**](sailpoint\v3/docs/SearchApi.md#search_count) | **POST** /search/count | Count Documents Satisfying a Query +*SearchApi* | [**search_get**](sailpoint\v3/docs/SearchApi.md#search_get) | **GET** /search/{index}/{id} | Get a Document by ID +*SearchApi* | [**search_post**](sailpoint\v3/docs/SearchApi.md#search_post) | **POST** /search | Perform Search +*SearchAttributeConfigurationApi* | [**create_search_attribute_config**](sailpoint\v3/docs/SearchAttributeConfigurationApi.md#create_search_attribute_config) | **POST** /accounts/search-attribute-config | Create Extended Search Attributes +*SearchAttributeConfigurationApi* | [**delete_search_attribute_config**](sailpoint\v3/docs/SearchAttributeConfigurationApi.md#delete_search_attribute_config) | **DELETE** /accounts/search-attribute-config/{name} | Delete Extended Search Attribute +*SearchAttributeConfigurationApi* | [**get_search_attribute_config**](sailpoint\v3/docs/SearchAttributeConfigurationApi.md#get_search_attribute_config) | **GET** /accounts/search-attribute-config | List Extended Search Attributes +*SearchAttributeConfigurationApi* | [**get_single_search_attribute_config**](sailpoint\v3/docs/SearchAttributeConfigurationApi.md#get_single_search_attribute_config) | **GET** /accounts/search-attribute-config/{name} | Get Extended Search Attribute +*SearchAttributeConfigurationApi* | [**patch_search_attribute_config**](sailpoint\v3/docs/SearchAttributeConfigurationApi.md#patch_search_attribute_config) | **PATCH** /accounts/search-attribute-config/{name} | Update Extended Search Attribute +*SegmentsApi* | [**create_segment**](sailpoint\v3/docs/SegmentsApi.md#create_segment) | **POST** /segments | Create Segment +*SegmentsApi* | [**delete_segment**](sailpoint\v3/docs/SegmentsApi.md#delete_segment) | **DELETE** /segments/{id} | Delete Segment by ID +*SegmentsApi* | [**get_segment**](sailpoint\v3/docs/SegmentsApi.md#get_segment) | **GET** /segments/{id} | Get Segment by ID +*SegmentsApi* | [**list_segments**](sailpoint\v3/docs/SegmentsApi.md#list_segments) | **GET** /segments | List Segments +*SegmentsApi* | [**patch_segment**](sailpoint\v3/docs/SegmentsApi.md#patch_segment) | **PATCH** /segments/{id} | Update Segment +*ServiceDeskIntegrationApi* | [**create_service_desk_integration**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#create_service_desk_integration) | **POST** /service-desk-integrations | Create new Service Desk integration +*ServiceDeskIntegrationApi* | [**delete_service_desk_integration**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#delete_service_desk_integration) | **DELETE** /service-desk-integrations/{id} | Delete a Service Desk integration +*ServiceDeskIntegrationApi* | [**get_service_desk_integration**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration) | **GET** /service-desk-integrations/{id} | Get a Service Desk integration +*ServiceDeskIntegrationApi* | [**get_service_desk_integration_template**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration_template) | **GET** /service-desk-integrations/templates/{scriptName} | Service Desk integration template by scriptName +*ServiceDeskIntegrationApi* | [**get_service_desk_integration_types**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#get_service_desk_integration_types) | **GET** /service-desk-integrations/types | List Service Desk integration types +*ServiceDeskIntegrationApi* | [**get_service_desk_integrations**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#get_service_desk_integrations) | **GET** /service-desk-integrations | List existing Service Desk integrations +*ServiceDeskIntegrationApi* | [**get_status_check_details**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#get_status_check_details) | **GET** /service-desk-integrations/status-check-configuration | Get the time check configuration +*ServiceDeskIntegrationApi* | [**patch_service_desk_integration**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#patch_service_desk_integration) | **PATCH** /service-desk-integrations/{id} | Patch a Service Desk Integration +*ServiceDeskIntegrationApi* | [**put_service_desk_integration**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#put_service_desk_integration) | **PUT** /service-desk-integrations/{id} | Update a Service Desk integration +*ServiceDeskIntegrationApi* | [**update_status_check_details**](sailpoint\v3/docs/ServiceDeskIntegrationApi.md#update_status_check_details) | **PUT** /service-desk-integrations/status-check-configuration | Update the time check configuration +*SourceUsagesApi* | [**get_status_by_source_id**](sailpoint\v3/docs/SourceUsagesApi.md#get_status_by_source_id) | **GET** /source-usages/{sourceId}/status | Finds status of source usage +*SourceUsagesApi* | [**get_usages_by_source_id**](sailpoint\v3/docs/SourceUsagesApi.md#get_usages_by_source_id) | **GET** /source-usages/{sourceId}/summaries | Returns source usage insights +*SourcesApi* | [**create_provisioning_policy**](sailpoint\v3/docs/SourcesApi.md#create_provisioning_policy) | **POST** /sources/{sourceId}/provisioning-policies | Create Provisioning Policy +*SourcesApi* | [**create_source**](sailpoint\v3/docs/SourcesApi.md#create_source) | **POST** /sources | Creates a source in IdentityNow. +*SourcesApi* | [**create_source_schema**](sailpoint\v3/docs/SourcesApi.md#create_source_schema) | **POST** /sources/{sourceId}/schemas | Create Schema on Source +*SourcesApi* | [**delete_provisioning_policy**](sailpoint\v3/docs/SourcesApi.md#delete_provisioning_policy) | **DELETE** /sources/{sourceId}/provisioning-policies/{usageType} | Delete Provisioning Policy by UsageType +*SourcesApi* | [**delete_source**](sailpoint\v3/docs/SourcesApi.md#delete_source) | **DELETE** /sources/{id} | Delete Source by ID +*SourcesApi* | [**delete_source_schema**](sailpoint\v3/docs/SourcesApi.md#delete_source_schema) | **DELETE** /sources/{sourceId}/schemas/{schemaId} | Delete Source Schema by ID +*SourcesApi* | [**get_accounts_schema**](sailpoint\v3/docs/SourcesApi.md#get_accounts_schema) | **GET** /sources/{id}/schemas/accounts | Downloads source accounts schema template +*SourcesApi* | [**get_entitlements_schema**](sailpoint\v3/docs/SourcesApi.md#get_entitlements_schema) | **GET** /sources/{id}/schemas/entitlements | Downloads source entitlements schema template +*SourcesApi* | [**get_provisioning_policy**](sailpoint\v3/docs/SourcesApi.md#get_provisioning_policy) | **GET** /sources/{sourceId}/provisioning-policies/{usageType} | Get Provisioning Policy by UsageType +*SourcesApi* | [**get_source**](sailpoint\v3/docs/SourcesApi.md#get_source) | **GET** /sources/{id} | Get Source by ID +*SourcesApi* | [**get_source_connections**](sailpoint\v3/docs/SourcesApi.md#get_source_connections) | **GET** /sources/{sourceId}/connections | Get Source Connections by ID +*SourcesApi* | [**get_source_health**](sailpoint\v3/docs/SourcesApi.md#get_source_health) | **GET** /sources/{sourceId}/source-health | Fetches source health by id +*SourcesApi* | [**get_source_schema**](sailpoint\v3/docs/SourcesApi.md#get_source_schema) | **GET** /sources/{sourceId}/schemas/{schemaId} | Get Source Schema by ID +*SourcesApi* | [**get_source_schemas**](sailpoint\v3/docs/SourcesApi.md#get_source_schemas) | **GET** /sources/{sourceId}/schemas | List Schemas on Source +*SourcesApi* | [**import_accounts_schema**](sailpoint\v3/docs/SourcesApi.md#import_accounts_schema) | **POST** /sources/{id}/schemas/accounts | Uploads source accounts schema template +*SourcesApi* | [**import_connector_file**](sailpoint\v3/docs/SourcesApi.md#import_connector_file) | **POST** /sources/{sourceId}/upload-connector-file | Upload connector file to source +*SourcesApi* | [**import_entitlements_schema**](sailpoint\v3/docs/SourcesApi.md#import_entitlements_schema) | **POST** /sources/{id}/schemas/entitlements | Uploads source entitlements schema template +*SourcesApi* | [**list_provisioning_policies**](sailpoint\v3/docs/SourcesApi.md#list_provisioning_policies) | **GET** /sources/{sourceId}/provisioning-policies | Lists ProvisioningPolicies +*SourcesApi* | [**list_sources**](sailpoint\v3/docs/SourcesApi.md#list_sources) | **GET** /sources | Lists all sources in IdentityNow. +*SourcesApi* | [**put_provisioning_policy**](sailpoint\v3/docs/SourcesApi.md#put_provisioning_policy) | **PUT** /sources/{sourceId}/provisioning-policies/{usageType} | Update Provisioning Policy by UsageType +*SourcesApi* | [**put_source**](sailpoint\v3/docs/SourcesApi.md#put_source) | **PUT** /sources/{id} | Update Source (Full) +*SourcesApi* | [**put_source_schema**](sailpoint\v3/docs/SourcesApi.md#put_source_schema) | **PUT** /sources/{sourceId}/schemas/{schemaId} | Update Source Schema (Full) +*SourcesApi* | [**update_provisioning_policies_in_bulk**](sailpoint\v3/docs/SourcesApi.md#update_provisioning_policies_in_bulk) | **POST** /sources/{sourceId}/provisioning-policies/bulk-update | Bulk Update Provisioning Policies +*SourcesApi* | [**update_provisioning_policy**](sailpoint\v3/docs/SourcesApi.md#update_provisioning_policy) | **PATCH** /sources/{sourceId}/provisioning-policies/{usageType} | Partial update of Provisioning Policy +*SourcesApi* | [**update_source**](sailpoint\v3/docs/SourcesApi.md#update_source) | **PATCH** /sources/{id} | Update Source (Partial) +*SourcesApi* | [**update_source_schema**](sailpoint\v3/docs/SourcesApi.md#update_source_schema) | **PATCH** /sources/{sourceId}/schemas/{schemaId} | Update Source Schema (Partial) +*TaggedObjectsApi* | [**delete_tagged_object**](sailpoint\v3/docs/TaggedObjectsApi.md#delete_tagged_object) | **DELETE** /tagged-objects/{type}/{id} | Delete Object Tags +*TaggedObjectsApi* | [**delete_tags_to_many_object**](sailpoint\v3/docs/TaggedObjectsApi.md#delete_tags_to_many_object) | **POST** /tagged-objects/bulk-remove | Remove Tags from Multiple Objects +*TaggedObjectsApi* | [**get_tagged_object**](sailpoint\v3/docs/TaggedObjectsApi.md#get_tagged_object) | **GET** /tagged-objects/{type}/{id} | Get Tagged Object +*TaggedObjectsApi* | [**list_tagged_objects**](sailpoint\v3/docs/TaggedObjectsApi.md#list_tagged_objects) | **GET** /tagged-objects | List Tagged Objects +*TaggedObjectsApi* | [**list_tagged_objects_by_type**](sailpoint\v3/docs/TaggedObjectsApi.md#list_tagged_objects_by_type) | **GET** /tagged-objects/{type} | List Tagged Objects by Type +*TaggedObjectsApi* | [**put_tagged_object**](sailpoint\v3/docs/TaggedObjectsApi.md#put_tagged_object) | **PUT** /tagged-objects/{type}/{id} | Update Tagged Object +*TaggedObjectsApi* | [**set_tag_to_object**](sailpoint\v3/docs/TaggedObjectsApi.md#set_tag_to_object) | **POST** /tagged-objects | Add Tag to Object +*TaggedObjectsApi* | [**set_tags_to_many_objects**](sailpoint\v3/docs/TaggedObjectsApi.md#set_tags_to_many_objects) | **POST** /tagged-objects/bulk-add | Tag Multiple Objects +*TransformsApi* | [**create_transform**](sailpoint\v3/docs/TransformsApi.md#create_transform) | **POST** /transforms | Create transform +*TransformsApi* | [**delete_transform**](sailpoint\v3/docs/TransformsApi.md#delete_transform) | **DELETE** /transforms/{id} | Delete a transform +*TransformsApi* | [**get_transform**](sailpoint\v3/docs/TransformsApi.md#get_transform) | **GET** /transforms/{id} | Transform by ID +*TransformsApi* | [**list_transforms**](sailpoint\v3/docs/TransformsApi.md#list_transforms) | **GET** /transforms | List transforms +*TransformsApi* | [**update_transform**](sailpoint\v3/docs/TransformsApi.md#update_transform) | **PUT** /transforms/{id} | Update a transform +*VendorConnectorMappingsApi* | [**create_vendor_connector_mapping**](sailpoint\v3/docs/VendorConnectorMappingsApi.md#create_vendor_connector_mapping) | **POST** /vendor-connector-mappings | Create Vendor Connector Mapping +*VendorConnectorMappingsApi* | [**delete_vendor_connector_mapping**](sailpoint\v3/docs/VendorConnectorMappingsApi.md#delete_vendor_connector_mapping) | **DELETE** /vendor-connector-mappings | Delete Vendor Connector Mapping +*VendorConnectorMappingsApi* | [**get_vendor_connector_mappings**](sailpoint\v3/docs/VendorConnectorMappingsApi.md#get_vendor_connector_mappings) | **GET** /vendor-connector-mappings | List Vendor Connector Mappings +*WorkItemsApi* | [**approve_approval_item**](sailpoint\v3/docs/WorkItemsApi.md#approve_approval_item) | **POST** /work-items/{id}/approve/{approvalItemId} | Approve an Approval Item +*WorkItemsApi* | [**approve_approval_items_in_bulk**](sailpoint\v3/docs/WorkItemsApi.md#approve_approval_items_in_bulk) | **POST** /work-items/bulk-approve/{id} | Bulk approve Approval Items +*WorkItemsApi* | [**complete_work_item**](sailpoint\v3/docs/WorkItemsApi.md#complete_work_item) | **POST** /work-items/{id} | Complete a Work Item +*WorkItemsApi* | [**get_completed_work_items**](sailpoint\v3/docs/WorkItemsApi.md#get_completed_work_items) | **GET** /work-items/completed | Completed Work Items +*WorkItemsApi* | [**get_count_completed_work_items**](sailpoint\v3/docs/WorkItemsApi.md#get_count_completed_work_items) | **GET** /work-items/completed/count | Count Completed Work Items +*WorkItemsApi* | [**get_count_work_items**](sailpoint\v3/docs/WorkItemsApi.md#get_count_work_items) | **GET** /work-items/count | Count Work Items +*WorkItemsApi* | [**get_work_item**](sailpoint\v3/docs/WorkItemsApi.md#get_work_item) | **GET** /work-items/{id} | Get a Work Item +*WorkItemsApi* | [**get_work_items_summary**](sailpoint\v3/docs/WorkItemsApi.md#get_work_items_summary) | **GET** /work-items/summary | Work Items Summary +*WorkItemsApi* | [**list_work_items**](sailpoint\v3/docs/WorkItemsApi.md#list_work_items) | **GET** /work-items | List Work Items +*WorkItemsApi* | [**reject_approval_item**](sailpoint\v3/docs/WorkItemsApi.md#reject_approval_item) | **POST** /work-items/{id}/reject/{approvalItemId} | Reject an Approval Item +*WorkItemsApi* | [**reject_approval_items_in_bulk**](sailpoint\v3/docs/WorkItemsApi.md#reject_approval_items_in_bulk) | **POST** /work-items/bulk-reject/{id} | Bulk reject Approval Items +*WorkItemsApi* | [**send_work_item_forward**](sailpoint\v3/docs/WorkItemsApi.md#send_work_item_forward) | **POST** /work-items/{id}/forward | Forward a Work Item +*WorkItemsApi* | [**submit_account_selection**](sailpoint\v3/docs/WorkItemsApi.md#submit_account_selection) | **POST** /work-items/{id}/submit-account-selection | Submit Account Selections +*WorkflowsApi* | [**cancel_workflow_execution**](sailpoint\v3/docs/WorkflowsApi.md#cancel_workflow_execution) | **POST** /workflow-executions/{id}/cancel | Cancel Workflow Execution by ID +*WorkflowsApi* | [**create_external_execute_workflow**](sailpoint\v3/docs/WorkflowsApi.md#create_external_execute_workflow) | **POST** /workflows/execute/external/{id} | Execute Workflow via External Trigger +*WorkflowsApi* | [**create_workflow**](sailpoint\v3/docs/WorkflowsApi.md#create_workflow) | **POST** /workflows | Create Workflow +*WorkflowsApi* | [**create_workflow_external_trigger**](sailpoint\v3/docs/WorkflowsApi.md#create_workflow_external_trigger) | **POST** /workflows/{id}/external/oauth-clients | Generate External Trigger OAuth Client +*WorkflowsApi* | [**delete_workflow**](sailpoint\v3/docs/WorkflowsApi.md#delete_workflow) | **DELETE** /workflows/{id} | Delete Workflow By Id +*WorkflowsApi* | [**get_workflow**](sailpoint\v3/docs/WorkflowsApi.md#get_workflow) | **GET** /workflows/{id} | Get Workflow By Id +*WorkflowsApi* | [**get_workflow_execution**](sailpoint\v3/docs/WorkflowsApi.md#get_workflow_execution) | **GET** /workflow-executions/{id} | Get Workflow Execution +*WorkflowsApi* | [**get_workflow_execution_history**](sailpoint\v3/docs/WorkflowsApi.md#get_workflow_execution_history) | **GET** /workflow-executions/{id}/history | Get Workflow Execution History +*WorkflowsApi* | [**get_workflow_executions**](sailpoint\v3/docs/WorkflowsApi.md#get_workflow_executions) | **GET** /workflows/{id}/executions | List Workflow Executions +*WorkflowsApi* | [**list_complete_workflow_library**](sailpoint\v3/docs/WorkflowsApi.md#list_complete_workflow_library) | **GET** /workflow-library | List Complete Workflow Library +*WorkflowsApi* | [**list_workflow_library_actions**](sailpoint\v3/docs/WorkflowsApi.md#list_workflow_library_actions) | **GET** /workflow-library/actions | List Workflow Library Actions +*WorkflowsApi* | [**list_workflow_library_operators**](sailpoint\v3/docs/WorkflowsApi.md#list_workflow_library_operators) | **GET** /workflow-library/operators | List Workflow Library Operators +*WorkflowsApi* | [**list_workflow_library_triggers**](sailpoint\v3/docs/WorkflowsApi.md#list_workflow_library_triggers) | **GET** /workflow-library/triggers | List Workflow Library Triggers +*WorkflowsApi* | [**list_workflows**](sailpoint\v3/docs/WorkflowsApi.md#list_workflows) | **GET** /workflows | List Workflows +*WorkflowsApi* | [**patch_workflow**](sailpoint\v3/docs/WorkflowsApi.md#patch_workflow) | **PATCH** /workflows/{id} | Patch Workflow +*WorkflowsApi* | [**put_workflow**](sailpoint\v3/docs/WorkflowsApi.md#put_workflow) | **PUT** /workflows/{id} | Update Workflow +*WorkflowsApi* | [**test_external_execute_workflow**](sailpoint\v3/docs/WorkflowsApi.md#test_external_execute_workflow) | **POST** /workflows/execute/external/{id}/test | Test Workflow via External Trigger +*WorkflowsApi* | [**test_workflow**](sailpoint\v3/docs/WorkflowsApi.md#test_workflow) | **POST** /workflows/{id}/test | Test Workflow By Id ## Documentation For Models - - [Access](sailpoint/v3/docs/Access.md) - - [AccessConstraint](sailpoint/v3/docs/AccessConstraint.md) - - [AccessCriteria](sailpoint/v3/docs/AccessCriteria.md) - - [AccessCriteriaCriteriaListInner](sailpoint/v3/docs/AccessCriteriaCriteriaListInner.md) - - [AccessItemRequestedFor](sailpoint/v3/docs/AccessItemRequestedFor.md) - - [AccessItemRequester](sailpoint/v3/docs/AccessItemRequester.md) - - [AccessItemReviewedBy](sailpoint/v3/docs/AccessItemReviewedBy.md) - - [AccessProfile](sailpoint/v3/docs/AccessProfile.md) - - [AccessProfileApprovalScheme](sailpoint/v3/docs/AccessProfileApprovalScheme.md) - - [AccessProfileBulkDeleteRequest](sailpoint/v3/docs/AccessProfileBulkDeleteRequest.md) - - [AccessProfileBulkDeleteResponse](sailpoint/v3/docs/AccessProfileBulkDeleteResponse.md) - - [AccessProfileDocument](sailpoint/v3/docs/AccessProfileDocument.md) - - [AccessProfileDocumentAllOfSource](sailpoint/v3/docs/AccessProfileDocumentAllOfSource.md) - - [AccessProfileEntitlement](sailpoint/v3/docs/AccessProfileEntitlement.md) - - [AccessProfileRef](sailpoint/v3/docs/AccessProfileRef.md) - - [AccessProfileRole](sailpoint/v3/docs/AccessProfileRole.md) - - [AccessProfileSourceRef](sailpoint/v3/docs/AccessProfileSourceRef.md) - - [AccessProfileSummary](sailpoint/v3/docs/AccessProfileSummary.md) - - [AccessProfileUsage](sailpoint/v3/docs/AccessProfileUsage.md) - - [AccessProfileUsageUsedByInner](sailpoint/v3/docs/AccessProfileUsageUsedByInner.md) - - [AccessRequest](sailpoint/v3/docs/AccessRequest.md) - - [AccessRequestConfig](sailpoint/v3/docs/AccessRequestConfig.md) - - [AccessRequestItem](sailpoint/v3/docs/AccessRequestItem.md) - - [AccessRequestPhases](sailpoint/v3/docs/AccessRequestPhases.md) - - [AccessRequestResponse](sailpoint/v3/docs/AccessRequestResponse.md) - - [AccessRequestTracking](sailpoint/v3/docs/AccessRequestTracking.md) - - [AccessRequestType](sailpoint/v3/docs/AccessRequestType.md) - - [AccessReviewItem](sailpoint/v3/docs/AccessReviewItem.md) - - [AccessReviewReassignment](sailpoint/v3/docs/AccessReviewReassignment.md) - - [AccessSummary](sailpoint/v3/docs/AccessSummary.md) - - [AccessSummaryAccess](sailpoint/v3/docs/AccessSummaryAccess.md) - - [AccessType](sailpoint/v3/docs/AccessType.md) - - [Account](sailpoint/v3/docs/Account.md) - - [AccountAction](sailpoint/v3/docs/AccountAction.md) - - [AccountActivity](sailpoint/v3/docs/AccountActivity.md) - - [AccountActivityApprovalStatus](sailpoint/v3/docs/AccountActivityApprovalStatus.md) - - [AccountActivityDocument](sailpoint/v3/docs/AccountActivityDocument.md) - - [AccountActivityItem](sailpoint/v3/docs/AccountActivityItem.md) - - [AccountActivityItemOperation](sailpoint/v3/docs/AccountActivityItemOperation.md) - - [AccountActivitySearchedItem](sailpoint/v3/docs/AccountActivitySearchedItem.md) - - [AccountAttributes](sailpoint/v3/docs/AccountAttributes.md) - - [AccountAttributesCreate](sailpoint/v3/docs/AccountAttributesCreate.md) - - [AccountAttributesCreateAttributes](sailpoint/v3/docs/AccountAttributesCreateAttributes.md) - - [AccountRequest](sailpoint/v3/docs/AccountRequest.md) - - [AccountRequestInfo](sailpoint/v3/docs/AccountRequestInfo.md) - - [AccountRequestResult](sailpoint/v3/docs/AccountRequestResult.md) - - [AccountSource](sailpoint/v3/docs/AccountSource.md) - - [AccountToggleRequest](sailpoint/v3/docs/AccountToggleRequest.md) - - [AccountUnlockRequest](sailpoint/v3/docs/AccountUnlockRequest.md) - - [AccountUsage](sailpoint/v3/docs/AccountUsage.md) - - [AccountsAsyncResult](sailpoint/v3/docs/AccountsAsyncResult.md) - - [AccountsExportReportArguments](sailpoint/v3/docs/AccountsExportReportArguments.md) - - [ActivateCampaignOptions](sailpoint/v3/docs/ActivateCampaignOptions.md) - - [ActivityInsights](sailpoint/v3/docs/ActivityInsights.md) - - [AdminReviewReassign](sailpoint/v3/docs/AdminReviewReassign.md) - - [AdminReviewReassignReassignTo](sailpoint/v3/docs/AdminReviewReassignReassignTo.md) - - [AggregationResult](sailpoint/v3/docs/AggregationResult.md) - - [AggregationType](sailpoint/v3/docs/AggregationType.md) - - [Aggregations](sailpoint/v3/docs/Aggregations.md) - - [App](sailpoint/v3/docs/App.md) - - [AppAllOfAccount](sailpoint/v3/docs/AppAllOfAccount.md) - - [Approval](sailpoint/v3/docs/Approval.md) - - [ApprovalComment](sailpoint/v3/docs/ApprovalComment.md) - - [ApprovalForwardHistory](sailpoint/v3/docs/ApprovalForwardHistory.md) - - [ApprovalItemDetails](sailpoint/v3/docs/ApprovalItemDetails.md) - - [ApprovalItems](sailpoint/v3/docs/ApprovalItems.md) - - [ApprovalReminderAndEscalationConfig](sailpoint/v3/docs/ApprovalReminderAndEscalationConfig.md) - - [ApprovalScheme](sailpoint/v3/docs/ApprovalScheme.md) - - [ApprovalSchemeForRole](sailpoint/v3/docs/ApprovalSchemeForRole.md) - - [ApprovalStatus](sailpoint/v3/docs/ApprovalStatus.md) - - [ApprovalStatusDto](sailpoint/v3/docs/ApprovalStatusDto.md) - - [ApprovalStatusDtoCurrentOwner](sailpoint/v3/docs/ApprovalStatusDtoCurrentOwner.md) - - [ApprovalStatusDtoOriginalOwner](sailpoint/v3/docs/ApprovalStatusDtoOriginalOwner.md) - - [ApprovalSummary](sailpoint/v3/docs/ApprovalSummary.md) - - [ArrayInner](sailpoint/v3/docs/ArrayInner.md) - - [AttributeDTO](sailpoint/v3/docs/AttributeDTO.md) - - [AttributeDTOList](sailpoint/v3/docs/AttributeDTOList.md) - - [AttributeDefinition](sailpoint/v3/docs/AttributeDefinition.md) - - [AttributeDefinitionSchema](sailpoint/v3/docs/AttributeDefinitionSchema.md) - - [AttributeDefinitionType](sailpoint/v3/docs/AttributeDefinitionType.md) - - [AttributeRequest](sailpoint/v3/docs/AttributeRequest.md) - - [AttributeValueDTO](sailpoint/v3/docs/AttributeValueDTO.md) - - [AuthUser](sailpoint/v3/docs/AuthUser.md) - - [BackupOptions](sailpoint/v3/docs/BackupOptions.md) - - [BackupResponse](sailpoint/v3/docs/BackupResponse.md) - - [BaseAccess](sailpoint/v3/docs/BaseAccess.md) - - [BaseAccessAllOfOwner](sailpoint/v3/docs/BaseAccessAllOfOwner.md) - - [BaseAccessProfile](sailpoint/v3/docs/BaseAccessProfile.md) - - [BaseAccount](sailpoint/v3/docs/BaseAccount.md) - - [BaseCommonDto](sailpoint/v3/docs/BaseCommonDto.md) - - [BaseDocument](sailpoint/v3/docs/BaseDocument.md) - - [BaseEntitlement](sailpoint/v3/docs/BaseEntitlement.md) - - [BaseReferenceDto](sailpoint/v3/docs/BaseReferenceDto.md) - - [BaseSegment](sailpoint/v3/docs/BaseSegment.md) - - [BeforeProvisioningRuleDto](sailpoint/v3/docs/BeforeProvisioningRuleDto.md) - - [Bound](sailpoint/v3/docs/Bound.md) - - [BrandingItem](sailpoint/v3/docs/BrandingItem.md) - - [BrandingItemCreate](sailpoint/v3/docs/BrandingItemCreate.md) - - [BucketAggregation](sailpoint/v3/docs/BucketAggregation.md) - - [BucketType](sailpoint/v3/docs/BucketType.md) - - [BulkAddTaggedObject](sailpoint/v3/docs/BulkAddTaggedObject.md) - - [BulkRemoveTaggedObject](sailpoint/v3/docs/BulkRemoveTaggedObject.md) - - [BulkTaggedObjectResponse](sailpoint/v3/docs/BulkTaggedObjectResponse.md) - - [Campaign](sailpoint/v3/docs/Campaign.md) - - [CampaignAlert](sailpoint/v3/docs/CampaignAlert.md) - - [CampaignAllOfFilter](sailpoint/v3/docs/CampaignAllOfFilter.md) - - [CampaignAllOfMachineAccountCampaignInfo](sailpoint/v3/docs/CampaignAllOfMachineAccountCampaignInfo.md) - - [CampaignAllOfRoleCompositionCampaignInfo](sailpoint/v3/docs/CampaignAllOfRoleCompositionCampaignInfo.md) - - [CampaignAllOfRoleCompositionCampaignInfoRemediatorRef](sailpoint/v3/docs/CampaignAllOfRoleCompositionCampaignInfoRemediatorRef.md) - - [CampaignAllOfSearchCampaignInfo](sailpoint/v3/docs/CampaignAllOfSearchCampaignInfo.md) - - [CampaignAllOfSearchCampaignInfoReviewer](sailpoint/v3/docs/CampaignAllOfSearchCampaignInfoReviewer.md) - - [CampaignAllOfSourceOwnerCampaignInfo](sailpoint/v3/docs/CampaignAllOfSourceOwnerCampaignInfo.md) - - [CampaignAllOfSourcesWithOrphanEntitlements](sailpoint/v3/docs/CampaignAllOfSourcesWithOrphanEntitlements.md) - - [CampaignCompleteOptions](sailpoint/v3/docs/CampaignCompleteOptions.md) - - [CampaignFilterDetails](sailpoint/v3/docs/CampaignFilterDetails.md) - - [CampaignFilterDetailsCriteriaListInner](sailpoint/v3/docs/CampaignFilterDetailsCriteriaListInner.md) - - [CampaignReference](sailpoint/v3/docs/CampaignReference.md) - - [CampaignReport](sailpoint/v3/docs/CampaignReport.md) - - [CampaignReportsConfig](sailpoint/v3/docs/CampaignReportsConfig.md) - - [CampaignTemplate](sailpoint/v3/docs/CampaignTemplate.md) - - [CampaignTemplateOwnerRef](sailpoint/v3/docs/CampaignTemplateOwnerRef.md) - - [CampaignsDeleteRequest](sailpoint/v3/docs/CampaignsDeleteRequest.md) - - [CancelAccessRequest](sailpoint/v3/docs/CancelAccessRequest.md) - - [CancelledRequestDetails](sailpoint/v3/docs/CancelledRequestDetails.md) - - [Certification](sailpoint/v3/docs/Certification.md) - - [CertificationDecision](sailpoint/v3/docs/CertificationDecision.md) - - [CertificationIdentitySummary](sailpoint/v3/docs/CertificationIdentitySummary.md) - - [CertificationPhase](sailpoint/v3/docs/CertificationPhase.md) - - [CertificationReference](sailpoint/v3/docs/CertificationReference.md) - - [CertificationTask](sailpoint/v3/docs/CertificationTask.md) - - [ClientLogConfiguration](sailpoint/v3/docs/ClientLogConfiguration.md) - - [ClientLogConfigurationDurationMinutes](sailpoint/v3/docs/ClientLogConfigurationDurationMinutes.md) - - [ClientLogConfigurationExpiration](sailpoint/v3/docs/ClientLogConfigurationExpiration.md) - - [ClientType](sailpoint/v3/docs/ClientType.md) - - [Column](sailpoint/v3/docs/Column.md) - - [Comment](sailpoint/v3/docs/Comment.md) - - [CommentDto](sailpoint/v3/docs/CommentDto.md) - - [CommentDtoAuthor](sailpoint/v3/docs/CommentDtoAuthor.md) - - [CompletedApproval](sailpoint/v3/docs/CompletedApproval.md) - - [CompletedApprovalPreApprovalTriggerResult](sailpoint/v3/docs/CompletedApprovalPreApprovalTriggerResult.md) - - [CompletedApprovalRequesterComment](sailpoint/v3/docs/CompletedApprovalRequesterComment.md) - - [CompletedApprovalReviewerComment](sailpoint/v3/docs/CompletedApprovalReviewerComment.md) - - [CompletedApprovalState](sailpoint/v3/docs/CompletedApprovalState.md) - - [CompletionStatus](sailpoint/v3/docs/CompletionStatus.md) - - [ConflictingAccessCriteria](sailpoint/v3/docs/ConflictingAccessCriteria.md) - - [ConnectorDetail](sailpoint/v3/docs/ConnectorDetail.md) - - [CreateExternalExecuteWorkflow200Response](sailpoint/v3/docs/CreateExternalExecuteWorkflow200Response.md) - - [CreateExternalExecuteWorkflowRequest](sailpoint/v3/docs/CreateExternalExecuteWorkflowRequest.md) - - [CreateOAuthClientRequest](sailpoint/v3/docs/CreateOAuthClientRequest.md) - - [CreateOAuthClientResponse](sailpoint/v3/docs/CreateOAuthClientResponse.md) - - [CreatePersonalAccessTokenRequest](sailpoint/v3/docs/CreatePersonalAccessTokenRequest.md) - - [CreatePersonalAccessTokenResponse](sailpoint/v3/docs/CreatePersonalAccessTokenResponse.md) - - [CreateSavedSearchRequest](sailpoint/v3/docs/CreateSavedSearchRequest.md) - - [CreateScheduledSearchRequest](sailpoint/v3/docs/CreateScheduledSearchRequest.md) - - [CreateUploadedConfigurationRequest](sailpoint/v3/docs/CreateUploadedConfigurationRequest.md) - - [CreateWorkflowRequest](sailpoint/v3/docs/CreateWorkflowRequest.md) - - [CriteriaType](sailpoint/v3/docs/CriteriaType.md) - - [DataAccess](sailpoint/v3/docs/DataAccess.md) - - [DataAccessCategoriesInner](sailpoint/v3/docs/DataAccessCategoriesInner.md) - - [DataAccessImpactScore](sailpoint/v3/docs/DataAccessImpactScore.md) - - [DataAccessPoliciesInner](sailpoint/v3/docs/DataAccessPoliciesInner.md) - - [DeleteNonEmployeeRecordsInBulkRequest](sailpoint/v3/docs/DeleteNonEmployeeRecordsInBulkRequest.md) - - [DeleteSource202Response](sailpoint/v3/docs/DeleteSource202Response.md) - - [DeleteVendorConnectorMapping200Response](sailpoint/v3/docs/DeleteVendorConnectorMapping200Response.md) - - [DependantAppConnections](sailpoint/v3/docs/DependantAppConnections.md) - - [DependantAppConnectionsAccountSource](sailpoint/v3/docs/DependantAppConnectionsAccountSource.md) - - [DependantAppConnectionsAccountSourcePasswordPoliciesInner](sailpoint/v3/docs/DependantAppConnectionsAccountSourcePasswordPoliciesInner.md) - - [DependantConnectionsMissingDto](sailpoint/v3/docs/DependantConnectionsMissingDto.md) - - [DimensionRef](sailpoint/v3/docs/DimensionRef.md) - - [DisplayReference](sailpoint/v3/docs/DisplayReference.md) - - [DocumentType](sailpoint/v3/docs/DocumentType.md) - - [DtoType](sailpoint/v3/docs/DtoType.md) - - [DuoVerificationRequest](sailpoint/v3/docs/DuoVerificationRequest.md) - - [EmailNotificationOption](sailpoint/v3/docs/EmailNotificationOption.md) - - [Entitlement](sailpoint/v3/docs/Entitlement.md) - - [EntitlementDocument](sailpoint/v3/docs/EntitlementDocument.md) - - [EntitlementDocumentAllOfSource](sailpoint/v3/docs/EntitlementDocumentAllOfSource.md) - - [EntitlementDto](sailpoint/v3/docs/EntitlementDto.md) - - [EntitlementRef](sailpoint/v3/docs/EntitlementRef.md) - - [EntitlementRef1](sailpoint/v3/docs/EntitlementRef1.md) - - [EntitlementRequestConfig](sailpoint/v3/docs/EntitlementRequestConfig.md) - - [EntitlementSource](sailpoint/v3/docs/EntitlementSource.md) - - [EntitlementSummary](sailpoint/v3/docs/EntitlementSummary.md) - - [ErrorMessageDto](sailpoint/v3/docs/ErrorMessageDto.md) - - [ErrorResponseDto](sailpoint/v3/docs/ErrorResponseDto.md) - - [Event](sailpoint/v3/docs/Event.md) - - [EventAttributes](sailpoint/v3/docs/EventAttributes.md) - - [EventDocument](sailpoint/v3/docs/EventDocument.md) - - [ExceptionAccessCriteria](sailpoint/v3/docs/ExceptionAccessCriteria.md) - - [ExceptionCriteria](sailpoint/v3/docs/ExceptionCriteria.md) - - [ExceptionCriteriaAccess](sailpoint/v3/docs/ExceptionCriteriaAccess.md) - - [ExceptionCriteriaCriteriaListInner](sailpoint/v3/docs/ExceptionCriteriaCriteriaListInner.md) - - [ExecutionStatus](sailpoint/v3/docs/ExecutionStatus.md) - - [ExpansionItem](sailpoint/v3/docs/ExpansionItem.md) - - [Expression](sailpoint/v3/docs/Expression.md) - - [ExpressionChildrenInner](sailpoint/v3/docs/ExpressionChildrenInner.md) - - [ExternalAttributes](sailpoint/v3/docs/ExternalAttributes.md) - - [FederationProtocolDetails](sailpoint/v3/docs/FederationProtocolDetails.md) - - [FieldDetailsDto](sailpoint/v3/docs/FieldDetailsDto.md) - - [Filter](sailpoint/v3/docs/Filter.md) - - [FilterAggregation](sailpoint/v3/docs/FilterAggregation.md) - - [FilterType](sailpoint/v3/docs/FilterType.md) - - [FormDetails](sailpoint/v3/docs/FormDetails.md) - - [FormItemDetails](sailpoint/v3/docs/FormItemDetails.md) - - [ForwardApprovalDto](sailpoint/v3/docs/ForwardApprovalDto.md) - - [FullDiscoveredApplications](sailpoint/v3/docs/FullDiscoveredApplications.md) - - [GetActiveCampaigns200ResponseInner](sailpoint/v3/docs/GetActiveCampaigns200ResponseInner.md) - - [GetDiscoveredApplications200ResponseInner](sailpoint/v3/docs/GetDiscoveredApplications200ResponseInner.md) - - [GetOAuthClientResponse](sailpoint/v3/docs/GetOAuthClientResponse.md) - - [GetPersonalAccessTokenResponse](sailpoint/v3/docs/GetPersonalAccessTokenResponse.md) - - [GetVendorConnectorMappings405Response](sailpoint/v3/docs/GetVendorConnectorMappings405Response.md) - - [GrantType](sailpoint/v3/docs/GrantType.md) - - [IdentitiesDetailsReportArguments](sailpoint/v3/docs/IdentitiesDetailsReportArguments.md) - - [IdentitiesReportArguments](sailpoint/v3/docs/IdentitiesReportArguments.md) - - [IdentityAccess](sailpoint/v3/docs/IdentityAccess.md) - - [IdentityAttributeConfig](sailpoint/v3/docs/IdentityAttributeConfig.md) - - [IdentityAttributePreview](sailpoint/v3/docs/IdentityAttributePreview.md) - - [IdentityAttributeTransform](sailpoint/v3/docs/IdentityAttributeTransform.md) - - [IdentityCertDecisionSummary](sailpoint/v3/docs/IdentityCertDecisionSummary.md) - - [IdentityCertificationDto](sailpoint/v3/docs/IdentityCertificationDto.md) - - [IdentityDocument](sailpoint/v3/docs/IdentityDocument.md) - - [IdentityDocumentAllOfIdentityProfile](sailpoint/v3/docs/IdentityDocumentAllOfIdentityProfile.md) - - [IdentityDocumentAllOfManager](sailpoint/v3/docs/IdentityDocumentAllOfManager.md) - - [IdentityDocumentAllOfSource](sailpoint/v3/docs/IdentityDocumentAllOfSource.md) - - [IdentityExceptionReportReference](sailpoint/v3/docs/IdentityExceptionReportReference.md) - - [IdentityPreviewRequest](sailpoint/v3/docs/IdentityPreviewRequest.md) - - [IdentityPreviewResponse](sailpoint/v3/docs/IdentityPreviewResponse.md) - - [IdentityPreviewResponseIdentity](sailpoint/v3/docs/IdentityPreviewResponseIdentity.md) - - [IdentityProfile](sailpoint/v3/docs/IdentityProfile.md) - - [IdentityProfileAllOfAuthoritativeSource](sailpoint/v3/docs/IdentityProfileAllOfAuthoritativeSource.md) - - [IdentityProfileAllOfOwner](sailpoint/v3/docs/IdentityProfileAllOfOwner.md) - - [IdentityProfileExportedObject](sailpoint/v3/docs/IdentityProfileExportedObject.md) - - [IdentityProfileExportedObjectSelf](sailpoint/v3/docs/IdentityProfileExportedObjectSelf.md) - - [IdentityProfileIdentityErrorReportArguments](sailpoint/v3/docs/IdentityProfileIdentityErrorReportArguments.md) - - [IdentityProfilesConnections](sailpoint/v3/docs/IdentityProfilesConnections.md) - - [IdentityReference](sailpoint/v3/docs/IdentityReference.md) - - [IdentityReferenceWithNameAndEmail](sailpoint/v3/docs/IdentityReferenceWithNameAndEmail.md) - - [IdentitySummary](sailpoint/v3/docs/IdentitySummary.md) - - [IdentityWithNewAccess](sailpoint/v3/docs/IdentityWithNewAccess.md) - - [IdentityWithNewAccess1](sailpoint/v3/docs/IdentityWithNewAccess1.md) - - [IdentityWithNewAccessAccessRefsInner](sailpoint/v3/docs/IdentityWithNewAccessAccessRefsInner.md) - - [IdpDetails](sailpoint/v3/docs/IdpDetails.md) - - [ImportNonEmployeeRecordsInBulkRequest](sailpoint/v3/docs/ImportNonEmployeeRecordsInBulkRequest.md) - - [ImportObject](sailpoint/v3/docs/ImportObject.md) - - [Index](sailpoint/v3/docs/Index.md) - - [InnerHit](sailpoint/v3/docs/InnerHit.md) - - [JITConfiguration](sailpoint/v3/docs/JITConfiguration.md) - - [JsonPatchOperation](sailpoint/v3/docs/JsonPatchOperation.md) - - [JsonPatchOperationValue](sailpoint/v3/docs/JsonPatchOperationValue.md) - - [KbaAnswerRequestItem](sailpoint/v3/docs/KbaAnswerRequestItem.md) - - [KbaAnswerResponseItem](sailpoint/v3/docs/KbaAnswerResponseItem.md) - - [KbaAuthResponse](sailpoint/v3/docs/KbaAuthResponse.md) - - [KbaAuthResponseItem](sailpoint/v3/docs/KbaAuthResponseItem.md) - - [KbaQuestion](sailpoint/v3/docs/KbaQuestion.md) - - [LifecycleState](sailpoint/v3/docs/LifecycleState.md) - - [LifecyclestateDeleted](sailpoint/v3/docs/LifecyclestateDeleted.md) - - [ListAccessProfiles401Response](sailpoint/v3/docs/ListAccessProfiles401Response.md) - - [ListAccessProfiles429Response](sailpoint/v3/docs/ListAccessProfiles429Response.md) - - [ListCampaignFilters200Response](sailpoint/v3/docs/ListCampaignFilters200Response.md) - - [ListCompleteWorkflowLibrary200ResponseInner](sailpoint/v3/docs/ListCompleteWorkflowLibrary200ResponseInner.md) - - [LocaleOrigin](sailpoint/v3/docs/LocaleOrigin.md) - - [LockoutConfiguration](sailpoint/v3/docs/LockoutConfiguration.md) - - [ManagedClient](sailpoint/v3/docs/ManagedClient.md) - - [ManagedClientRequest](sailpoint/v3/docs/ManagedClientRequest.md) - - [ManagedClientStatus](sailpoint/v3/docs/ManagedClientStatus.md) - - [ManagedClientStatusCode](sailpoint/v3/docs/ManagedClientStatusCode.md) - - [ManagedClientType](sailpoint/v3/docs/ManagedClientType.md) - - [ManagedCluster](sailpoint/v3/docs/ManagedCluster.md) - - [ManagedClusterAttributes](sailpoint/v3/docs/ManagedClusterAttributes.md) - - [ManagedClusterKeyPair](sailpoint/v3/docs/ManagedClusterKeyPair.md) - - [ManagedClusterQueue](sailpoint/v3/docs/ManagedClusterQueue.md) - - [ManagedClusterRedis](sailpoint/v3/docs/ManagedClusterRedis.md) - - [ManagedClusterRequest](sailpoint/v3/docs/ManagedClusterRequest.md) - - [ManagedClusterTypes](sailpoint/v3/docs/ManagedClusterTypes.md) - - [ManagerCorrelationMapping](sailpoint/v3/docs/ManagerCorrelationMapping.md) - - [ManualDiscoverApplications](sailpoint/v3/docs/ManualDiscoverApplications.md) - - [ManualDiscoverApplicationsTemplate](sailpoint/v3/docs/ManualDiscoverApplicationsTemplate.md) - - [ManualWorkItemDetails](sailpoint/v3/docs/ManualWorkItemDetails.md) - - [ManualWorkItemDetailsCurrentOwner](sailpoint/v3/docs/ManualWorkItemDetailsCurrentOwner.md) - - [ManualWorkItemDetailsOriginalOwner](sailpoint/v3/docs/ManualWorkItemDetailsOriginalOwner.md) - - [ManualWorkItemState](sailpoint/v3/docs/ManualWorkItemState.md) - - [MetricAggregation](sailpoint/v3/docs/MetricAggregation.md) - - [MetricType](sailpoint/v3/docs/MetricType.md) - - [MfaConfigTestResponse](sailpoint/v3/docs/MfaConfigTestResponse.md) - - [MfaDuoConfig](sailpoint/v3/docs/MfaDuoConfig.md) - - [MfaOktaConfig](sailpoint/v3/docs/MfaOktaConfig.md) - - [ModelSchema](sailpoint/v3/docs/ModelSchema.md) - - [MultiPolicyRequest](sailpoint/v3/docs/MultiPolicyRequest.md) - - [NestedAggregation](sailpoint/v3/docs/NestedAggregation.md) - - [NetworkConfiguration](sailpoint/v3/docs/NetworkConfiguration.md) - - [NonEmployeeApprovalDecision](sailpoint/v3/docs/NonEmployeeApprovalDecision.md) - - [NonEmployeeApprovalItem](sailpoint/v3/docs/NonEmployeeApprovalItem.md) - - [NonEmployeeApprovalItemBase](sailpoint/v3/docs/NonEmployeeApprovalItemBase.md) - - [NonEmployeeApprovalItemDetail](sailpoint/v3/docs/NonEmployeeApprovalItemDetail.md) - - [NonEmployeeApprovalSummary](sailpoint/v3/docs/NonEmployeeApprovalSummary.md) - - [NonEmployeeBulkUploadJob](sailpoint/v3/docs/NonEmployeeBulkUploadJob.md) - - [NonEmployeeBulkUploadStatus](sailpoint/v3/docs/NonEmployeeBulkUploadStatus.md) - - [NonEmployeeIdentityDtoType](sailpoint/v3/docs/NonEmployeeIdentityDtoType.md) - - [NonEmployeeIdentityReferenceWithId](sailpoint/v3/docs/NonEmployeeIdentityReferenceWithId.md) - - [NonEmployeeIdnUserRequest](sailpoint/v3/docs/NonEmployeeIdnUserRequest.md) - - [NonEmployeeRecord](sailpoint/v3/docs/NonEmployeeRecord.md) - - [NonEmployeeRejectApprovalDecision](sailpoint/v3/docs/NonEmployeeRejectApprovalDecision.md) - - [NonEmployeeRequest](sailpoint/v3/docs/NonEmployeeRequest.md) - - [NonEmployeeRequestBody](sailpoint/v3/docs/NonEmployeeRequestBody.md) - - [NonEmployeeRequestLite](sailpoint/v3/docs/NonEmployeeRequestLite.md) - - [NonEmployeeRequestSummary](sailpoint/v3/docs/NonEmployeeRequestSummary.md) - - [NonEmployeeRequestWithoutApprovalItem](sailpoint/v3/docs/NonEmployeeRequestWithoutApprovalItem.md) - - [NonEmployeeSchemaAttribute](sailpoint/v3/docs/NonEmployeeSchemaAttribute.md) - - [NonEmployeeSchemaAttributeBody](sailpoint/v3/docs/NonEmployeeSchemaAttributeBody.md) - - [NonEmployeeSchemaAttributeType](sailpoint/v3/docs/NonEmployeeSchemaAttributeType.md) - - [NonEmployeeSource](sailpoint/v3/docs/NonEmployeeSource.md) - - [NonEmployeeSourceLite](sailpoint/v3/docs/NonEmployeeSourceLite.md) - - [NonEmployeeSourceLiteWithSchemaAttributes](sailpoint/v3/docs/NonEmployeeSourceLiteWithSchemaAttributes.md) - - [NonEmployeeSourceRequestBody](sailpoint/v3/docs/NonEmployeeSourceRequestBody.md) - - [NonEmployeeSourceWithCloudExternalId](sailpoint/v3/docs/NonEmployeeSourceWithCloudExternalId.md) - - [NonEmployeeSourceWithNECount](sailpoint/v3/docs/NonEmployeeSourceWithNECount.md) - - [ObjectExportImportNames](sailpoint/v3/docs/ObjectExportImportNames.md) - - [ObjectImportResult](sailpoint/v3/docs/ObjectImportResult.md) - - [ObjectMappingBulkCreateRequest](sailpoint/v3/docs/ObjectMappingBulkCreateRequest.md) - - [ObjectMappingBulkCreateResponse](sailpoint/v3/docs/ObjectMappingBulkCreateResponse.md) - - [ObjectMappingBulkPatchRequest](sailpoint/v3/docs/ObjectMappingBulkPatchRequest.md) - - [ObjectMappingBulkPatchResponse](sailpoint/v3/docs/ObjectMappingBulkPatchResponse.md) - - [ObjectMappingRequest](sailpoint/v3/docs/ObjectMappingRequest.md) - - [ObjectMappingResponse](sailpoint/v3/docs/ObjectMappingResponse.md) - - [OktaVerificationRequest](sailpoint/v3/docs/OktaVerificationRequest.md) - - [Operation](sailpoint/v3/docs/Operation.md) - - [OriginalRequest](sailpoint/v3/docs/OriginalRequest.md) - - [OrphanIdentitiesReportArguments](sailpoint/v3/docs/OrphanIdentitiesReportArguments.md) - - [OwnerDto](sailpoint/v3/docs/OwnerDto.md) - - [OwnerReference](sailpoint/v3/docs/OwnerReference.md) - - [OwnerReferenceSegments](sailpoint/v3/docs/OwnerReferenceSegments.md) - - [Owns](sailpoint/v3/docs/Owns.md) - - [PasswordChangeRequest](sailpoint/v3/docs/PasswordChangeRequest.md) - - [PasswordChangeResponse](sailpoint/v3/docs/PasswordChangeResponse.md) - - [PasswordInfo](sailpoint/v3/docs/PasswordInfo.md) - - [PasswordInfoAccount](sailpoint/v3/docs/PasswordInfoAccount.md) - - [PasswordInfoQueryDTO](sailpoint/v3/docs/PasswordInfoQueryDTO.md) - - [PasswordOrgConfig](sailpoint/v3/docs/PasswordOrgConfig.md) - - [PasswordPolicyV3Dto](sailpoint/v3/docs/PasswordPolicyV3Dto.md) - - [PasswordStatus](sailpoint/v3/docs/PasswordStatus.md) - - [PasswordSyncGroup](sailpoint/v3/docs/PasswordSyncGroup.md) - - [PatOwner](sailpoint/v3/docs/PatOwner.md) - - [PatchServiceDeskIntegrationRequest](sailpoint/v3/docs/PatchServiceDeskIntegrationRequest.md) - - [PendingApproval](sailpoint/v3/docs/PendingApproval.md) - - [PendingApprovalAction](sailpoint/v3/docs/PendingApprovalAction.md) - - [PendingApprovalOwner](sailpoint/v3/docs/PendingApprovalOwner.md) - - [PermissionDto](sailpoint/v3/docs/PermissionDto.md) - - [PreApprovalTriggerDetails](sailpoint/v3/docs/PreApprovalTriggerDetails.md) - - [ProcessingDetails](sailpoint/v3/docs/ProcessingDetails.md) - - [ProvisioningConfig](sailpoint/v3/docs/ProvisioningConfig.md) - - [ProvisioningConfigPlanInitializerScript](sailpoint/v3/docs/ProvisioningConfigPlanInitializerScript.md) - - [ProvisioningCriteriaLevel1](sailpoint/v3/docs/ProvisioningCriteriaLevel1.md) - - [ProvisioningCriteriaLevel2](sailpoint/v3/docs/ProvisioningCriteriaLevel2.md) - - [ProvisioningCriteriaLevel3](sailpoint/v3/docs/ProvisioningCriteriaLevel3.md) - - [ProvisioningCriteriaOperation](sailpoint/v3/docs/ProvisioningCriteriaOperation.md) - - [ProvisioningDetails](sailpoint/v3/docs/ProvisioningDetails.md) - - [ProvisioningPolicy](sailpoint/v3/docs/ProvisioningPolicy.md) - - [ProvisioningPolicyDto](sailpoint/v3/docs/ProvisioningPolicyDto.md) - - [ProvisioningState](sailpoint/v3/docs/ProvisioningState.md) - - [PublicIdentity](sailpoint/v3/docs/PublicIdentity.md) - - [PublicIdentityAttributeConfig](sailpoint/v3/docs/PublicIdentityAttributeConfig.md) - - [PublicIdentityAttributesInner](sailpoint/v3/docs/PublicIdentityAttributesInner.md) - - [PublicIdentityConfig](sailpoint/v3/docs/PublicIdentityConfig.md) - - [PutClientLogConfigurationRequest](sailpoint/v3/docs/PutClientLogConfigurationRequest.md) - - [PutConnectorSourceConfigRequest](sailpoint/v3/docs/PutConnectorSourceConfigRequest.md) - - [PutConnectorSourceTemplateRequest](sailpoint/v3/docs/PutConnectorSourceTemplateRequest.md) - - [PutPasswordDictionaryRequest](sailpoint/v3/docs/PutPasswordDictionaryRequest.md) - - [Query](sailpoint/v3/docs/Query.md) - - [QueryResultFilter](sailpoint/v3/docs/QueryResultFilter.md) - - [QueryType](sailpoint/v3/docs/QueryType.md) - - [QueuedCheckConfigDetails](sailpoint/v3/docs/QueuedCheckConfigDetails.md) - - [Range](sailpoint/v3/docs/Range.md) - - [ReassignReference](sailpoint/v3/docs/ReassignReference.md) - - [Reassignment](sailpoint/v3/docs/Reassignment.md) - - [ReassignmentReference](sailpoint/v3/docs/ReassignmentReference.md) - - [ReassignmentTrailDTO](sailpoint/v3/docs/ReassignmentTrailDTO.md) - - [ReassignmentType](sailpoint/v3/docs/ReassignmentType.md) - - [Recommendation](sailpoint/v3/docs/Recommendation.md) - - [Reference](sailpoint/v3/docs/Reference.md) - - [RemediationItemDetails](sailpoint/v3/docs/RemediationItemDetails.md) - - [RemediationItems](sailpoint/v3/docs/RemediationItems.md) - - [ReportDetails](sailpoint/v3/docs/ReportDetails.md) - - [ReportDetailsArguments](sailpoint/v3/docs/ReportDetailsArguments.md) - - [ReportResultReference](sailpoint/v3/docs/ReportResultReference.md) - - [ReportResults](sailpoint/v3/docs/ReportResults.md) - - [ReportType](sailpoint/v3/docs/ReportType.md) - - [RequestOnBehalfOfConfig](sailpoint/v3/docs/RequestOnBehalfOfConfig.md) - - [Requestability](sailpoint/v3/docs/Requestability.md) - - [RequestabilityForRole](sailpoint/v3/docs/RequestabilityForRole.md) - - [RequestableObject](sailpoint/v3/docs/RequestableObject.md) - - [RequestableObjectReference](sailpoint/v3/docs/RequestableObjectReference.md) - - [RequestableObjectRequestStatus](sailpoint/v3/docs/RequestableObjectRequestStatus.md) - - [RequestableObjectType](sailpoint/v3/docs/RequestableObjectType.md) - - [RequestedItemDetails](sailpoint/v3/docs/RequestedItemDetails.md) - - [RequestedItemStatus](sailpoint/v3/docs/RequestedItemStatus.md) - - [RequestedItemStatusCancelledRequestDetails](sailpoint/v3/docs/RequestedItemStatusCancelledRequestDetails.md) - - [RequestedItemStatusPreApprovalTriggerDetails](sailpoint/v3/docs/RequestedItemStatusPreApprovalTriggerDetails.md) - - [RequestedItemStatusProvisioningDetails](sailpoint/v3/docs/RequestedItemStatusProvisioningDetails.md) - - [RequestedItemStatusRequestState](sailpoint/v3/docs/RequestedItemStatusRequestState.md) - - [RequestedItemStatusRequestedFor](sailpoint/v3/docs/RequestedItemStatusRequestedFor.md) - - [RequestedItemStatusRequesterComment](sailpoint/v3/docs/RequestedItemStatusRequesterComment.md) - - [RequestedItemStatusSodViolationContext](sailpoint/v3/docs/RequestedItemStatusSodViolationContext.md) - - [ReviewDecision](sailpoint/v3/docs/ReviewDecision.md) - - [ReviewReassign](sailpoint/v3/docs/ReviewReassign.md) - - [ReviewRecommendation](sailpoint/v3/docs/ReviewRecommendation.md) - - [ReviewableAccessProfile](sailpoint/v3/docs/ReviewableAccessProfile.md) - - [ReviewableEntitlement](sailpoint/v3/docs/ReviewableEntitlement.md) - - [ReviewableEntitlementAccount](sailpoint/v3/docs/ReviewableEntitlementAccount.md) - - [ReviewableEntitlementAccountOwner](sailpoint/v3/docs/ReviewableEntitlementAccountOwner.md) - - [ReviewableRole](sailpoint/v3/docs/ReviewableRole.md) - - [Reviewer](sailpoint/v3/docs/Reviewer.md) - - [Revocability](sailpoint/v3/docs/Revocability.md) - - [RevocabilityForRole](sailpoint/v3/docs/RevocabilityForRole.md) - - [Role](sailpoint/v3/docs/Role.md) - - [RoleAssignmentSourceType](sailpoint/v3/docs/RoleAssignmentSourceType.md) - - [RoleBulkDeleteRequest](sailpoint/v3/docs/RoleBulkDeleteRequest.md) - - [RoleCriteriaKey](sailpoint/v3/docs/RoleCriteriaKey.md) - - [RoleCriteriaKeyType](sailpoint/v3/docs/RoleCriteriaKeyType.md) - - [RoleCriteriaLevel1](sailpoint/v3/docs/RoleCriteriaLevel1.md) - - [RoleCriteriaLevel2](sailpoint/v3/docs/RoleCriteriaLevel2.md) - - [RoleCriteriaLevel3](sailpoint/v3/docs/RoleCriteriaLevel3.md) - - [RoleCriteriaOperation](sailpoint/v3/docs/RoleCriteriaOperation.md) - - [RoleDocument](sailpoint/v3/docs/RoleDocument.md) - - [RoleIdentity](sailpoint/v3/docs/RoleIdentity.md) - - [RoleMembershipIdentity](sailpoint/v3/docs/RoleMembershipIdentity.md) - - [RoleMembershipSelector](sailpoint/v3/docs/RoleMembershipSelector.md) - - [RoleMembershipSelectorType](sailpoint/v3/docs/RoleMembershipSelectorType.md) - - [RoleSummary](sailpoint/v3/docs/RoleSummary.md) - - [SavedSearch](sailpoint/v3/docs/SavedSearch.md) - - [SavedSearchDetail](sailpoint/v3/docs/SavedSearchDetail.md) - - [SavedSearchDetailFilters](sailpoint/v3/docs/SavedSearchDetailFilters.md) - - [SavedSearchName](sailpoint/v3/docs/SavedSearchName.md) - - [Schedule](sailpoint/v3/docs/Schedule.md) - - [Schedule1](sailpoint/v3/docs/Schedule1.md) - - [Schedule1Days](sailpoint/v3/docs/Schedule1Days.md) - - [Schedule1Hours](sailpoint/v3/docs/Schedule1Hours.md) - - [Schedule1Months](sailpoint/v3/docs/Schedule1Months.md) - - [ScheduleDays](sailpoint/v3/docs/ScheduleDays.md) - - [ScheduleHours](sailpoint/v3/docs/ScheduleHours.md) - - [ScheduleMonths](sailpoint/v3/docs/ScheduleMonths.md) - - [ScheduleType](sailpoint/v3/docs/ScheduleType.md) - - [ScheduledAttributes](sailpoint/v3/docs/ScheduledAttributes.md) - - [ScheduledSearch](sailpoint/v3/docs/ScheduledSearch.md) - - [ScheduledSearchAllOfOwner](sailpoint/v3/docs/ScheduledSearchAllOfOwner.md) - - [ScheduledSearchName](sailpoint/v3/docs/ScheduledSearchName.md) - - [Search](sailpoint/v3/docs/Search.md) - - [SearchAggregationSpecification](sailpoint/v3/docs/SearchAggregationSpecification.md) - - [SearchArguments](sailpoint/v3/docs/SearchArguments.md) - - [SearchAttributeConfig](sailpoint/v3/docs/SearchAttributeConfig.md) - - [SearchExportReportArguments](sailpoint/v3/docs/SearchExportReportArguments.md) - - [SearchFilterType](sailpoint/v3/docs/SearchFilterType.md) - - [SearchSchedule](sailpoint/v3/docs/SearchSchedule.md) - - [SearchScheduleRecipientsInner](sailpoint/v3/docs/SearchScheduleRecipientsInner.md) - - [SectionDetails](sailpoint/v3/docs/SectionDetails.md) - - [Segment](sailpoint/v3/docs/Segment.md) - - [SegmentVisibilityCriteria](sailpoint/v3/docs/SegmentVisibilityCriteria.md) - - [Selector](sailpoint/v3/docs/Selector.md) - - [SelectorType](sailpoint/v3/docs/SelectorType.md) - - [SendTokenRequest](sailpoint/v3/docs/SendTokenRequest.md) - - [SendTokenResponse](sailpoint/v3/docs/SendTokenResponse.md) - - [ServiceDeskIntegrationDto](sailpoint/v3/docs/ServiceDeskIntegrationDto.md) - - [ServiceDeskIntegrationTemplateDto](sailpoint/v3/docs/ServiceDeskIntegrationTemplateDto.md) - - [ServiceDeskIntegrationTemplateType](sailpoint/v3/docs/ServiceDeskIntegrationTemplateType.md) - - [ServiceDeskSource](sailpoint/v3/docs/ServiceDeskSource.md) - - [ServiceProviderConfiguration](sailpoint/v3/docs/ServiceProviderConfiguration.md) - - [ServiceProviderConfigurationFederationProtocolDetailsInner](sailpoint/v3/docs/ServiceProviderConfigurationFederationProtocolDetailsInner.md) - - [SessionConfiguration](sailpoint/v3/docs/SessionConfiguration.md) - - [SetLifecycleState200Response](sailpoint/v3/docs/SetLifecycleState200Response.md) - - [SetLifecycleStateRequest](sailpoint/v3/docs/SetLifecycleStateRequest.md) - - [SlimCampaign](sailpoint/v3/docs/SlimCampaign.md) - - [SlimDiscoveredApplications](sailpoint/v3/docs/SlimDiscoveredApplications.md) - - [SodExemptCriteria](sailpoint/v3/docs/SodExemptCriteria.md) - - [SodPolicy](sailpoint/v3/docs/SodPolicy.md) - - [SodPolicyConflictingAccessCriteria](sailpoint/v3/docs/SodPolicyConflictingAccessCriteria.md) - - [SodPolicyDto](sailpoint/v3/docs/SodPolicyDto.md) - - [SodPolicyOwnerRef](sailpoint/v3/docs/SodPolicyOwnerRef.md) - - [SodPolicySchedule](sailpoint/v3/docs/SodPolicySchedule.md) - - [SodRecipient](sailpoint/v3/docs/SodRecipient.md) - - [SodReportResultDto](sailpoint/v3/docs/SodReportResultDto.md) - - [SodViolationCheck](sailpoint/v3/docs/SodViolationCheck.md) - - [SodViolationCheckResult](sailpoint/v3/docs/SodViolationCheckResult.md) - - [SodViolationContext](sailpoint/v3/docs/SodViolationContext.md) - - [SodViolationContextCheckCompleted](sailpoint/v3/docs/SodViolationContextCheckCompleted.md) - - [SodViolationContextConflictingAccessCriteria](sailpoint/v3/docs/SodViolationContextConflictingAccessCriteria.md) - - [SodViolationContextConflictingAccessCriteriaLeftCriteria](sailpoint/v3/docs/SodViolationContextConflictingAccessCriteriaLeftCriteria.md) - - [Source](sailpoint/v3/docs/Source.md) - - [SourceAccountCorrelationConfig](sailpoint/v3/docs/SourceAccountCorrelationConfig.md) - - [SourceAccountCorrelationRule](sailpoint/v3/docs/SourceAccountCorrelationRule.md) - - [SourceBeforeProvisioningRule](sailpoint/v3/docs/SourceBeforeProvisioningRule.md) - - [SourceCluster](sailpoint/v3/docs/SourceCluster.md) - - [SourceClusterDto](sailpoint/v3/docs/SourceClusterDto.md) - - [SourceConnectionsDto](sailpoint/v3/docs/SourceConnectionsDto.md) - - [SourceHealthDto](sailpoint/v3/docs/SourceHealthDto.md) - - [SourceManagementWorkgroup](sailpoint/v3/docs/SourceManagementWorkgroup.md) - - [SourceManagerCorrelationMapping](sailpoint/v3/docs/SourceManagerCorrelationMapping.md) - - [SourceManagerCorrelationRule](sailpoint/v3/docs/SourceManagerCorrelationRule.md) - - [SourceOwner](sailpoint/v3/docs/SourceOwner.md) - - [SourcePasswordPoliciesInner](sailpoint/v3/docs/SourcePasswordPoliciesInner.md) - - [SourceSchemasInner](sailpoint/v3/docs/SourceSchemasInner.md) - - [SourceUsage](sailpoint/v3/docs/SourceUsage.md) - - [SourceUsageStatus](sailpoint/v3/docs/SourceUsageStatus.md) - - [SpConfigMessage](sailpoint/v3/docs/SpConfigMessage.md) - - [SpDetails](sailpoint/v3/docs/SpDetails.md) - - [StandardLevel](sailpoint/v3/docs/StandardLevel.md) - - [SubSearchAggregationSpecification](sailpoint/v3/docs/SubSearchAggregationSpecification.md) - - [TaggedObject](sailpoint/v3/docs/TaggedObject.md) - - [TaggedObjectDto](sailpoint/v3/docs/TaggedObjectDto.md) - - [TaskResultDetails](sailpoint/v3/docs/TaskResultDetails.md) - - [TaskResultDetailsMessagesInner](sailpoint/v3/docs/TaskResultDetailsMessagesInner.md) - - [TaskResultDetailsReturnsInner](sailpoint/v3/docs/TaskResultDetailsReturnsInner.md) - - [TaskResultDto](sailpoint/v3/docs/TaskResultDto.md) - - [TaskResultSimplified](sailpoint/v3/docs/TaskResultSimplified.md) - - [TestExternalExecuteWorkflow200Response](sailpoint/v3/docs/TestExternalExecuteWorkflow200Response.md) - - [TestExternalExecuteWorkflowRequest](sailpoint/v3/docs/TestExternalExecuteWorkflowRequest.md) - - [TestWorkflow200Response](sailpoint/v3/docs/TestWorkflow200Response.md) - - [TestWorkflowRequest](sailpoint/v3/docs/TestWorkflowRequest.md) - - [TextQuery](sailpoint/v3/docs/TextQuery.md) - - [TokenAuthRequest](sailpoint/v3/docs/TokenAuthRequest.md) - - [TokenAuthResponse](sailpoint/v3/docs/TokenAuthResponse.md) - - [Transform](sailpoint/v3/docs/Transform.md) - - [TransformDefinition](sailpoint/v3/docs/TransformDefinition.md) - - [TransformRead](sailpoint/v3/docs/TransformRead.md) - - [TypeAheadQuery](sailpoint/v3/docs/TypeAheadQuery.md) - - [TypedReference](sailpoint/v3/docs/TypedReference.md) - - [UncorrelatedAccountsReportArguments](sailpoint/v3/docs/UncorrelatedAccountsReportArguments.md) - - [UpdateDetail](sailpoint/v3/docs/UpdateDetail.md) - - [UsageType](sailpoint/v3/docs/UsageType.md) - - [V3ConnectorDto](sailpoint/v3/docs/V3ConnectorDto.md) - - [V3CreateConnectorDto](sailpoint/v3/docs/V3CreateConnectorDto.md) - - [Value](sailpoint/v3/docs/Value.md) - - [VendorConnectorMapping](sailpoint/v3/docs/VendorConnectorMapping.md) - - [VendorConnectorMappingDeletedAt](sailpoint/v3/docs/VendorConnectorMappingDeletedAt.md) - - [VendorConnectorMappingDeletedBy](sailpoint/v3/docs/VendorConnectorMappingDeletedBy.md) - - [VendorConnectorMappingUpdatedAt](sailpoint/v3/docs/VendorConnectorMappingUpdatedAt.md) - - [VendorConnectorMappingUpdatedBy](sailpoint/v3/docs/VendorConnectorMappingUpdatedBy.md) - - [VerificationPollRequest](sailpoint/v3/docs/VerificationPollRequest.md) - - [VerificationResponse](sailpoint/v3/docs/VerificationResponse.md) - - [ViolationContext](sailpoint/v3/docs/ViolationContext.md) - - [ViolationContextPolicy](sailpoint/v3/docs/ViolationContextPolicy.md) - - [ViolationOwnerAssignmentConfig](sailpoint/v3/docs/ViolationOwnerAssignmentConfig.md) - - [ViolationOwnerAssignmentConfigOwnerRef](sailpoint/v3/docs/ViolationOwnerAssignmentConfigOwnerRef.md) - - [ViolationPrediction](sailpoint/v3/docs/ViolationPrediction.md) - - [VisibilityCriteria](sailpoint/v3/docs/VisibilityCriteria.md) - - [WorkItemForward](sailpoint/v3/docs/WorkItemForward.md) - - [WorkItemState](sailpoint/v3/docs/WorkItemState.md) - - [WorkItemStateManualWorkItems](sailpoint/v3/docs/WorkItemStateManualWorkItems.md) - - [WorkItemTypeManualWorkItems](sailpoint/v3/docs/WorkItemTypeManualWorkItems.md) - - [WorkItems](sailpoint/v3/docs/WorkItems.md) - - [WorkItemsCount](sailpoint/v3/docs/WorkItemsCount.md) - - [WorkItemsForm](sailpoint/v3/docs/WorkItemsForm.md) - - [WorkItemsSummary](sailpoint/v3/docs/WorkItemsSummary.md) - - [Workflow](sailpoint/v3/docs/Workflow.md) - - [WorkflowAllOfCreator](sailpoint/v3/docs/WorkflowAllOfCreator.md) - - [WorkflowBody](sailpoint/v3/docs/WorkflowBody.md) - - [WorkflowBodyOwner](sailpoint/v3/docs/WorkflowBodyOwner.md) - - [WorkflowDefinition](sailpoint/v3/docs/WorkflowDefinition.md) - - [WorkflowExecution](sailpoint/v3/docs/WorkflowExecution.md) - - [WorkflowExecutionEvent](sailpoint/v3/docs/WorkflowExecutionEvent.md) - - [WorkflowLibraryAction](sailpoint/v3/docs/WorkflowLibraryAction.md) - - [WorkflowLibraryActionExampleOutput](sailpoint/v3/docs/WorkflowLibraryActionExampleOutput.md) - - [WorkflowLibraryFormFields](sailpoint/v3/docs/WorkflowLibraryFormFields.md) - - [WorkflowLibraryOperator](sailpoint/v3/docs/WorkflowLibraryOperator.md) - - [WorkflowLibraryTrigger](sailpoint/v3/docs/WorkflowLibraryTrigger.md) - - [WorkflowModifiedBy](sailpoint/v3/docs/WorkflowModifiedBy.md) - - [WorkflowOAuthClient](sailpoint/v3/docs/WorkflowOAuthClient.md) - - [WorkflowTrigger](sailpoint/v3/docs/WorkflowTrigger.md) - - [WorkflowTriggerAttributes](sailpoint/v3/docs/WorkflowTriggerAttributes.md) + - [Access](sailpoint\v3/docs/Access.md) + - [AccessConstraint](sailpoint\v3/docs/AccessConstraint.md) + - [AccessCriteria](sailpoint\v3/docs/AccessCriteria.md) + - [AccessCriteriaCriteriaListInner](sailpoint\v3/docs/AccessCriteriaCriteriaListInner.md) + - [AccessItemRequestedFor](sailpoint\v3/docs/AccessItemRequestedFor.md) + - [AccessItemRequester](sailpoint\v3/docs/AccessItemRequester.md) + - [AccessItemReviewedBy](sailpoint\v3/docs/AccessItemReviewedBy.md) + - [AccessProfile](sailpoint\v3/docs/AccessProfile.md) + - [AccessProfileApprovalScheme](sailpoint\v3/docs/AccessProfileApprovalScheme.md) + - [AccessProfileBulkDeleteRequest](sailpoint\v3/docs/AccessProfileBulkDeleteRequest.md) + - [AccessProfileBulkDeleteResponse](sailpoint\v3/docs/AccessProfileBulkDeleteResponse.md) + - [AccessProfileDocument](sailpoint\v3/docs/AccessProfileDocument.md) + - [AccessProfileDocumentAllOfSource](sailpoint\v3/docs/AccessProfileDocumentAllOfSource.md) + - [AccessProfileEntitlement](sailpoint\v3/docs/AccessProfileEntitlement.md) + - [AccessProfileRef](sailpoint\v3/docs/AccessProfileRef.md) + - [AccessProfileRole](sailpoint\v3/docs/AccessProfileRole.md) + - [AccessProfileSourceRef](sailpoint\v3/docs/AccessProfileSourceRef.md) + - [AccessProfileSummary](sailpoint\v3/docs/AccessProfileSummary.md) + - [AccessProfileUsage](sailpoint\v3/docs/AccessProfileUsage.md) + - [AccessProfileUsageUsedByInner](sailpoint\v3/docs/AccessProfileUsageUsedByInner.md) + - [AccessRequest](sailpoint\v3/docs/AccessRequest.md) + - [AccessRequestConfig](sailpoint\v3/docs/AccessRequestConfig.md) + - [AccessRequestItem](sailpoint\v3/docs/AccessRequestItem.md) + - [AccessRequestPhases](sailpoint\v3/docs/AccessRequestPhases.md) + - [AccessRequestResponse](sailpoint\v3/docs/AccessRequestResponse.md) + - [AccessRequestTracking](sailpoint\v3/docs/AccessRequestTracking.md) + - [AccessRequestType](sailpoint\v3/docs/AccessRequestType.md) + - [AccessReviewItem](sailpoint\v3/docs/AccessReviewItem.md) + - [AccessReviewReassignment](sailpoint\v3/docs/AccessReviewReassignment.md) + - [AccessSummary](sailpoint\v3/docs/AccessSummary.md) + - [AccessSummaryAccess](sailpoint\v3/docs/AccessSummaryAccess.md) + - [AccessType](sailpoint\v3/docs/AccessType.md) + - [Account](sailpoint\v3/docs/Account.md) + - [AccountAction](sailpoint\v3/docs/AccountAction.md) + - [AccountActivity](sailpoint\v3/docs/AccountActivity.md) + - [AccountActivityApprovalStatus](sailpoint\v3/docs/AccountActivityApprovalStatus.md) + - [AccountActivityDocument](sailpoint\v3/docs/AccountActivityDocument.md) + - [AccountActivityItem](sailpoint\v3/docs/AccountActivityItem.md) + - [AccountActivityItemOperation](sailpoint\v3/docs/AccountActivityItemOperation.md) + - [AccountActivitySearchedItem](sailpoint\v3/docs/AccountActivitySearchedItem.md) + - [AccountAttributes](sailpoint\v3/docs/AccountAttributes.md) + - [AccountAttributesCreate](sailpoint\v3/docs/AccountAttributesCreate.md) + - [AccountAttributesCreateAttributes](sailpoint\v3/docs/AccountAttributesCreateAttributes.md) + - [AccountRequest](sailpoint\v3/docs/AccountRequest.md) + - [AccountRequestInfo](sailpoint\v3/docs/AccountRequestInfo.md) + - [AccountRequestResult](sailpoint\v3/docs/AccountRequestResult.md) + - [AccountSource](sailpoint\v3/docs/AccountSource.md) + - [AccountToggleRequest](sailpoint\v3/docs/AccountToggleRequest.md) + - [AccountUnlockRequest](sailpoint\v3/docs/AccountUnlockRequest.md) + - [AccountUsage](sailpoint\v3/docs/AccountUsage.md) + - [AccountsAsyncResult](sailpoint\v3/docs/AccountsAsyncResult.md) + - [AccountsExportReportArguments](sailpoint\v3/docs/AccountsExportReportArguments.md) + - [ActivateCampaignOptions](sailpoint\v3/docs/ActivateCampaignOptions.md) + - [ActivityInsights](sailpoint\v3/docs/ActivityInsights.md) + - [AdminReviewReassign](sailpoint\v3/docs/AdminReviewReassign.md) + - [AdminReviewReassignReassignTo](sailpoint\v3/docs/AdminReviewReassignReassignTo.md) + - [AggregationResult](sailpoint\v3/docs/AggregationResult.md) + - [AggregationType](sailpoint\v3/docs/AggregationType.md) + - [Aggregations](sailpoint\v3/docs/Aggregations.md) + - [App](sailpoint\v3/docs/App.md) + - [AppAllOfAccount](sailpoint\v3/docs/AppAllOfAccount.md) + - [Approval](sailpoint\v3/docs/Approval.md) + - [ApprovalComment](sailpoint\v3/docs/ApprovalComment.md) + - [ApprovalForwardHistory](sailpoint\v3/docs/ApprovalForwardHistory.md) + - [ApprovalItemDetails](sailpoint\v3/docs/ApprovalItemDetails.md) + - [ApprovalItems](sailpoint\v3/docs/ApprovalItems.md) + - [ApprovalReminderAndEscalationConfig](sailpoint\v3/docs/ApprovalReminderAndEscalationConfig.md) + - [ApprovalScheme](sailpoint\v3/docs/ApprovalScheme.md) + - [ApprovalSchemeForRole](sailpoint\v3/docs/ApprovalSchemeForRole.md) + - [ApprovalStatus](sailpoint\v3/docs/ApprovalStatus.md) + - [ApprovalStatusDto](sailpoint\v3/docs/ApprovalStatusDto.md) + - [ApprovalStatusDtoCurrentOwner](sailpoint\v3/docs/ApprovalStatusDtoCurrentOwner.md) + - [ApprovalStatusDtoOriginalOwner](sailpoint\v3/docs/ApprovalStatusDtoOriginalOwner.md) + - [ApprovalSummary](sailpoint\v3/docs/ApprovalSummary.md) + - [ArrayInner](sailpoint\v3/docs/ArrayInner.md) + - [AttributeDTO](sailpoint\v3/docs/AttributeDTO.md) + - [AttributeDTOList](sailpoint\v3/docs/AttributeDTOList.md) + - [AttributeDefinition](sailpoint\v3/docs/AttributeDefinition.md) + - [AttributeDefinitionSchema](sailpoint\v3/docs/AttributeDefinitionSchema.md) + - [AttributeDefinitionType](sailpoint\v3/docs/AttributeDefinitionType.md) + - [AttributeRequest](sailpoint\v3/docs/AttributeRequest.md) + - [AttributeValueDTO](sailpoint\v3/docs/AttributeValueDTO.md) + - [AuthUser](sailpoint\v3/docs/AuthUser.md) + - [BackupOptions](sailpoint\v3/docs/BackupOptions.md) + - [BackupResponse](sailpoint\v3/docs/BackupResponse.md) + - [BaseAccess](sailpoint\v3/docs/BaseAccess.md) + - [BaseAccessAllOfOwner](sailpoint\v3/docs/BaseAccessAllOfOwner.md) + - [BaseAccessProfile](sailpoint\v3/docs/BaseAccessProfile.md) + - [BaseAccount](sailpoint\v3/docs/BaseAccount.md) + - [BaseCommonDto](sailpoint\v3/docs/BaseCommonDto.md) + - [BaseDocument](sailpoint\v3/docs/BaseDocument.md) + - [BaseEntitlement](sailpoint\v3/docs/BaseEntitlement.md) + - [BaseReferenceDto](sailpoint\v3/docs/BaseReferenceDto.md) + - [BaseSegment](sailpoint\v3/docs/BaseSegment.md) + - [BeforeProvisioningRuleDto](sailpoint\v3/docs/BeforeProvisioningRuleDto.md) + - [Bound](sailpoint\v3/docs/Bound.md) + - [BrandingItem](sailpoint\v3/docs/BrandingItem.md) + - [BrandingItemCreate](sailpoint\v3/docs/BrandingItemCreate.md) + - [BucketAggregation](sailpoint\v3/docs/BucketAggregation.md) + - [BucketType](sailpoint\v3/docs/BucketType.md) + - [BulkAddTaggedObject](sailpoint\v3/docs/BulkAddTaggedObject.md) + - [BulkRemoveTaggedObject](sailpoint\v3/docs/BulkRemoveTaggedObject.md) + - [BulkTaggedObjectResponse](sailpoint\v3/docs/BulkTaggedObjectResponse.md) + - [Campaign](sailpoint\v3/docs/Campaign.md) + - [CampaignAlert](sailpoint\v3/docs/CampaignAlert.md) + - [CampaignAllOfFilter](sailpoint\v3/docs/CampaignAllOfFilter.md) + - [CampaignAllOfMachineAccountCampaignInfo](sailpoint\v3/docs/CampaignAllOfMachineAccountCampaignInfo.md) + - [CampaignAllOfRoleCompositionCampaignInfo](sailpoint\v3/docs/CampaignAllOfRoleCompositionCampaignInfo.md) + - [CampaignAllOfRoleCompositionCampaignInfoRemediatorRef](sailpoint\v3/docs/CampaignAllOfRoleCompositionCampaignInfoRemediatorRef.md) + - [CampaignAllOfSearchCampaignInfo](sailpoint\v3/docs/CampaignAllOfSearchCampaignInfo.md) + - [CampaignAllOfSearchCampaignInfoReviewer](sailpoint\v3/docs/CampaignAllOfSearchCampaignInfoReviewer.md) + - [CampaignAllOfSourceOwnerCampaignInfo](sailpoint\v3/docs/CampaignAllOfSourceOwnerCampaignInfo.md) + - [CampaignAllOfSourcesWithOrphanEntitlements](sailpoint\v3/docs/CampaignAllOfSourcesWithOrphanEntitlements.md) + - [CampaignCompleteOptions](sailpoint\v3/docs/CampaignCompleteOptions.md) + - [CampaignFilterDetails](sailpoint\v3/docs/CampaignFilterDetails.md) + - [CampaignFilterDetailsCriteriaListInner](sailpoint\v3/docs/CampaignFilterDetailsCriteriaListInner.md) + - [CampaignReference](sailpoint\v3/docs/CampaignReference.md) + - [CampaignReport](sailpoint\v3/docs/CampaignReport.md) + - [CampaignReportsConfig](sailpoint\v3/docs/CampaignReportsConfig.md) + - [CampaignTemplate](sailpoint\v3/docs/CampaignTemplate.md) + - [CampaignTemplateOwnerRef](sailpoint\v3/docs/CampaignTemplateOwnerRef.md) + - [CampaignsDeleteRequest](sailpoint\v3/docs/CampaignsDeleteRequest.md) + - [CancelAccessRequest](sailpoint\v3/docs/CancelAccessRequest.md) + - [CancelledRequestDetails](sailpoint\v3/docs/CancelledRequestDetails.md) + - [Certification](sailpoint\v3/docs/Certification.md) + - [CertificationDecision](sailpoint\v3/docs/CertificationDecision.md) + - [CertificationIdentitySummary](sailpoint\v3/docs/CertificationIdentitySummary.md) + - [CertificationPhase](sailpoint\v3/docs/CertificationPhase.md) + - [CertificationReference](sailpoint\v3/docs/CertificationReference.md) + - [CertificationTask](sailpoint\v3/docs/CertificationTask.md) + - [ClientLogConfiguration](sailpoint\v3/docs/ClientLogConfiguration.md) + - [ClientLogConfigurationDurationMinutes](sailpoint\v3/docs/ClientLogConfigurationDurationMinutes.md) + - [ClientLogConfigurationExpiration](sailpoint\v3/docs/ClientLogConfigurationExpiration.md) + - [ClientType](sailpoint\v3/docs/ClientType.md) + - [Column](sailpoint\v3/docs/Column.md) + - [Comment](sailpoint\v3/docs/Comment.md) + - [CommentDto](sailpoint\v3/docs/CommentDto.md) + - [CommentDtoAuthor](sailpoint\v3/docs/CommentDtoAuthor.md) + - [CompletedApproval](sailpoint\v3/docs/CompletedApproval.md) + - [CompletedApprovalPreApprovalTriggerResult](sailpoint\v3/docs/CompletedApprovalPreApprovalTriggerResult.md) + - [CompletedApprovalRequesterComment](sailpoint\v3/docs/CompletedApprovalRequesterComment.md) + - [CompletedApprovalReviewerComment](sailpoint\v3/docs/CompletedApprovalReviewerComment.md) + - [CompletedApprovalState](sailpoint\v3/docs/CompletedApprovalState.md) + - [CompletionStatus](sailpoint\v3/docs/CompletionStatus.md) + - [ConflictingAccessCriteria](sailpoint\v3/docs/ConflictingAccessCriteria.md) + - [ConnectorDetail](sailpoint\v3/docs/ConnectorDetail.md) + - [CreateExternalExecuteWorkflow200Response](sailpoint\v3/docs/CreateExternalExecuteWorkflow200Response.md) + - [CreateExternalExecuteWorkflowRequest](sailpoint\v3/docs/CreateExternalExecuteWorkflowRequest.md) + - [CreateOAuthClientRequest](sailpoint\v3/docs/CreateOAuthClientRequest.md) + - [CreateOAuthClientResponse](sailpoint\v3/docs/CreateOAuthClientResponse.md) + - [CreatePersonalAccessTokenRequest](sailpoint\v3/docs/CreatePersonalAccessTokenRequest.md) + - [CreatePersonalAccessTokenResponse](sailpoint\v3/docs/CreatePersonalAccessTokenResponse.md) + - [CreateSavedSearchRequest](sailpoint\v3/docs/CreateSavedSearchRequest.md) + - [CreateScheduledSearchRequest](sailpoint\v3/docs/CreateScheduledSearchRequest.md) + - [CreateUploadedConfigurationRequest](sailpoint\v3/docs/CreateUploadedConfigurationRequest.md) + - [CreateWorkflowRequest](sailpoint\v3/docs/CreateWorkflowRequest.md) + - [CriteriaType](sailpoint\v3/docs/CriteriaType.md) + - [DataAccess](sailpoint\v3/docs/DataAccess.md) + - [DataAccessCategoriesInner](sailpoint\v3/docs/DataAccessCategoriesInner.md) + - [DataAccessImpactScore](sailpoint\v3/docs/DataAccessImpactScore.md) + - [DataAccessPoliciesInner](sailpoint\v3/docs/DataAccessPoliciesInner.md) + - [DeleteNonEmployeeRecordsInBulkRequest](sailpoint\v3/docs/DeleteNonEmployeeRecordsInBulkRequest.md) + - [DeleteSource202Response](sailpoint\v3/docs/DeleteSource202Response.md) + - [DeleteVendorConnectorMapping200Response](sailpoint\v3/docs/DeleteVendorConnectorMapping200Response.md) + - [DependantAppConnections](sailpoint\v3/docs/DependantAppConnections.md) + - [DependantAppConnectionsAccountSource](sailpoint\v3/docs/DependantAppConnectionsAccountSource.md) + - [DependantAppConnectionsAccountSourcePasswordPoliciesInner](sailpoint\v3/docs/DependantAppConnectionsAccountSourcePasswordPoliciesInner.md) + - [DependantConnectionsMissingDto](sailpoint\v3/docs/DependantConnectionsMissingDto.md) + - [DimensionRef](sailpoint\v3/docs/DimensionRef.md) + - [DisplayReference](sailpoint\v3/docs/DisplayReference.md) + - [DocumentType](sailpoint\v3/docs/DocumentType.md) + - [DtoType](sailpoint\v3/docs/DtoType.md) + - [DuoVerificationRequest](sailpoint\v3/docs/DuoVerificationRequest.md) + - [EmailNotificationOption](sailpoint\v3/docs/EmailNotificationOption.md) + - [Entitlement](sailpoint\v3/docs/Entitlement.md) + - [EntitlementDocument](sailpoint\v3/docs/EntitlementDocument.md) + - [EntitlementDocumentAllOfSource](sailpoint\v3/docs/EntitlementDocumentAllOfSource.md) + - [EntitlementDto](sailpoint\v3/docs/EntitlementDto.md) + - [EntitlementRef](sailpoint\v3/docs/EntitlementRef.md) + - [EntitlementRef1](sailpoint\v3/docs/EntitlementRef1.md) + - [EntitlementRequestConfig](sailpoint\v3/docs/EntitlementRequestConfig.md) + - [EntitlementSource](sailpoint\v3/docs/EntitlementSource.md) + - [EntitlementSummary](sailpoint\v3/docs/EntitlementSummary.md) + - [ErrorMessageDto](sailpoint\v3/docs/ErrorMessageDto.md) + - [ErrorResponseDto](sailpoint\v3/docs/ErrorResponseDto.md) + - [Event](sailpoint\v3/docs/Event.md) + - [EventAttributes](sailpoint\v3/docs/EventAttributes.md) + - [EventDocument](sailpoint\v3/docs/EventDocument.md) + - [ExceptionAccessCriteria](sailpoint\v3/docs/ExceptionAccessCriteria.md) + - [ExceptionCriteria](sailpoint\v3/docs/ExceptionCriteria.md) + - [ExceptionCriteriaAccess](sailpoint\v3/docs/ExceptionCriteriaAccess.md) + - [ExceptionCriteriaCriteriaListInner](sailpoint\v3/docs/ExceptionCriteriaCriteriaListInner.md) + - [ExecutionStatus](sailpoint\v3/docs/ExecutionStatus.md) + - [ExpansionItem](sailpoint\v3/docs/ExpansionItem.md) + - [Expression](sailpoint\v3/docs/Expression.md) + - [ExpressionChildrenInner](sailpoint\v3/docs/ExpressionChildrenInner.md) + - [ExternalAttributes](sailpoint\v3/docs/ExternalAttributes.md) + - [FederationProtocolDetails](sailpoint\v3/docs/FederationProtocolDetails.md) + - [FieldDetailsDto](sailpoint\v3/docs/FieldDetailsDto.md) + - [Filter](sailpoint\v3/docs/Filter.md) + - [FilterAggregation](sailpoint\v3/docs/FilterAggregation.md) + - [FilterType](sailpoint\v3/docs/FilterType.md) + - [FormDetails](sailpoint\v3/docs/FormDetails.md) + - [FormItemDetails](sailpoint\v3/docs/FormItemDetails.md) + - [ForwardApprovalDto](sailpoint\v3/docs/ForwardApprovalDto.md) + - [FullDiscoveredApplications](sailpoint\v3/docs/FullDiscoveredApplications.md) + - [GetActiveCampaigns200ResponseInner](sailpoint\v3/docs/GetActiveCampaigns200ResponseInner.md) + - [GetDiscoveredApplications200ResponseInner](sailpoint\v3/docs/GetDiscoveredApplications200ResponseInner.md) + - [GetOAuthClientResponse](sailpoint\v3/docs/GetOAuthClientResponse.md) + - [GetPersonalAccessTokenResponse](sailpoint\v3/docs/GetPersonalAccessTokenResponse.md) + - [GetVendorConnectorMappings405Response](sailpoint\v3/docs/GetVendorConnectorMappings405Response.md) + - [GrantType](sailpoint\v3/docs/GrantType.md) + - [IdentitiesDetailsReportArguments](sailpoint\v3/docs/IdentitiesDetailsReportArguments.md) + - [IdentitiesReportArguments](sailpoint\v3/docs/IdentitiesReportArguments.md) + - [IdentityAccess](sailpoint\v3/docs/IdentityAccess.md) + - [IdentityAttributeConfig](sailpoint\v3/docs/IdentityAttributeConfig.md) + - [IdentityAttributePreview](sailpoint\v3/docs/IdentityAttributePreview.md) + - [IdentityAttributeTransform](sailpoint\v3/docs/IdentityAttributeTransform.md) + - [IdentityCertDecisionSummary](sailpoint\v3/docs/IdentityCertDecisionSummary.md) + - [IdentityCertificationDto](sailpoint\v3/docs/IdentityCertificationDto.md) + - [IdentityDocument](sailpoint\v3/docs/IdentityDocument.md) + - [IdentityDocumentAllOfIdentityProfile](sailpoint\v3/docs/IdentityDocumentAllOfIdentityProfile.md) + - [IdentityDocumentAllOfManager](sailpoint\v3/docs/IdentityDocumentAllOfManager.md) + - [IdentityDocumentAllOfSource](sailpoint\v3/docs/IdentityDocumentAllOfSource.md) + - [IdentityExceptionReportReference](sailpoint\v3/docs/IdentityExceptionReportReference.md) + - [IdentityPreviewRequest](sailpoint\v3/docs/IdentityPreviewRequest.md) + - [IdentityPreviewResponse](sailpoint\v3/docs/IdentityPreviewResponse.md) + - [IdentityPreviewResponseIdentity](sailpoint\v3/docs/IdentityPreviewResponseIdentity.md) + - [IdentityProfile](sailpoint\v3/docs/IdentityProfile.md) + - [IdentityProfileAllOfAuthoritativeSource](sailpoint\v3/docs/IdentityProfileAllOfAuthoritativeSource.md) + - [IdentityProfileAllOfOwner](sailpoint\v3/docs/IdentityProfileAllOfOwner.md) + - [IdentityProfileExportedObject](sailpoint\v3/docs/IdentityProfileExportedObject.md) + - [IdentityProfileExportedObjectSelf](sailpoint\v3/docs/IdentityProfileExportedObjectSelf.md) + - [IdentityProfileIdentityErrorReportArguments](sailpoint\v3/docs/IdentityProfileIdentityErrorReportArguments.md) + - [IdentityProfilesConnections](sailpoint\v3/docs/IdentityProfilesConnections.md) + - [IdentityReference](sailpoint\v3/docs/IdentityReference.md) + - [IdentityReferenceWithNameAndEmail](sailpoint\v3/docs/IdentityReferenceWithNameAndEmail.md) + - [IdentitySummary](sailpoint\v3/docs/IdentitySummary.md) + - [IdentityWithNewAccess](sailpoint\v3/docs/IdentityWithNewAccess.md) + - [IdentityWithNewAccess1](sailpoint\v3/docs/IdentityWithNewAccess1.md) + - [IdentityWithNewAccessAccessRefsInner](sailpoint\v3/docs/IdentityWithNewAccessAccessRefsInner.md) + - [IdpDetails](sailpoint\v3/docs/IdpDetails.md) + - [ImportNonEmployeeRecordsInBulkRequest](sailpoint\v3/docs/ImportNonEmployeeRecordsInBulkRequest.md) + - [ImportObject](sailpoint\v3/docs/ImportObject.md) + - [Index](sailpoint\v3/docs/Index.md) + - [InnerHit](sailpoint\v3/docs/InnerHit.md) + - [JITConfiguration](sailpoint\v3/docs/JITConfiguration.md) + - [JsonPatchOperation](sailpoint\v3/docs/JsonPatchOperation.md) + - [JsonPatchOperationValue](sailpoint\v3/docs/JsonPatchOperationValue.md) + - [KbaAnswerRequestItem](sailpoint\v3/docs/KbaAnswerRequestItem.md) + - [KbaAnswerResponseItem](sailpoint\v3/docs/KbaAnswerResponseItem.md) + - [KbaAuthResponse](sailpoint\v3/docs/KbaAuthResponse.md) + - [KbaAuthResponseItem](sailpoint\v3/docs/KbaAuthResponseItem.md) + - [KbaQuestion](sailpoint\v3/docs/KbaQuestion.md) + - [LifecycleState](sailpoint\v3/docs/LifecycleState.md) + - [LifecyclestateDeleted](sailpoint\v3/docs/LifecyclestateDeleted.md) + - [ListAccessProfiles401Response](sailpoint\v3/docs/ListAccessProfiles401Response.md) + - [ListAccessProfiles429Response](sailpoint\v3/docs/ListAccessProfiles429Response.md) + - [ListCampaignFilters200Response](sailpoint\v3/docs/ListCampaignFilters200Response.md) + - [ListCompleteWorkflowLibrary200ResponseInner](sailpoint\v3/docs/ListCompleteWorkflowLibrary200ResponseInner.md) + - [LocaleOrigin](sailpoint\v3/docs/LocaleOrigin.md) + - [LockoutConfiguration](sailpoint\v3/docs/LockoutConfiguration.md) + - [ManagedClient](sailpoint\v3/docs/ManagedClient.md) + - [ManagedClientRequest](sailpoint\v3/docs/ManagedClientRequest.md) + - [ManagedClientStatus](sailpoint\v3/docs/ManagedClientStatus.md) + - [ManagedClientStatusCode](sailpoint\v3/docs/ManagedClientStatusCode.md) + - [ManagedClientType](sailpoint\v3/docs/ManagedClientType.md) + - [ManagedCluster](sailpoint\v3/docs/ManagedCluster.md) + - [ManagedClusterAttributes](sailpoint\v3/docs/ManagedClusterAttributes.md) + - [ManagedClusterKeyPair](sailpoint\v3/docs/ManagedClusterKeyPair.md) + - [ManagedClusterQueue](sailpoint\v3/docs/ManagedClusterQueue.md) + - [ManagedClusterRedis](sailpoint\v3/docs/ManagedClusterRedis.md) + - [ManagedClusterRequest](sailpoint\v3/docs/ManagedClusterRequest.md) + - [ManagedClusterTypes](sailpoint\v3/docs/ManagedClusterTypes.md) + - [ManagerCorrelationMapping](sailpoint\v3/docs/ManagerCorrelationMapping.md) + - [ManualDiscoverApplications](sailpoint\v3/docs/ManualDiscoverApplications.md) + - [ManualDiscoverApplicationsTemplate](sailpoint\v3/docs/ManualDiscoverApplicationsTemplate.md) + - [ManualWorkItemDetails](sailpoint\v3/docs/ManualWorkItemDetails.md) + - [ManualWorkItemDetailsCurrentOwner](sailpoint\v3/docs/ManualWorkItemDetailsCurrentOwner.md) + - [ManualWorkItemDetailsOriginalOwner](sailpoint\v3/docs/ManualWorkItemDetailsOriginalOwner.md) + - [ManualWorkItemState](sailpoint\v3/docs/ManualWorkItemState.md) + - [MetricAggregation](sailpoint\v3/docs/MetricAggregation.md) + - [MetricType](sailpoint\v3/docs/MetricType.md) + - [MfaConfigTestResponse](sailpoint\v3/docs/MfaConfigTestResponse.md) + - [MfaDuoConfig](sailpoint\v3/docs/MfaDuoConfig.md) + - [MfaOktaConfig](sailpoint\v3/docs/MfaOktaConfig.md) + - [ModelSchema](sailpoint\v3/docs/ModelSchema.md) + - [MultiPolicyRequest](sailpoint\v3/docs/MultiPolicyRequest.md) + - [NestedAggregation](sailpoint\v3/docs/NestedAggregation.md) + - [NetworkConfiguration](sailpoint\v3/docs/NetworkConfiguration.md) + - [NonEmployeeApprovalDecision](sailpoint\v3/docs/NonEmployeeApprovalDecision.md) + - [NonEmployeeApprovalItem](sailpoint\v3/docs/NonEmployeeApprovalItem.md) + - [NonEmployeeApprovalItemBase](sailpoint\v3/docs/NonEmployeeApprovalItemBase.md) + - [NonEmployeeApprovalItemDetail](sailpoint\v3/docs/NonEmployeeApprovalItemDetail.md) + - [NonEmployeeApprovalSummary](sailpoint\v3/docs/NonEmployeeApprovalSummary.md) + - [NonEmployeeBulkUploadJob](sailpoint\v3/docs/NonEmployeeBulkUploadJob.md) + - [NonEmployeeBulkUploadStatus](sailpoint\v3/docs/NonEmployeeBulkUploadStatus.md) + - [NonEmployeeIdentityDtoType](sailpoint\v3/docs/NonEmployeeIdentityDtoType.md) + - [NonEmployeeIdentityReferenceWithId](sailpoint\v3/docs/NonEmployeeIdentityReferenceWithId.md) + - [NonEmployeeIdnUserRequest](sailpoint\v3/docs/NonEmployeeIdnUserRequest.md) + - [NonEmployeeRecord](sailpoint\v3/docs/NonEmployeeRecord.md) + - [NonEmployeeRejectApprovalDecision](sailpoint\v3/docs/NonEmployeeRejectApprovalDecision.md) + - [NonEmployeeRequest](sailpoint\v3/docs/NonEmployeeRequest.md) + - [NonEmployeeRequestBody](sailpoint\v3/docs/NonEmployeeRequestBody.md) + - [NonEmployeeRequestLite](sailpoint\v3/docs/NonEmployeeRequestLite.md) + - [NonEmployeeRequestSummary](sailpoint\v3/docs/NonEmployeeRequestSummary.md) + - [NonEmployeeRequestWithoutApprovalItem](sailpoint\v3/docs/NonEmployeeRequestWithoutApprovalItem.md) + - [NonEmployeeSchemaAttribute](sailpoint\v3/docs/NonEmployeeSchemaAttribute.md) + - [NonEmployeeSchemaAttributeBody](sailpoint\v3/docs/NonEmployeeSchemaAttributeBody.md) + - [NonEmployeeSchemaAttributeType](sailpoint\v3/docs/NonEmployeeSchemaAttributeType.md) + - [NonEmployeeSource](sailpoint\v3/docs/NonEmployeeSource.md) + - [NonEmployeeSourceLite](sailpoint\v3/docs/NonEmployeeSourceLite.md) + - [NonEmployeeSourceLiteWithSchemaAttributes](sailpoint\v3/docs/NonEmployeeSourceLiteWithSchemaAttributes.md) + - [NonEmployeeSourceRequestBody](sailpoint\v3/docs/NonEmployeeSourceRequestBody.md) + - [NonEmployeeSourceWithCloudExternalId](sailpoint\v3/docs/NonEmployeeSourceWithCloudExternalId.md) + - [NonEmployeeSourceWithNECount](sailpoint\v3/docs/NonEmployeeSourceWithNECount.md) + - [ObjectExportImportNames](sailpoint\v3/docs/ObjectExportImportNames.md) + - [ObjectImportResult](sailpoint\v3/docs/ObjectImportResult.md) + - [ObjectMappingBulkCreateRequest](sailpoint\v3/docs/ObjectMappingBulkCreateRequest.md) + - [ObjectMappingBulkCreateResponse](sailpoint\v3/docs/ObjectMappingBulkCreateResponse.md) + - [ObjectMappingBulkPatchRequest](sailpoint\v3/docs/ObjectMappingBulkPatchRequest.md) + - [ObjectMappingBulkPatchResponse](sailpoint\v3/docs/ObjectMappingBulkPatchResponse.md) + - [ObjectMappingRequest](sailpoint\v3/docs/ObjectMappingRequest.md) + - [ObjectMappingResponse](sailpoint\v3/docs/ObjectMappingResponse.md) + - [OktaVerificationRequest](sailpoint\v3/docs/OktaVerificationRequest.md) + - [Operation](sailpoint\v3/docs/Operation.md) + - [OriginalRequest](sailpoint\v3/docs/OriginalRequest.md) + - [OrphanIdentitiesReportArguments](sailpoint\v3/docs/OrphanIdentitiesReportArguments.md) + - [OwnerDto](sailpoint\v3/docs/OwnerDto.md) + - [OwnerReference](sailpoint\v3/docs/OwnerReference.md) + - [OwnerReferenceSegments](sailpoint\v3/docs/OwnerReferenceSegments.md) + - [Owns](sailpoint\v3/docs/Owns.md) + - [PasswordChangeRequest](sailpoint\v3/docs/PasswordChangeRequest.md) + - [PasswordChangeResponse](sailpoint\v3/docs/PasswordChangeResponse.md) + - [PasswordInfo](sailpoint\v3/docs/PasswordInfo.md) + - [PasswordInfoAccount](sailpoint\v3/docs/PasswordInfoAccount.md) + - [PasswordInfoQueryDTO](sailpoint\v3/docs/PasswordInfoQueryDTO.md) + - [PasswordOrgConfig](sailpoint\v3/docs/PasswordOrgConfig.md) + - [PasswordPolicyV3Dto](sailpoint\v3/docs/PasswordPolicyV3Dto.md) + - [PasswordStatus](sailpoint\v3/docs/PasswordStatus.md) + - [PasswordSyncGroup](sailpoint\v3/docs/PasswordSyncGroup.md) + - [PatOwner](sailpoint\v3/docs/PatOwner.md) + - [PatchServiceDeskIntegrationRequest](sailpoint\v3/docs/PatchServiceDeskIntegrationRequest.md) + - [PendingApproval](sailpoint\v3/docs/PendingApproval.md) + - [PendingApprovalAction](sailpoint\v3/docs/PendingApprovalAction.md) + - [PendingApprovalOwner](sailpoint\v3/docs/PendingApprovalOwner.md) + - [PermissionDto](sailpoint\v3/docs/PermissionDto.md) + - [PreApprovalTriggerDetails](sailpoint\v3/docs/PreApprovalTriggerDetails.md) + - [ProcessingDetails](sailpoint\v3/docs/ProcessingDetails.md) + - [ProvisioningConfig](sailpoint\v3/docs/ProvisioningConfig.md) + - [ProvisioningConfigPlanInitializerScript](sailpoint\v3/docs/ProvisioningConfigPlanInitializerScript.md) + - [ProvisioningCriteriaLevel1](sailpoint\v3/docs/ProvisioningCriteriaLevel1.md) + - [ProvisioningCriteriaLevel2](sailpoint\v3/docs/ProvisioningCriteriaLevel2.md) + - [ProvisioningCriteriaLevel3](sailpoint\v3/docs/ProvisioningCriteriaLevel3.md) + - [ProvisioningCriteriaOperation](sailpoint\v3/docs/ProvisioningCriteriaOperation.md) + - [ProvisioningDetails](sailpoint\v3/docs/ProvisioningDetails.md) + - [ProvisioningPolicy](sailpoint\v3/docs/ProvisioningPolicy.md) + - [ProvisioningPolicyDto](sailpoint\v3/docs/ProvisioningPolicyDto.md) + - [ProvisioningState](sailpoint\v3/docs/ProvisioningState.md) + - [PublicIdentity](sailpoint\v3/docs/PublicIdentity.md) + - [PublicIdentityAttributeConfig](sailpoint\v3/docs/PublicIdentityAttributeConfig.md) + - [PublicIdentityAttributesInner](sailpoint\v3/docs/PublicIdentityAttributesInner.md) + - [PublicIdentityConfig](sailpoint\v3/docs/PublicIdentityConfig.md) + - [PutClientLogConfigurationRequest](sailpoint\v3/docs/PutClientLogConfigurationRequest.md) + - [PutConnectorSourceConfigRequest](sailpoint\v3/docs/PutConnectorSourceConfigRequest.md) + - [PutConnectorSourceTemplateRequest](sailpoint\v3/docs/PutConnectorSourceTemplateRequest.md) + - [PutPasswordDictionaryRequest](sailpoint\v3/docs/PutPasswordDictionaryRequest.md) + - [Query](sailpoint\v3/docs/Query.md) + - [QueryResultFilter](sailpoint\v3/docs/QueryResultFilter.md) + - [QueryType](sailpoint\v3/docs/QueryType.md) + - [QueuedCheckConfigDetails](sailpoint\v3/docs/QueuedCheckConfigDetails.md) + - [Range](sailpoint\v3/docs/Range.md) + - [ReassignReference](sailpoint\v3/docs/ReassignReference.md) + - [Reassignment](sailpoint\v3/docs/Reassignment.md) + - [ReassignmentReference](sailpoint\v3/docs/ReassignmentReference.md) + - [ReassignmentTrailDTO](sailpoint\v3/docs/ReassignmentTrailDTO.md) + - [ReassignmentType](sailpoint\v3/docs/ReassignmentType.md) + - [Recommendation](sailpoint\v3/docs/Recommendation.md) + - [Reference](sailpoint\v3/docs/Reference.md) + - [RemediationItemDetails](sailpoint\v3/docs/RemediationItemDetails.md) + - [RemediationItems](sailpoint\v3/docs/RemediationItems.md) + - [ReportDetails](sailpoint\v3/docs/ReportDetails.md) + - [ReportDetailsArguments](sailpoint\v3/docs/ReportDetailsArguments.md) + - [ReportResultReference](sailpoint\v3/docs/ReportResultReference.md) + - [ReportResults](sailpoint\v3/docs/ReportResults.md) + - [ReportType](sailpoint\v3/docs/ReportType.md) + - [RequestOnBehalfOfConfig](sailpoint\v3/docs/RequestOnBehalfOfConfig.md) + - [Requestability](sailpoint\v3/docs/Requestability.md) + - [RequestabilityForRole](sailpoint\v3/docs/RequestabilityForRole.md) + - [RequestableObject](sailpoint\v3/docs/RequestableObject.md) + - [RequestableObjectReference](sailpoint\v3/docs/RequestableObjectReference.md) + - [RequestableObjectRequestStatus](sailpoint\v3/docs/RequestableObjectRequestStatus.md) + - [RequestableObjectType](sailpoint\v3/docs/RequestableObjectType.md) + - [RequestedItemDetails](sailpoint\v3/docs/RequestedItemDetails.md) + - [RequestedItemStatus](sailpoint\v3/docs/RequestedItemStatus.md) + - [RequestedItemStatusCancelledRequestDetails](sailpoint\v3/docs/RequestedItemStatusCancelledRequestDetails.md) + - [RequestedItemStatusPreApprovalTriggerDetails](sailpoint\v3/docs/RequestedItemStatusPreApprovalTriggerDetails.md) + - [RequestedItemStatusProvisioningDetails](sailpoint\v3/docs/RequestedItemStatusProvisioningDetails.md) + - [RequestedItemStatusRequestState](sailpoint\v3/docs/RequestedItemStatusRequestState.md) + - [RequestedItemStatusRequestedFor](sailpoint\v3/docs/RequestedItemStatusRequestedFor.md) + - [RequestedItemStatusRequesterComment](sailpoint\v3/docs/RequestedItemStatusRequesterComment.md) + - [RequestedItemStatusSodViolationContext](sailpoint\v3/docs/RequestedItemStatusSodViolationContext.md) + - [ReviewDecision](sailpoint\v3/docs/ReviewDecision.md) + - [ReviewReassign](sailpoint\v3/docs/ReviewReassign.md) + - [ReviewRecommendation](sailpoint\v3/docs/ReviewRecommendation.md) + - [ReviewableAccessProfile](sailpoint\v3/docs/ReviewableAccessProfile.md) + - [ReviewableEntitlement](sailpoint\v3/docs/ReviewableEntitlement.md) + - [ReviewableEntitlementAccount](sailpoint\v3/docs/ReviewableEntitlementAccount.md) + - [ReviewableEntitlementAccountOwner](sailpoint\v3/docs/ReviewableEntitlementAccountOwner.md) + - [ReviewableRole](sailpoint\v3/docs/ReviewableRole.md) + - [Reviewer](sailpoint\v3/docs/Reviewer.md) + - [Revocability](sailpoint\v3/docs/Revocability.md) + - [RevocabilityForRole](sailpoint\v3/docs/RevocabilityForRole.md) + - [Role](sailpoint\v3/docs/Role.md) + - [RoleAssignmentSourceType](sailpoint\v3/docs/RoleAssignmentSourceType.md) + - [RoleBulkDeleteRequest](sailpoint\v3/docs/RoleBulkDeleteRequest.md) + - [RoleCriteriaKey](sailpoint\v3/docs/RoleCriteriaKey.md) + - [RoleCriteriaKeyType](sailpoint\v3/docs/RoleCriteriaKeyType.md) + - [RoleCriteriaLevel1](sailpoint\v3/docs/RoleCriteriaLevel1.md) + - [RoleCriteriaLevel2](sailpoint\v3/docs/RoleCriteriaLevel2.md) + - [RoleCriteriaLevel3](sailpoint\v3/docs/RoleCriteriaLevel3.md) + - [RoleCriteriaOperation](sailpoint\v3/docs/RoleCriteriaOperation.md) + - [RoleDocument](sailpoint\v3/docs/RoleDocument.md) + - [RoleIdentity](sailpoint\v3/docs/RoleIdentity.md) + - [RoleMembershipIdentity](sailpoint\v3/docs/RoleMembershipIdentity.md) + - [RoleMembershipSelector](sailpoint\v3/docs/RoleMembershipSelector.md) + - [RoleMembershipSelectorType](sailpoint\v3/docs/RoleMembershipSelectorType.md) + - [RoleSummary](sailpoint\v3/docs/RoleSummary.md) + - [SavedSearch](sailpoint\v3/docs/SavedSearch.md) + - [SavedSearchDetail](sailpoint\v3/docs/SavedSearchDetail.md) + - [SavedSearchDetailFilters](sailpoint\v3/docs/SavedSearchDetailFilters.md) + - [SavedSearchName](sailpoint\v3/docs/SavedSearchName.md) + - [Schedule](sailpoint\v3/docs/Schedule.md) + - [Schedule1](sailpoint\v3/docs/Schedule1.md) + - [Schedule1Days](sailpoint\v3/docs/Schedule1Days.md) + - [Schedule1Hours](sailpoint\v3/docs/Schedule1Hours.md) + - [Schedule1Months](sailpoint\v3/docs/Schedule1Months.md) + - [ScheduleDays](sailpoint\v3/docs/ScheduleDays.md) + - [ScheduleHours](sailpoint\v3/docs/ScheduleHours.md) + - [ScheduleMonths](sailpoint\v3/docs/ScheduleMonths.md) + - [ScheduleType](sailpoint\v3/docs/ScheduleType.md) + - [ScheduledAttributes](sailpoint\v3/docs/ScheduledAttributes.md) + - [ScheduledSearch](sailpoint\v3/docs/ScheduledSearch.md) + - [ScheduledSearchAllOfOwner](sailpoint\v3/docs/ScheduledSearchAllOfOwner.md) + - [ScheduledSearchName](sailpoint\v3/docs/ScheduledSearchName.md) + - [Search](sailpoint\v3/docs/Search.md) + - [SearchAggregationSpecification](sailpoint\v3/docs/SearchAggregationSpecification.md) + - [SearchArguments](sailpoint\v3/docs/SearchArguments.md) + - [SearchAttributeConfig](sailpoint\v3/docs/SearchAttributeConfig.md) + - [SearchExportReportArguments](sailpoint\v3/docs/SearchExportReportArguments.md) + - [SearchFilterType](sailpoint\v3/docs/SearchFilterType.md) + - [SearchSchedule](sailpoint\v3/docs/SearchSchedule.md) + - [SearchScheduleRecipientsInner](sailpoint\v3/docs/SearchScheduleRecipientsInner.md) + - [SectionDetails](sailpoint\v3/docs/SectionDetails.md) + - [Segment](sailpoint\v3/docs/Segment.md) + - [SegmentVisibilityCriteria](sailpoint\v3/docs/SegmentVisibilityCriteria.md) + - [Selector](sailpoint\v3/docs/Selector.md) + - [SelectorType](sailpoint\v3/docs/SelectorType.md) + - [SendTokenRequest](sailpoint\v3/docs/SendTokenRequest.md) + - [SendTokenResponse](sailpoint\v3/docs/SendTokenResponse.md) + - [ServiceDeskIntegrationDto](sailpoint\v3/docs/ServiceDeskIntegrationDto.md) + - [ServiceDeskIntegrationTemplateDto](sailpoint\v3/docs/ServiceDeskIntegrationTemplateDto.md) + - [ServiceDeskIntegrationTemplateType](sailpoint\v3/docs/ServiceDeskIntegrationTemplateType.md) + - [ServiceDeskSource](sailpoint\v3/docs/ServiceDeskSource.md) + - [ServiceProviderConfiguration](sailpoint\v3/docs/ServiceProviderConfiguration.md) + - [ServiceProviderConfigurationFederationProtocolDetailsInner](sailpoint\v3/docs/ServiceProviderConfigurationFederationProtocolDetailsInner.md) + - [SessionConfiguration](sailpoint\v3/docs/SessionConfiguration.md) + - [SetLifecycleState200Response](sailpoint\v3/docs/SetLifecycleState200Response.md) + - [SetLifecycleStateRequest](sailpoint\v3/docs/SetLifecycleStateRequest.md) + - [SlimCampaign](sailpoint\v3/docs/SlimCampaign.md) + - [SlimDiscoveredApplications](sailpoint\v3/docs/SlimDiscoveredApplications.md) + - [SodExemptCriteria](sailpoint\v3/docs/SodExemptCriteria.md) + - [SodPolicy](sailpoint\v3/docs/SodPolicy.md) + - [SodPolicyConflictingAccessCriteria](sailpoint\v3/docs/SodPolicyConflictingAccessCriteria.md) + - [SodPolicyDto](sailpoint\v3/docs/SodPolicyDto.md) + - [SodPolicyOwnerRef](sailpoint\v3/docs/SodPolicyOwnerRef.md) + - [SodPolicySchedule](sailpoint\v3/docs/SodPolicySchedule.md) + - [SodRecipient](sailpoint\v3/docs/SodRecipient.md) + - [SodReportResultDto](sailpoint\v3/docs/SodReportResultDto.md) + - [SodViolationCheck](sailpoint\v3/docs/SodViolationCheck.md) + - [SodViolationCheckResult](sailpoint\v3/docs/SodViolationCheckResult.md) + - [SodViolationContext](sailpoint\v3/docs/SodViolationContext.md) + - [SodViolationContextCheckCompleted](sailpoint\v3/docs/SodViolationContextCheckCompleted.md) + - [SodViolationContextConflictingAccessCriteria](sailpoint\v3/docs/SodViolationContextConflictingAccessCriteria.md) + - [SodViolationContextConflictingAccessCriteriaLeftCriteria](sailpoint\v3/docs/SodViolationContextConflictingAccessCriteriaLeftCriteria.md) + - [Source](sailpoint\v3/docs/Source.md) + - [SourceAccountCorrelationConfig](sailpoint\v3/docs/SourceAccountCorrelationConfig.md) + - [SourceAccountCorrelationRule](sailpoint\v3/docs/SourceAccountCorrelationRule.md) + - [SourceBeforeProvisioningRule](sailpoint\v3/docs/SourceBeforeProvisioningRule.md) + - [SourceCluster](sailpoint\v3/docs/SourceCluster.md) + - [SourceClusterDto](sailpoint\v3/docs/SourceClusterDto.md) + - [SourceConnectionsDto](sailpoint\v3/docs/SourceConnectionsDto.md) + - [SourceHealthDto](sailpoint\v3/docs/SourceHealthDto.md) + - [SourceManagementWorkgroup](sailpoint\v3/docs/SourceManagementWorkgroup.md) + - [SourceManagerCorrelationMapping](sailpoint\v3/docs/SourceManagerCorrelationMapping.md) + - [SourceManagerCorrelationRule](sailpoint\v3/docs/SourceManagerCorrelationRule.md) + - [SourceOwner](sailpoint\v3/docs/SourceOwner.md) + - [SourcePasswordPoliciesInner](sailpoint\v3/docs/SourcePasswordPoliciesInner.md) + - [SourceSchemasInner](sailpoint\v3/docs/SourceSchemasInner.md) + - [SourceUsage](sailpoint\v3/docs/SourceUsage.md) + - [SourceUsageStatus](sailpoint\v3/docs/SourceUsageStatus.md) + - [SpConfigMessage](sailpoint\v3/docs/SpConfigMessage.md) + - [SpDetails](sailpoint\v3/docs/SpDetails.md) + - [StandardLevel](sailpoint\v3/docs/StandardLevel.md) + - [SubSearchAggregationSpecification](sailpoint\v3/docs/SubSearchAggregationSpecification.md) + - [TaggedObject](sailpoint\v3/docs/TaggedObject.md) + - [TaggedObjectDto](sailpoint\v3/docs/TaggedObjectDto.md) + - [TaskResultDetails](sailpoint\v3/docs/TaskResultDetails.md) + - [TaskResultDetailsMessagesInner](sailpoint\v3/docs/TaskResultDetailsMessagesInner.md) + - [TaskResultDetailsReturnsInner](sailpoint\v3/docs/TaskResultDetailsReturnsInner.md) + - [TaskResultDto](sailpoint\v3/docs/TaskResultDto.md) + - [TaskResultSimplified](sailpoint\v3/docs/TaskResultSimplified.md) + - [TestExternalExecuteWorkflow200Response](sailpoint\v3/docs/TestExternalExecuteWorkflow200Response.md) + - [TestExternalExecuteWorkflowRequest](sailpoint\v3/docs/TestExternalExecuteWorkflowRequest.md) + - [TestWorkflow200Response](sailpoint\v3/docs/TestWorkflow200Response.md) + - [TestWorkflowRequest](sailpoint\v3/docs/TestWorkflowRequest.md) + - [TextQuery](sailpoint\v3/docs/TextQuery.md) + - [TokenAuthRequest](sailpoint\v3/docs/TokenAuthRequest.md) + - [TokenAuthResponse](sailpoint\v3/docs/TokenAuthResponse.md) + - [Transform](sailpoint\v3/docs/Transform.md) + - [TransformDefinition](sailpoint\v3/docs/TransformDefinition.md) + - [TransformRead](sailpoint\v3/docs/TransformRead.md) + - [TypeAheadQuery](sailpoint\v3/docs/TypeAheadQuery.md) + - [TypedReference](sailpoint\v3/docs/TypedReference.md) + - [UncorrelatedAccountsReportArguments](sailpoint\v3/docs/UncorrelatedAccountsReportArguments.md) + - [UpdateDetail](sailpoint\v3/docs/UpdateDetail.md) + - [UsageType](sailpoint\v3/docs/UsageType.md) + - [V3ConnectorDto](sailpoint\v3/docs/V3ConnectorDto.md) + - [V3CreateConnectorDto](sailpoint\v3/docs/V3CreateConnectorDto.md) + - [Value](sailpoint\v3/docs/Value.md) + - [VendorConnectorMapping](sailpoint\v3/docs/VendorConnectorMapping.md) + - [VendorConnectorMappingDeletedAt](sailpoint\v3/docs/VendorConnectorMappingDeletedAt.md) + - [VendorConnectorMappingDeletedBy](sailpoint\v3/docs/VendorConnectorMappingDeletedBy.md) + - [VendorConnectorMappingUpdatedAt](sailpoint\v3/docs/VendorConnectorMappingUpdatedAt.md) + - [VendorConnectorMappingUpdatedBy](sailpoint\v3/docs/VendorConnectorMappingUpdatedBy.md) + - [VerificationPollRequest](sailpoint\v3/docs/VerificationPollRequest.md) + - [VerificationResponse](sailpoint\v3/docs/VerificationResponse.md) + - [ViolationContext](sailpoint\v3/docs/ViolationContext.md) + - [ViolationContextPolicy](sailpoint\v3/docs/ViolationContextPolicy.md) + - [ViolationOwnerAssignmentConfig](sailpoint\v3/docs/ViolationOwnerAssignmentConfig.md) + - [ViolationOwnerAssignmentConfigOwnerRef](sailpoint\v3/docs/ViolationOwnerAssignmentConfigOwnerRef.md) + - [ViolationPrediction](sailpoint\v3/docs/ViolationPrediction.md) + - [VisibilityCriteria](sailpoint\v3/docs/VisibilityCriteria.md) + - [WorkItemForward](sailpoint\v3/docs/WorkItemForward.md) + - [WorkItemState](sailpoint\v3/docs/WorkItemState.md) + - [WorkItemStateManualWorkItems](sailpoint\v3/docs/WorkItemStateManualWorkItems.md) + - [WorkItemTypeManualWorkItems](sailpoint\v3/docs/WorkItemTypeManualWorkItems.md) + - [WorkItems](sailpoint\v3/docs/WorkItems.md) + - [WorkItemsCount](sailpoint\v3/docs/WorkItemsCount.md) + - [WorkItemsForm](sailpoint\v3/docs/WorkItemsForm.md) + - [WorkItemsSummary](sailpoint\v3/docs/WorkItemsSummary.md) + - [Workflow](sailpoint\v3/docs/Workflow.md) + - [WorkflowAllOfCreator](sailpoint\v3/docs/WorkflowAllOfCreator.md) + - [WorkflowBody](sailpoint\v3/docs/WorkflowBody.md) + - [WorkflowBodyOwner](sailpoint\v3/docs/WorkflowBodyOwner.md) + - [WorkflowDefinition](sailpoint\v3/docs/WorkflowDefinition.md) + - [WorkflowExecution](sailpoint\v3/docs/WorkflowExecution.md) + - [WorkflowExecutionEvent](sailpoint\v3/docs/WorkflowExecutionEvent.md) + - [WorkflowLibraryAction](sailpoint\v3/docs/WorkflowLibraryAction.md) + - [WorkflowLibraryActionExampleOutput](sailpoint\v3/docs/WorkflowLibraryActionExampleOutput.md) + - [WorkflowLibraryFormFields](sailpoint\v3/docs/WorkflowLibraryFormFields.md) + - [WorkflowLibraryOperator](sailpoint\v3/docs/WorkflowLibraryOperator.md) + - [WorkflowLibraryTrigger](sailpoint\v3/docs/WorkflowLibraryTrigger.md) + - [WorkflowModifiedBy](sailpoint\v3/docs/WorkflowModifiedBy.md) + - [WorkflowOAuthClient](sailpoint\v3/docs/WorkflowOAuthClient.md) + - [WorkflowTrigger](sailpoint\v3/docs/WorkflowTrigger.md) + - [WorkflowTriggerAttributes](sailpoint\v3/docs/WorkflowTriggerAttributes.md) diff --git a/sdk-resources/resources/README_onlypackage.mustache b/sdk-resources/resources/README_onlypackage.mustache index ae547b1e6..2b8bd82e1 100644 --- a/sdk-resources/resources/README_onlypackage.mustache +++ b/sdk-resources/resources/README_onlypackage.mustache @@ -26,15 +26,21 @@ This python library package is generated without supporting files like setup.py To be able to use it, you will need these dependencies in your own package that uses this library: -* urllib3 >= 1.25.3 -* python-dateutil +* urllib3 >= 1.25.3, < 3.0.0 +* python-dateutil >= 2.8.2 {{#asyncio}} -* aiohttp +* aiohttp >= 3.8.4 +* aiohttp-retry >= 2.8.3 {{/asyncio}} {{#tornado}} -* tornado>=4.2,<5 +* tornado >= 4.2, < 5 {{/tornado}} -* pydantic +{{#hasHttpSignatureMethods}} +* pem >= 19.3.0 +* pycryptodome >= 3.9.0 +{{/hasHttpSignatureMethods}} +* pydantic >= 2 +* typing-extensions >= 4.7.1 ## Getting Started diff --git a/sdk-resources/resources/api.mustache b/sdk-resources/resources/api.mustache index 8baf78f7a..c1e166ba1 100644 --- a/sdk-resources/resources/api.mustache +++ b/sdk-resources/resources/api.mustache @@ -101,7 +101,9 @@ class {{classname}}: _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, Union[str, bytes]] = {} + _files: Dict[ + str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]] + ] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -165,6 +167,9 @@ class {{classname}}: if isinstance({{paramName}}, str): with open({{paramName}}, "rb") as _fp: _body_params = _fp.read() + elif isinstance({{paramName}}, tuple): + # drop the filename from the tuple + _body_params = {{paramName}}[1] else: _body_params = {{paramName}} {{/isBinary}} diff --git a/sdk-resources/resources/api_client.mustache b/sdk-resources/resources/api_client.mustache index 5c6f40291..27a4778ec 100644 --- a/sdk-resources/resources/api_client.mustache +++ b/sdk-resources/resources/api_client.mustache @@ -546,7 +546,7 @@ class ApiClient: if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, str(value)) for value in v) + new_params.extend((k, quote(str(value))) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -564,7 +564,10 @@ class ApiClient: return "&".join(["=".join(map(str, item)) for item in new_params]) - def files_parameters(self, files: Dict[str, Union[str, bytes]]): + def files_parameters( + self, + files: Dict[str, Union[str, bytes, List[str], List[bytes], Tuple[str, bytes]]], + ): """Builds form parameters. :param files: File parameters. @@ -579,6 +582,12 @@ class ApiClient: elif isinstance(v, bytes): filename = k filedata = v + elif isinstance(v, tuple): + filename, filedata = v + elif isinstance(v, list): + for file_param in v: + params.extend(self.files_parameters({k: file_param})) + continue else: raise ValueError("Unsupported file value") mimetype = ( diff --git a/sdk-resources/resources/asyncio/rest.mustache b/sdk-resources/resources/asyncio/rest.mustache index c3f864368..bffbe7db8 100644 --- a/sdk-resources/resources/asyncio/rest.mustache +++ b/sdk-resources/resources/asyncio/rest.mustache @@ -174,6 +174,11 @@ class RESTClientObject: content_type=v[2] ) else: + # Ensures that dict objects are serialized + if isinstance(v, dict): + v = json.dumps(v) + elif isinstance(v, int): + v = str(v) data.add_field(k, v) args["data"] = data @@ -190,16 +195,28 @@ class RESTClientObject: raise ApiException(status=0, reason=msg) pool_manager: Union[aiohttp.ClientSession, aiohttp_retry.RetryClient] - if self.retry_client is not None and method in ALLOW_RETRY_METHODS: + + # https pool manager + if self.pool_manager is None: + self.pool_manager = aiohttp.ClientSession( + connector=aiohttp.TCPConnector(limit=self.maxsize, ssl=self.ssl_context), + trust_env=True, + ) + pool_manager = self.pool_manager + + if self.retries is not None and method in ALLOW_RETRY_METHODS: + if self.retry_client is None: + self.retry_client = aiohttp_retry.RetryClient( + client_session=self.pool_manager, + retry_options=aiohttp_retry.ExponentialRetry( + attempts=self.retries, + factor=2.0, + start_timeout=0.1, + max_timeout=120.0 + ) + ) pool_manager = self.retry_client - else: - pool_manager = self.pool_manager r = await pool_manager.request(**args) return RESTResponse(r) - - - - - diff --git a/sdk-resources/resources/configuration.mustache b/sdk-resources/resources/configuration.mustache index 8b9a6f485..667a5c88f 100644 --- a/sdk-resources/resources/configuration.mustache +++ b/sdk-resources/resources/configuration.mustache @@ -3,16 +3,21 @@ {{>partial_header}} import copy +import http.client as httplib import logging from logging import FileHandler {{^asyncio}} import multiprocessing {{/asyncio}} import sys -from typing import Optional +from typing import Any, ClassVar, Dict, List, Literal, Optional, TypedDict +from typing_extensions import NotRequired, Self + import urllib3 -import http.client as httplib +{{#hasHttpSignatureMethods}} +from {{packageName}}.signing import HttpSigningConfiguration +{{/hasHttpSignatureMethods}} JSON_SCHEMA_VALIDATION_KEYWORDS = { 'multipleOf', 'maximum', 'exclusiveMaximum', @@ -20,6 +25,130 @@ JSON_SCHEMA_VALIDATION_KEYWORDS = { 'minLength', 'pattern', 'maxItems', 'minItems' } +ServerVariablesT = Dict[str, str] + +GenericAuthSetting = TypedDict( + "GenericAuthSetting", + { + "type": str, + "in": str, + "key": str, + "value": str, + }, +) + + +OAuth2AuthSetting = TypedDict( + "OAuth2AuthSetting", + { + "type": Literal["oauth2"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +APIKeyAuthSetting = TypedDict( + "APIKeyAuthSetting", + { + "type": Literal["api_key"], + "in": str, + "key": str, + "value": Optional[str], + }, +) + + +BasicAuthSetting = TypedDict( + "BasicAuthSetting", + { + "type": Literal["basic"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": Optional[str], + }, +) + + +BearerFormatAuthSetting = TypedDict( + "BearerFormatAuthSetting", + { + "type": Literal["bearer"], + "in": Literal["header"], + "format": Literal["JWT"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +BearerAuthSetting = TypedDict( + "BearerAuthSetting", + { + "type": Literal["bearer"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": str, + }, +) + + +HTTPSignatureAuthSetting = TypedDict( + "HTTPSignatureAuthSetting", + { + "type": Literal["http-signature"], + "in": Literal["header"], + "key": Literal["Authorization"], + "value": None, + }, +) + + +AuthSettings = TypedDict( + "AuthSettings", + { +{{#authMethods}} +{{#isOAuth}} + "{{name}}": OAuth2AuthSetting, +{{/isOAuth}} +{{#isApiKey}} + "{{name}}": APIKeyAuthSetting, +{{/isApiKey}} +{{#isBasic}} + {{#isBasicBasic}} + "{{name}}": BasicAuthSetting, + {{/isBasicBasic}} + {{#isBasicBearer}} + {{#bearerFormat}} + "{{name}}": BearerFormatAuthSetting, + {{/bearerFormat}} + {{^bearerFormat}} + "{{name}}": BearerAuthSetting, + {{/bearerFormat}} + {{/isBasicBearer}} + {{#isHttpSignature}} + "{{name}}": HTTPSignatureAuthSetting, + {{/isHttpSignature}} +{{/isBasic}} +{{/authMethods}} + }, + total=False, +) + + +class HostSettingVariable(TypedDict): + description: str + default_value: str + enum_values: List[str] + + +class HostSetting(TypedDict): + url: str + description: str + variables: NotRequired[Dict[str, HostSettingVariable]] + + class Configuration: """This class contains various settings of the API client. @@ -140,23 +269,29 @@ conf = {{{packageName}}}.Configuration( {{/hasAuthMethods}} """ - _default = None + _default: ClassVar[Optional[Self]] = None - def __init__(self, host=None, - api_key=None, api_key_prefix=None, - username=None, password=None, - access_token=None, + def __init__( + self, + host: Optional[str]=None, + api_key: Optional[Dict[str, str]]=None, + api_key_prefix: Optional[Dict[str, str]]=None, + username: Optional[str]=None, + password: Optional[str]=None, + access_token: Optional[str]=None, {{#hasHttpSignatureMethods}} - signing_info=None, + signing_info: Optional[HttpSigningConfiguration]=None, {{/hasHttpSignatureMethods}} - server_index=None, server_variables=None, - server_operation_index=None, server_operation_variables=None, - ignore_operation_servers=False, - ssl_ca_cert=None, - retries=None, - *, - debug: Optional[bool] = None - ) -> None: + server_index: Optional[int]=None, + server_variables: Optional[ServerVariablesT]=None, + server_operation_index: Optional[Dict[int, int]]=None, + server_operation_variables: Optional[Dict[int, ServerVariablesT]]=None, + ignore_operation_servers: bool=False, + ssl_ca_cert: Optional[str]=None, + retries: Optional[int] = None, + *, + debug: Optional[bool] = None, + ) -> None: """Constructor """ self._base_path = "{{{basePath}}}" if host is None else host @@ -295,7 +430,7 @@ conf = {{{packageName}}}.Configuration( """date format """ - def __deepcopy__(self, memo): + def __deepcopy__(self, memo: Dict[int, Any]) -> Self: cls = self.__class__ result = cls.__new__(cls) memo[id(self)] = result @@ -309,7 +444,7 @@ conf = {{{packageName}}}.Configuration( result.debug = self.debug return result - def __setattr__(self, name, value): + def __setattr__(self, name: str, value: Any) -> None: object.__setattr__(self, name, value) {{#hasHttpSignatureMethods}} if name == "signing_info" and value is not None: @@ -319,7 +454,7 @@ conf = {{{packageName}}}.Configuration( {{/hasHttpSignatureMethods}} @classmethod - def set_default(cls, default): + def set_default(cls, default: Optional[Self]) -> None: """Set default instance of configuration. It stores default configuration, which can be @@ -330,7 +465,7 @@ conf = {{{packageName}}}.Configuration( cls._default = default @classmethod - def get_default_copy(cls): + def get_default_copy(cls) -> Self: """Deprecated. Please use `get_default` instead. Deprecated. Please use `get_default` instead. @@ -340,7 +475,7 @@ conf = {{{packageName}}}.Configuration( return cls.get_default() @classmethod - def get_default(cls): + def get_default(cls) -> Self: """Return the default configuration. This method returns newly created, based on default constructor, @@ -350,11 +485,11 @@ conf = {{{packageName}}}.Configuration( :return: The configuration object. """ if cls._default is None: - cls._default = Configuration() + cls._default = cls() return cls._default @property - def logger_file(self): + def logger_file(self) -> Optional[str]: """The logger file. If the logger_file is None, then add stream handler and remove file @@ -366,7 +501,7 @@ conf = {{{packageName}}}.Configuration( return self.__logger_file @logger_file.setter - def logger_file(self, value): + def logger_file(self, value: Optional[str]) -> None: """The logger file. If the logger_file is None, then add stream handler and remove file @@ -385,7 +520,7 @@ conf = {{{packageName}}}.Configuration( logger.addHandler(self.logger_file_handler) @property - def debug(self): + def debug(self) -> bool: """Debug status :param value: The debug status, True or False. @@ -394,7 +529,7 @@ conf = {{{packageName}}}.Configuration( return self.__debug @debug.setter - def debug(self, value): + def debug(self, value: bool) -> None: """Debug status :param value: The debug status, True or False. @@ -416,7 +551,7 @@ conf = {{{packageName}}}.Configuration( httplib.HTTPConnection.debuglevel = 0 @property - def logger_format(self): + def logger_format(self) -> str: """The logger format. The logger_formatter will be updated when sets logger_format. @@ -427,7 +562,7 @@ conf = {{{packageName}}}.Configuration( return self.__logger_format @logger_format.setter - def logger_format(self, value): + def logger_format(self, value: str) -> None: """The logger format. The logger_formatter will be updated when sets logger_format. @@ -438,7 +573,7 @@ conf = {{{packageName}}}.Configuration( self.__logger_format = value self.logger_formatter = logging.Formatter(self.__logger_format) - def get_api_key_with_prefix(self, identifier, alias=None): + def get_api_key_with_prefix(self, identifier: str, alias: Optional[str]=None) -> Optional[str]: """Gets API key (with prefix if set). :param identifier: The identifier of apiKey. @@ -455,7 +590,9 @@ conf = {{{packageName}}}.Configuration( else: return key - def get_basic_auth_token(self): + return None + + def get_basic_auth_token(self) -> Optional[str]: """Gets HTTP basic authentication header (string). :return: The token for basic HTTP authentication. @@ -470,12 +607,12 @@ conf = {{{packageName}}}.Configuration( basic_auth=username + ':' + password ).get('authorization') - def auth_settings(self): + def auth_settings(self)-> AuthSettings: """Gets Auth Settings dict for api client. :return: The Auth Settings information dict. """ - auth = {} + auth: AuthSettings = {} {{#authMethods}} {{#isApiKey}} if '{{name}}' in self.api_key{{#vendorExtensions.x-auth-id-alias}} or '{{.}}' in self.api_key{{/vendorExtensions.x-auth-id-alias}}: @@ -533,7 +670,7 @@ conf = {{{packageName}}}.Configuration( {{/authMethods}} return auth - def to_debug_report(self): + def to_debug_report(self) -> str: """Gets the essential information for debugging. :return: The report for debugging. @@ -545,7 +682,7 @@ conf = {{{packageName}}}.Configuration( "SDK Package Version: {{packageVersion}}".\ format(env=sys.platform, pyversion=sys.version) - def get_host_settings(self): + def get_host_settings(self) -> List[HostSetting]: """Gets an array of host settings :return: An array of host settings @@ -580,7 +717,12 @@ conf = {{{packageName}}}.Configuration( {{/servers}} ] - def get_host_from_settings(self, index, variables=None, servers=None): + def get_host_from_settings( + self, + index: Optional[int], + variables: Optional[ServerVariablesT]=None, + servers: Optional[List[HostSetting]]=None, + ) -> str: """Gets host URL based on the index and variables :param index: array index of the host settings :param variables: hash of variable and the corresponding value @@ -620,12 +762,12 @@ conf = {{{packageName}}}.Configuration( return url @property - def host(self): + def host(self) -> str: """Return generated host.""" return self.get_host_from_settings(self.server_index, variables=self.server_variables) @host.setter - def host(self, value): + def host(self, value: str) -> None: """Fix base path.""" self._base_path = value self.server_index = None diff --git a/sdk-resources/resources/exceptions.mustache b/sdk-resources/resources/exceptions.mustache index cb1993236..5a7660d77 100644 --- a/sdk-resources/resources/exceptions.mustache +++ b/sdk-resources/resources/exceptions.mustache @@ -140,6 +140,13 @@ class ApiException(OpenApiException): if http_resp.status == 404: raise NotFoundException(http_resp=http_resp, body=body, data=data) + # Added new conditions for 409 and 422 + if http_resp.status == 409: + raise ConflictException(http_resp=http_resp, body=body, data=data) + + if http_resp.status == 422: + raise UnprocessableEntityException(http_resp=http_resp, body=body, data=data) + if 500 <= http_resp.status <= 599: raise ServiceException(http_resp=http_resp, body=body, data=data) raise ApiException(http_resp=http_resp, body=body, data=data) @@ -178,6 +185,16 @@ class ServiceException(ApiException): pass +class ConflictException(ApiException): + """Exception for HTTP 409 Conflict.""" + pass + + +class UnprocessableEntityException(ApiException): + """Exception for HTTP 422 Unprocessable Entity.""" + pass + + def render_path(path_to_item): """Returns a string representation of a path""" result = "" diff --git a/sdk-resources/resources/github-workflow.mustache b/sdk-resources/resources/github-workflow.mustache index 868124c0b..dd4948e6c 100644 --- a/sdk-resources/resources/github-workflow.mustache +++ b/sdk-resources/resources/github-workflow.mustache @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: @@ -25,15 +25,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi - - name: Lint with flake8 - run: | - # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + pip install -r requirements.txt + pip install -r test-requirements.txt - name: Test with pytest run: | - pytest + pytest --cov={{packageName}} diff --git a/sdk-resources/resources/gitlab-ci.mustache b/sdk-resources/resources/gitlab-ci.mustache index 8a6130a2f..10c70f616 100644 --- a/sdk-resources/resources/gitlab-ci.mustache +++ b/sdk-resources/resources/gitlab-ci.mustache @@ -14,9 +14,6 @@ stages: - pip install -r test-requirements.txt - pytest --cov={{{packageName}}} -pytest-3.7: - extends: .pytest - image: python:3.7-alpine pytest-3.8: extends: .pytest image: python:3.8-alpine @@ -29,3 +26,6 @@ pytest-3.10: pytest-3.11: extends: .pytest image: python:3.11-alpine +pytest-3.12: + extends: .pytest + image: python:3.12-alpine diff --git a/sdk-resources/resources/model_generic.mustache b/sdk-resources/resources/model_generic.mustache index 942403289..9fa35c84f 100644 --- a/sdk-resources/resources/model_generic.mustache +++ b/sdk-resources/resources/model_generic.mustache @@ -18,7 +18,7 @@ from typing_extensions import Self from typing import TYPE_CHECKING if TYPE_CHECKING: {{#mappedModels}} - from {{packageName}}.models.{{model.classVarName}} import {{modelName}} + from {{packageName}}.models.{{model.classFilename}} import {{modelName}} {{/mappedModels}} {{/discriminator}} @@ -73,15 +73,22 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}} {{/isNullable}} {{/required}} + {{#isContainer}} {{#isArray}} for i in value: if i not in set([{{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}}, {{/-last}}{{/enumVars}}{{/allowableValues}}]): raise ValueError("each list item must be one of ({{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}}, {{/-last}}{{/enumVars}}{{/allowableValues}})") {{/isArray}} - {{^isArray}} + {{#isMap}} + for i in value.values(): + if i not in set([{{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}}, {{/-last}}{{/enumVars}}{{/allowableValues}}]): + raise ValueError("dict values must be one of enum values ({{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}}, {{/-last}}{{/enumVars}}{{/allowableValues}})") + {{/isMap}} + {{/isContainer}} + {{^isContainer}} if value not in set([{{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}}, {{/-last}}{{/enumVars}}{{/allowableValues}}]): raise ValueError("must be one of enum values ({{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}}, {{/-last}}{{/enumVars}}{{/allowableValues}})") - {{/isArray}} + {{/isContainer}} return value {{/isEnum}} {{/vars}} @@ -120,8 +127,8 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}} def to_json(self) -> str: """Returns the JSON representation of the model using alias""" - return self.model_dump_json(by_alias=True, exclude_unset=True) - + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) @classmethod def from_json(cls, json_str: str) -> Optional[{{^hasChildren}}Self{{/hasChildren}}{{#hasChildren}}{{#discriminator}}Union[{{#mappedModels}}{{{modelName}}}{{^-last}}, {{/-last}}{{/mappedModels}}]{{/discriminator}}{{^discriminator}}Self{{/discriminator}}{{/hasChildren}}]: @@ -254,7 +261,7 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}} object_type = cls.get_discriminator_value(obj) {{#mappedModels}} if object_type == '{{{modelName}}}': - return import_module("{{packageName}}.models.{{model.classVarName}}").{{modelName}}.from_dict(obj) + return import_module("{{packageName}}.models.{{model.classFilename}}").{{modelName}}.from_dict(obj) {{/mappedModels}} raise ValueError("{{{classname}}} failed to lookup discriminator value from " + @@ -349,7 +356,7 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}} {{/items.isContainer}} {{/items.isEnumOrRef}} {{#items.isEnumOrRef}} - "{{{baseName}}}": dict((_k, _v) for _k, _v in obj.get("{{{baseName}}}").items()){{^-last}},{{/-last}} + "{{{baseName}}}": dict((_k, _v) for _k, _v in obj.get("{{{baseName}}}").items()) if obj.get("{{{baseName}}}") is not None else None{{^-last}},{{/-last}} {{/items.isEnumOrRef}} {{/items.isPrimitiveType}} {{#items.isPrimitiveType}} diff --git a/sdk-resources/resources/pyproject.mustache b/sdk-resources/resources/pyproject.mustache index 24030f9e9..8dab7dec7 100644 --- a/sdk-resources/resources/pyproject.mustache +++ b/sdk-resources/resources/pyproject.mustache @@ -5,35 +5,36 @@ description = "{{{appName}}}" authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"] license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}" readme = "README.md" -repository = "https://github.com/{{{gitUserId}}}/{{{gitRepoId}}}" +repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}" keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"] include = ["{{packageName}}/py.typed"] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.8" -urllib3 = ">= 1.25.3" -python-dateutil = ">=2.8.2" +urllib3 = ">= 1.25.3, < 3.0.0" +python-dateutil = ">= 2.8.2" {{#asyncio}} aiohttp = ">= 3.8.4" aiohttp-retry = ">= 2.8.3" {{/asyncio}} {{#tornado}} -tornado = ">=4.2,<5" +tornado = ">=4.2, <5" {{/tornado}} {{#hasHttpSignatureMethods}} pem = ">= 19.3.0" pycryptodome = ">= 3.9.0" {{/hasHttpSignatureMethods}} -pydantic = ">=2" -typing-extensions = ">=4.7.1" +pydantic = ">= 2" +typing-extensions = ">= 4.7.1" [tool.poetry.dev-dependencies] -pytest = ">=7.2.1" -tox = ">=3.9.0" -flake8 = ">=4.0.0" -types-python-dateutil = ">=2.8.19.14" -mypy = "1.4.1" +pytest = ">= 7.2.1" +pytest-cov = ">= 2.8.1" +tox = ">= 3.9.0" +flake8 = ">= 4.0.0" +types-python-dateutil = ">= 2.8.19.14" +mypy = ">= 1.5" [build-system] @@ -59,7 +60,7 @@ warn_unused_ignores = true ## Getting these passing should be easy strict_equality = true -strict_concatenate = true +extra_checks = true ## Strongly recommend enabling this one as soon as you can check_untyped_defs = true @@ -80,3 +81,20 @@ disallow_any_generics = true # ### This one can be tricky to get passing if you use a lot of untyped libraries #warn_return_any = true + +[[tool.mypy.overrides]] +module = [ + "{{{packageName}}}.configuration", +] +warn_unused_ignores = true +strict_equality = true +extra_checks = true +check_untyped_defs = true +disallow_subclassing_any = true +disallow_untyped_decorators = true +disallow_any_generics = true +disallow_untyped_calls = true +disallow_incomplete_defs = true +disallow_untyped_defs = true +no_implicit_reexport = true +warn_return_any = true diff --git a/sdk-resources/resources/requirements.mustache b/sdk-resources/resources/requirements.mustache index 5412515b5..82746ec22 100644 --- a/sdk-resources/resources/requirements.mustache +++ b/sdk-resources/resources/requirements.mustache @@ -1,12 +1,15 @@ -python_dateutil >= 2.5.3 -setuptools >= 21.0.0 -urllib3 >= 1.25.3, < 2.1.0 -pydantic >= 2 -typing-extensions >= 4.7.1 +urllib3 >= 1.25.3, < 3.0.0 +python_dateutil >= 2.8.2 {{#asyncio}} -aiohttp >= 3.0.0 +aiohttp >= 3.8.4 aiohttp-retry >= 2.8.3 {{/asyncio}} +{{#tornado}} +tornado = ">= 4.2, < 5" +{{/tornado}} {{#hasHttpSignatureMethods}} +pem >= 19.3.0 pycryptodome >= 3.9.0 {{/hasHttpSignatureMethods}} +pydantic >= 2 +typing-extensions >= 4.7.1 diff --git a/sdk-resources/resources/rest.mustache b/sdk-resources/resources/rest.mustache index 07aa7ee3f..fc71a59cf 100644 --- a/sdk-resources/resources/rest.mustache +++ b/sdk-resources/resources/rest.mustache @@ -215,7 +215,7 @@ class RESTClientObject: headers=headers, preload_content=False ) - elif headers['Content-Type'] == 'text/plain' and isinstance(body, bool): + elif headers['Content-Type'].startswith('text/') and isinstance(body, bool): request_body = "true" if body else "false" r = self.pool_manager.request( method, diff --git a/sdk-resources/resources/setup.mustache b/sdk-resources/resources/setup.mustache index cb372a5e0..7bdd68477 100644 --- a/sdk-resources/resources/setup.mustache +++ b/sdk-resources/resources/setup.mustache @@ -12,23 +12,20 @@ from setuptools import setup, find_packages # noqa: H301 # http://pypi.python.org/pypi/setuptools NAME = "{{{projectName}}}" VERSION = "{{packageVersion}}" -PYTHON_REQUIRES = ">=3.7" -{{#apiInfo}} -{{#apis}} -{{#-last}} +PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ - "urllib3 >= 1.25.3, < 2.1.0", - "python-dateutil", + "urllib3 >= 1.25.3, < 3.0.0", + "python-dateutil >= 2.8.2", {{#asyncio}} - "aiohttp >= 3.0.0", + "aiohttp >= 3.8.4", "aiohttp-retry >= 2.8.3", {{/asyncio}} {{#tornado}} - "tornado>=4.2,<5", + "tornado>=4.2, < 5", {{/tornado}} {{#hasHttpSignatureMethods}} - "pem>=19.3.0", - "pycryptodome>=3.9.0", + "pem >= 19.3.0", + "pycryptodome >= 3.9.0", {{/hasHttpSignatureMethods}} "pydantic >= 2", "typing-extensions >= 4.7.1", @@ -51,7 +48,4 @@ setup( {{appDescription}} """, # noqa: E501 package_data={"{{{packageName}}}": ["py.typed"]}, -) -{{/-last}} -{{/apis}} -{{/apiInfo}} +) \ No newline at end of file diff --git a/sdk-resources/resources/test-requirements.mustache b/sdk-resources/resources/test-requirements.mustache index 8e6d8cb13..e98555c11 100644 --- a/sdk-resources/resources/test-requirements.mustache +++ b/sdk-resources/resources/test-requirements.mustache @@ -1,5 +1,6 @@ -pytest~=7.1.3 -pytest-cov>=2.8.1 -pytest-randomly>=3.12.0 -mypy>=1.4.1 -types-python-dateutil>=2.8.19 +pytest >= 7.2.1 +pytest-cov >= 2.8.1 +tox >= 3.9.0 +flake8 >= 4.0.0 +types-python-dateutil >= 2.8.19.14 +mypy >= 1.5 diff --git a/sdk-resources/resources/travis.mustache b/sdk-resources/resources/travis.mustache index 53cb57e84..155d9a763 100644 --- a/sdk-resources/resources/travis.mustache +++ b/sdk-resources/resources/travis.mustache @@ -1,13 +1,13 @@ # ref: https://docs.travis-ci.com/user/languages/python language: python python: - - "3.7" - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" # uncomment the following if needed - #- "3.11-dev" # 3.11 development branch + #- "3.12-dev" # 3.12 development branch #- "nightly" # nightly build # command to install dependencies install: diff --git a/setup.py b/setup.py index 12d8ecb39..6e6e659ae 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,9 @@ # http://pypi.python.org/pypi/setuptools NAME = "sailpoint" VERSION = "1.2.5" -PYTHON_REQUIRES = ">=3.7" +PYTHON_REQUIRES = ">=3.8" REQUIRES = [ - "urllib3 >= 1.25.3, < 2.1.0", "python-dateutil", "pydantic >= 2", + "urllib3 >= 1.25.3, < 3.0.0", "python-dateutil", "pydantic >= 2", "typing-extensions >= 4.7.1", "xmltodict>=0.14.2" ]