Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/HttpDispatchMode.md
2025-04-01 09:23:12 -04:00

580 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-http-dispatch-mode HttpDispatchMode HttpDispatchMode HttpDispatchMode pythonsdk
python
Python
sdk
HttpDispatchMode
V2025HttpDispatchMode
/tools/sdk/python/v2025/models/http-dispatch-mode
SDK
Software Development Kit
HttpDispatchMode
V2025HttpDispatchMode

HttpDispatchMode

HTTP response modes, i.e. SYNC, ASYNC, or DYNAMIC.

Enum

  • SYNC (value: 'SYNC')

  • ASYNC (value: 'ASYNC')

  • DYNAMIC (value: 'DYNAMIC')

[Back to top]