Skip to content

Terminology Guide

This guide defines ALTR product names and terms that have a specific meaning in ALTR’s documentation, particularly ones that sound similar to each other but describe different capabilities.

TermDefinition
ALTRThe platform. Always written in all caps.
ALTRNetThe ALTR web portal you sign into to manage data sources, policies, and settings.
Single Sign-On (SSO)Authenticates ALTR administrators through your organization’s identity provider (IdP) instead of a separate ALTR password.
System for Cross-domain Identity Management (SCIM)Provisions and deprovisions ALTR administrator accounts directly from your IdP. Currently supported with Okta.
ImpersonationLets multiple users securely share a login to a database without sharing credentials, using a temporary token gated through SSO/SCIM.
TermDefinition
Database Activity Monitoring (DAM)Query-level activity in your connected databases — what was queried, by whom, when, and from where.
Audit LoggingEvents inside the ALTR platform itself — system events and administrative actions. Distinct from Database Activity Monitoring, which covers your databases, not ALTR’s own platform.
Audit ReportsFormatted, reviewable reports generated over Database Activity Monitoring query activity.
DAM AlertingA rule-based, notification-only engine that evaluates Database Activity Monitoring data and sends notifications through email or a connected channel when a rule matches.
Policy AlertsA legacy, Snowflake-only alerting capability configured inside a masking policy, based on access rate or time window, that can block access. Distinct from DAM Alerting, which is notification-only.
TermDefinition
Masking TypeThe specific masking behavior a masking policy applies to a value — for example, redaction or hashing.
Access Management Policy (AMP)Controls access to schema objects, such as tables and views.
Row Access PolicyControls access to individual rows within a table. Distinct from Access Management Policy, which controls schema objects rather than rows.
TermDefinition
Format-Preserving Encryption (FPE)Encrypts a value while preserving its original format, so an encrypted value fits the same field length and type as the original.
Bring Your Own Key (BYOK)Lets you supply and control the encryption key ALTR uses, rather than using an ALTR-managed key.
Vaulted TokenizationReplaces a sensitive value with a token, storing the original value so it can be recovered by an authorized user or process.
Critical TokenizationVaulted tokenization plus an additional scattering step, for the highest-sensitivity data.
TermDefinition
OLTPOnline transaction processing databases — for example, MySQL, PostgreSQL, SQL Server, and Oracle — that ALTR connects to through a sidecar.
SidecarThe proxy that runs on your infrastructure to monitor and protect OLTP database traffic in real time. Also called an agent.
Classification AgentA standing OLTP component that runs classification jobs against a repository on a schedule. Distinct from the sidecar and from a scout agent.
Security Intelligence Scout (SIS)A database audit agent that reads a database’s native audit trail on a polling basis and publishes the activity to ALTR for database activity monitoring, alongside the sidecar.
Validated DatabasesThe specific OLTP database versions ALTR’s sidecar has been validated against.
TermDefinition
Classifier RulesThe conditions — such as column name lookups, regular expression matches, or ML-based classifiers — that ALTR uses to match data during classification.
Processing LocationWhere a classification job runs: ALTR Hosted, In-Warehouse (Snowflake only), or the OLTP Classification Agent.
TermDefinition
Snowflake MarketplaceThe Snowflake listing used to provision an ALTR integration directly from Snowflake.
Microsoft Entra IDMicrosoft’s identity provider, formerly named Azure Active Directory.