Red Hat · JSON Structure

Red Hat Keycloak Admin Realm Structure

Type: object Properties: 12
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Realm is a JSON Structure definition published by Red Hat, describing 12 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id realm displayName enabled registrationAllowed loginWithEmailAllowed duplicateEmailsAllowed resetPasswordAllowed sslRequired accessTokenLifespan ssoSessionIdleTimeout ssoSessionMaxLifespan

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Realm",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "realm": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "registrationAllowed": {
      "type": "boolean"
    },
    "loginWithEmailAllowed": {
      "type": "boolean"
    },
    "duplicateEmailsAllowed": {
      "type": "boolean"
    },
    "resetPasswordAllowed": {
      "type": "boolean"
    },
    "sslRequired": {
      "type": "string"
    },
    "accessTokenLifespan": {
      "type": "integer"
    },
    "ssoSessionIdleTimeout": {
      "type": "integer"
    },
    "ssoSessionMaxLifespan": {
      "type": "integer"
    }
  }
}