Okta.Sdk.Model.CatalogApplication
October 22, 2025 ยท View on GitHub
An app in the OIN catalog
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Category | string | Category for the app in the OIN catalog | [optional] [readonly] |
| Description | string | Description of the app in the OIN catalog | [optional] [readonly] |
| DisplayName | string | OIN catalog app display name | [optional] [readonly] |
| Features | List<string> | Features supported by the app. See app features. | [optional] [readonly] |
| Id | string | ID of the app instance. Okta returns this property only for apps not in the OIN catalog. | [optional] [readonly] |
| LastUpdated | DateTimeOffset | Timestamp when the object was last updated | [optional] [readonly] |
| Name | string | App key name. For OIN catalog apps, this is a unique key for the app definition. | [optional] |
| SignOnModes | List<string> | Authentication mode for the app. See app signOnMode. | [optional] |
| Status | CatalogApplicationStatus | [optional] | |
| VerificationStatus | string | OIN verification status of the catalog app | [optional] |
| Website | string | Website of the OIN catalog app | [optional] |
| Links | CatalogApplicationLinks | [optional] |