Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 918 Bytes

File metadata and controls

13 lines (9 loc) · 918 Bytes

Okta.Sdk.Model.InlineHookChannelConfig

Properties of the communications channel that are used to contact your external service

Properties

Name Type Description Notes
Headers List<InlineHookChannelConfigHeaders> An optional list of key/value pairs for headers that you can send with the request to the external service [optional]
Method string The method of the Okta inline hook request [optional]
Uri string The external service endpoint that executes the inline hook handler. It must begin with `https://` and be reachable by Okta. No white space is allowed in the URI. [optional]

[Back to Model list] [Back to API list] [Back to README]