Okta.Sdk.Model.AppServiceAccount

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
ContainerGlobalNamestringThe key name of the app in the Okta Integration Network (OIN)[optional] [readonly]
ContainerInstanceNamestringThe app instance label[optional] [readonly]
ContainerOrnstringThe 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.
CreatedDateTimeOffsetTimestamp when the app service account was created[optional] [readonly]
DescriptionstringThe description of the app service account[optional]
IdstringThe UUID of the app service account[optional] [readonly]
LastUpdatedDateTimeOffsetTimestamp when the app service account was last updated[optional] [readonly]
NamestringThe user-defined name for the app service account
OwnerGroupIdsList<string>A list of IDs of the Okta groups who own the app service account[optional]
OwnerUserIdsList<string>A list of IDs of the Okta users who own the app service account[optional]
PasswordstringThe app service account password. Required for apps that don't have provisioning enabled or don't support password synchronization.[optional]
StatusServiceAccountStatus[optional]
StatusDetailServiceAccountStatusDetail[optional]
UsernamestringThe 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.

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