Okta · Schema

IonField

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

Properties

Name Type Description
form object
label string
mutable boolean
name string
required boolean
secret boolean
type string
value object
visible boolean
View JSON Schema on GitHub

JSON Schema

okta-ionfield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IonField",
  "title": "IonField",
  "type": "object",
  "properties": {
    "form": {
      "$ref": "#/components/schemas/IonForm"
    },
    "label": {
      "type": "string"
    },
    "mutable": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "required": {
      "type": "boolean"
    },
    "secret": {
      "type": "boolean"
    },
    "type": {
      "type": "string"
    },
    "value": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {}
      }
    },
    "visible": {
      "type": "boolean"
    }
  },
  "x-okta-tags": [
    "Ion"
  ]
}