Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/HttpDispatchMode.md
2025-02-20 12:59:19 -05:00

576 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
beta-http-dispatch-mode HttpDispatchMode HttpDispatchMode HttpDispatchMode pythonsdk
python
Python
sdk
HttpDispatchMode
BetaHttpDispatchMode
/tools/sdk/python/beta/models/http-dispatch-mode
SDK
Software Development Kit
HttpDispatchMode
BetaHttpDispatchMode

HttpDispatchMode

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

Enum

  • SYNC (value: 'SYNC')

  • ASYNC (value: 'ASYNC')

  • DYNAMIC (value: 'DYNAMIC')

[Back to top]