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