Red Hat · JSON Structure

Red Hat Keycloak Admin Identity Provider Representation Structure

Type: object Properties: 5
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

IdentityProviderRepresentation 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

alias displayName providerId enabled config

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IdentityProviderRepresentation",
  "type": "object",
  "properties": {
    "alias": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "providerId": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "config": {
      "type": "object"
    }
  }
}