Red Hat · JSON Structure

Red Hat Keycloak Admin Client Structure

Type: object Properties: 12
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Client 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 clientId name description enabled protocol publicClient rootUrl redirectUris webOrigins serviceAccountsEnabled authorizationServicesEnabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Client",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "clientId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "protocol": {
      "type": "string"
    },
    "publicClient": {
      "type": "boolean"
    },
    "rootUrl": {
      "type": "string"
    },
    "redirectUris": {
      "type": "array"
    },
    "webOrigins": {
      "type": "array"
    },
    "serviceAccountsEnabled": {
      "type": "boolean"
    },
    "authorizationServicesEnabled": {
      "type": "boolean"
    }
  }
}