Okta.Sdk.Model.AppServiceAccount
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ContainerGlobalName | string | The key name of the app in the Okta Integration Network (OIN) | [optional] [readonly] |
| ContainerInstanceName | string | The app instance label | [optional] [readonly] |
| ContainerOrn | string | The ORN of the relevant resource. Use the specific app ORN format (`orn:{partition}:idp:{yourOrgId}:apps:{appType}:{appId}`) to identify an Okta app instance in your org. | |
| Created | DateTimeOffset | Timestamp when the app service account was created | [optional] [readonly] |
| Description | string | The description of the app service account | [optional] |
| Id | string | The UUID of the app service account | [optional] [readonly] |
| LastUpdated | DateTimeOffset | Timestamp when the app service account was last updated | [optional] [readonly] |
| Name | string | The user-defined name for the app service account | |
| OwnerGroupIds | List<string> | A list of IDs of the Okta groups who own the app service account | [optional] |
| OwnerUserIds | List<string> | A list of IDs of the Okta users who own the app service account | [optional] |
| Password | string | The app service account password. Required for apps that don't have provisioning enabled or don't support password synchronization. | [optional] |
| Status | ServiceAccountStatus | [optional] | |
| StatusDetail | ServiceAccountStatusDetail | [optional] | |
| Username | string | The username that serves as the direct link to your managed app account. Ensure that this value precisely matches the identifier of the target app account. |