Okta.Sdk.Model.InlineHookOAuthClientSecretConfigCreate
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientSecret | string | A private value provided by the service used to authenticate the identity of the app to the service | [optional] |
| Method | string | The method of the Okta inline hook request. Only accepts `POST`. | [optional] |
| Headers | List<InlineHookChannelConfigHeaders> | An optional list of key/value pairs for headers that you can send with the request to the external service | [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] |