Red Hat · Example Payload

Red Hat Keycloak Admin Client Example

A sample description.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Red Hat Keycloak Admin Client Example is an example object payload from Red Hat, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idclientIdnamedescriptionenabledprotocolpublicClientrootUrlredirectUriswebOriginsserviceAccountsEnabledauthorizationServicesEnabled

Example Payload

Raw ↑
{
  "id": "abc123",
  "clientId": "500123",
  "name": "Example Title",
  "description": "A sample description.",
  "enabled": true,
  "protocol": "example_value",
  "publicClient": true,
  "rootUrl": "https://www.example.com",
  "redirectUris": [],
  "webOrigins": [],
  "serviceAccountsEnabled": true,
  "authorizationServicesEnabled": true
}