Red Hat · JSON Structure

Red Hat Keycloak Admin User Structure

Type: object Properties: 11
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

id username firstName lastName email emailVerified enabled createdTimestamp attributes credentials requiredActions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "User",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "emailVerified": {
      "type": "boolean"
    },
    "enabled": {
      "type": "boolean"
    },
    "createdTimestamp": {
      "type": "integer"
    },
    "attributes": {
      "type": "object"
    },
    "credentials": {
      "type": "array"
    },
    "requiredActions": {
      "type": "array"
    }
  }
}