Red Hat · JSON Structure

Red Hat Keycloak Admin Role Structure

Type: object Properties: 5
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

id name description composite clientRole

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Role",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "composite": {
      "type": "boolean"
    },
    "clientRole": {
      "type": "boolean"
    }
  }
}