Okta · Schema

OAuthApplicationCredentials

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
oauthClient object
View JSON Schema on GitHub

JSON Schema

okta-oauthapplicationcredentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OAuthApplicationCredentials",
  "title": "OAuthApplicationCredentials",
  "type": "object",
  "properties": {
    "oauthClient": {
      "$ref": "#/components/schemas/ApplicationCredentialsOAuthClient"
    }
  },
  "x-okta-parent": "#/definitions/ApplicationCredentials",
  "x-okta-tags": [
    "Application"
  ]
}