Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.6 KB

File metadata and controls

27 lines (23 loc) · 2.6 KB

Okta.Sdk.Model.BrowserPluginApplication

Properties

Name Type Description Notes
Accessibility ApplicationAccessibility [optional]
Created DateTimeOffset Timestamp when the application object was created [optional] [readonly]
Features List<string> Enabled app features > Note: See Application Features for app provisioning features. [optional] [readonly]
Id string Unique ID for the app instance [optional] [readonly]
Label string User-defined display name for app
LastUpdated DateTimeOffset Timestamp when the application object was last updated [optional] [readonly]
Licensing ApplicationLicensing [optional]
Orn string The Okta resource name (ORN) for the current app instance [optional] [readonly]
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). For example, add an app manager contact email address or define an allowlist of groups that you can then reference using the Okta Expression Language `getFilteredGroups` function. > Notes: > * `profile` isn't encrypted, so don't store sensitive data in it. > * `profile` doesn't limit the level of nesting in the JSON schema you created, but there is a practical size limit. Okta recommends a JSON schema size of 1 MB or less for best performance. [optional]
SignOnMode ApplicationSignOnMode
Status ApplicationLifecycleStatus [optional]
UniversalLogout ApplicationUniversalLogout [optional]
Visibility ApplicationVisibility [optional]
Embedded ApplicationEmbedded [optional]
Links ApplicationLinks [optional]
Credentials SchemeApplicationCredentials [optional]
Name string The key name for the app definition
Settings SwaApplicationSettings

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