Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.89 KB

File metadata and controls

14 lines (10 loc) · 1.89 KB

Okta.Sdk.Model.Scim

SCIM configuration details

Properties

Name Type Description Notes
AuthMode string The authentication mode for requests to your SCIM server authMode
BaseUri string The base URL that Okta uses to send outbound calls to your SCIM server. Only the HTTPS protocol is supported. You can use the app-level variables defined in the `config` array for the base URL. For example, if you have a `subdomain` variable defined in the `config` array and the URL to retrieve SCIM users for your integration is `https://${subdomain}.example.com/scim/v2/Users`, then specify the following base URL: `'https://' + app.subdomain + '.example.com/scim/v2'`.
ScimServerConfig ScimScimServerConfig
SetupInstructionsUri string The URL to your customer-facing instructions for configuring your SCIM integration. See Customer configuration document guidelines.

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