mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.6 KiB
1.6 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-search-form-definitions-by-tenant400-response | SearchFormDefinitionsByTenant400Response | SearchFormDefinitionsByTenant400Response | SearchFormDefinitionsByTenant400Response | pythonsdk |
|
/tools/sdk/python/v2024/models/search-form-definitions-by-tenant400-response |
|
SearchFormDefinitionsByTenant400Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| detail_code | str | [optional] | |
| messages | []ErrorMessage | [optional] | |
| status_code | int | [optional] | |
| tracking_id | str | [optional] | |
| } |
Example
from sailpoint.v2024.models.search_form_definitions_by_tenant400_response import SearchFormDefinitionsByTenant400Response
search_form_definitions_by_tenant400_response = SearchFormDefinitionsByTenant400Response(
detail_code='',
messages=[
sailpoint.v2024.models.error_message_is_the_standard_api_error_response_message_type/.ErrorMessage is the standard API error response message type.(
locale = 'en-US',
locale_origin = 'DEFAULT',
text = 'This is an error', )
],
status_code=56,
tracking_id=''
)