Get realm configuration
keycloak_realm_get_configRetrieve a curated, read-only subset of realm configuration including security settings, authentication flags, and session lifespans. Inspect key realm settings without retrieving the full representation.
Instructions
Read-only. Returns a curated subset of the realm's configuration as a JSON object, including realm name and enabled state, self-registration and password-reset flags, email verification and login-with-email settings, brute-force protection, the SSL requirement, and token and SSO session lifespans. Use this to inspect security-relevant realm settings without retrieving the full realm representation. Takes no parameters; it is idempotent and never modifies Keycloak.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||