get_realm_events_config
Retrieve event configuration details for a specified realm in Keycloak to manage identity and access settings effectively. Returns the configuration object for analysis or further use.
Instructions
Get realm events configuration.
Args:
realm: Target realm (uses default if not specified)
Returns:
Events configuration object
Input Schema
Name | Required | Description | Default |
---|---|---|---|
realm | No |
Input Schema (JSON Schema)
{
"properties": {
"realm": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Realm"
}
},
"title": "get_realm_events_configArguments",
"type": "object"
}