action keycloak_get_realm_authentication_unregistered_required_actions { label: "Get unregistered required actions Returns a list of unregistered required actions." provider: keycloak method: GET path: "/{realm}/authentication/unregistered-required-actions" encoding: json output: { type: "object" additionalProperties: true } }