Red Hat · Example Payload

Red Hat Keycloak Admin Identity Provider Representation Example

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Top-level fields

aliasdisplayNameproviderIdenabledconfig

Example Payload

Raw ↑
{
  "alias": "example_value",
  "displayName": "example_value",
  "providerId": "500123",
  "enabled": true,
  "config": "example_value"
}