Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.52 KB

SalesforceApplication.md

File metadata and controls

20 lines (16 loc) · 1.52 KB

Okta.Sdk.Model.SalesforceApplication

Schema for the Salesforce app (key name: salesforce) To create a Salesforce app, use the Create an Application request with the following parameters in the request body. > Note: The Salesforce app only supports BROWSER_PLUGIN, BOOKMARK, and SAML_2_0 sign-on modes.

Properties

Name Type Description Notes
Accessibility ApplicationAccessibility [optional]
Credentials SchemeApplicationCredentials [optional]
Label string User-defined display name for app
Licensing ApplicationLicensing [optional]
Name string
Profile Dictionary<string, Object> Contains any valid JSON schema for specifying properties that can be referenced from a request (only available to OAuth 2.0 client apps) [optional]
SignOnMode string [optional]
Status ApplicationLifecycleStatus [optional]
Visibility ApplicationVisibility [optional]
Settings SalesforceApplicationSettings

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