Okta · Schema

ApplicationCredentialsUsernameTemplate

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

Properties

Name Type Description
pushStatus string
suffix string
template string
type string
View JSON Schema on GitHub

JSON Schema

okta-applicationcredentialsusernametemplate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationCredentialsUsernameTemplate",
  "title": "ApplicationCredentialsUsernameTemplate",
  "type": "object",
  "properties": {
    "pushStatus": {
      "type": "string"
    },
    "suffix": {
      "type": "string"
    },
    "template": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Application"
  ]
}