Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1004 Bytes

EventHookChannelConfig.md

File metadata and controls

13 lines (9 loc) · 1004 Bytes

Okta.Sdk.Model.EventHookChannelConfig

Properties

Name Type Description Notes
AuthScheme EventHookChannelConfigAuthScheme [optional]
Headers List<EventHookChannelConfigHeader> Optional list of key/value pairs for headers that can be sent with the request to the external service. For example, `X-Other-Header` is an example of an optional header, with a value of `my-header-value`, that you want Okta to pass to your external service. [optional]
Method string The method of the Okta event hook request [optional] [readonly]
Uri string The external service endpoint called to execute the event hook handler

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