Okta · Schema

SchemeApplicationCredentials

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

Properties

Name Type Description
password object
revealPassword boolean
scheme object
signing object
userName string
View JSON Schema on GitHub

JSON Schema

okta-schemeapplicationcredentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SchemeApplicationCredentials",
  "title": "SchemeApplicationCredentials",
  "type": "object",
  "properties": {
    "password": {
      "$ref": "#/components/schemas/PasswordCredential"
    },
    "revealPassword": {
      "type": "boolean"
    },
    "scheme": {
      "$ref": "#/components/schemas/ApplicationCredentialsScheme"
    },
    "signing": {
      "$ref": "#/components/schemas/ApplicationCredentialsSigning"
    },
    "userName": {
      "type": "string"
    }
  },
  "x-okta-parent": "#/definitions/ApplicationCredentials",
  "x-okta-tags": [
    "Application"
  ]
}