Okta.Sdk.Model.BookmarkApplication

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AccessibilityApplicationAccessibility[optional]
CreatedDateTimeOffsetTimestamp when the application object was created[optional] [readonly]
FeaturesList<string>Enabled app features > Note: See Application Features for app provisioning features.[optional] [readonly]
IdstringUnique ID for the app instance[optional] [readonly]
LabelstringUser-defined display name for app
LastUpdatedDateTimeOffsetTimestamp when the application object was last updated[optional] [readonly]
LicensingApplicationLicensing[optional]
OrnstringThe Okta resource name (ORN) for the current app instance[optional] [readonly]
ProfileDictionary<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]
SignOnModeApplicationSignOnMode
StatusApplicationLifecycleStatus[optional]
UniversalLogoutApplicationUniversalLogout[optional]
VisibilityApplicationVisibility[optional]
EmbeddedApplicationEmbedded[optional]
LinksApplicationLinks[optional]
CredentialsApplicationCredentials[optional]
Namestring`bookmark` is the key name for a Bookmark app
SettingsBookmarkApplicationSettings

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