action keycloak_get_realm_roles_role_name_composites_realm { label: "Get realm-level roles of the role’s composite" provider: keycloak method: GET path: "/{realm}/roles/{role-name}/composites/realm" encoding: json output: { type: "object" additionalProperties: true } }