action keycloak_get_realm_components { label: "get_realm_components" provider: keycloak method: GET path: "/{realm}/components" encoding: json input: { type: "object" properties: { name: { type: "string" } parent: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }