Skip to content
Release: Australia · Updated: 2026-05-27 · Official documentation · View source

License key discovery and access control tables

Reference information for the tables, fields, access control, and scheduled job used by license key discovery in Agent Client Collector for Visibility Content.

Tables

License key discovery uses the following tables.

TableLabelPurpose
sn_acc_vis_content_license_registry_configLicense Registry ConfigurationAdmin-managed list of registry paths and value names to collect from managed endpoints.
sn_acc_vis_content_license_keysLicense KeysStores the license key values collected from endpoint devices.

License Keys table fields

The License Keys [sn_acc_vis_content_license_keys] table stores the following fields for each discovered key.

FieldDescription
Configuration ItemDevice the key was collected from. Table: cmdb\_ci\_computer.
ProductSAM product associated with this key. Table: samp\_sw\_product.
UserThis field is automatically set to the user assigned to the CI. Table: sys\_user.
License Key ConfigConfiguration rule that discovered this key. Table: sn\_acc\_vis\_content\_license\_registry\_config.
Resolved Registry PathExact registry path the key was read from on the endpoint.
License KeyDiscovered key value.
Last ScannedDate the key was last detected by the agent.
AbsentSelected when the key is no longer found on the device. Records are never deleted, they are marked Absent instead.

License Registry Configuration form fields

The following table describes the fields in the License Registry Configuration [sn_acc_vis_content_license_registry_config] table.

FieldDescription
ProductSAM product this license key belongs to. Links to the SAM Professional product catalog.
Registry PathWindows registry path where the key is stored. For example, HKLM\SOFTWARE\Microsoft\Office\16.0\Registration.
Registry Value NameSpecific registry value to read. For example, DigitalProductId.
NameThis field is automatically set to a combination of the Product and Registry Value Name values.
DescriptionNotes about this configuration record.
ActiveIndicator of whether this record is included in future collections. Clearing this check box removes the record from future collections.

Note: The combination of Product, Registry Path, and Registry Value Name must be unique across all configuration records.

Access control

The following table shows which roles can access each license key discovery table.

RoleLicense Registry Configuration tableLicense Keys table
ACC application admin (agent_client_collector_admin)Read, write, createRead only
Discovery admin (discovery_admin)Read, write, createRead only
SAM admin (sam_admin)Read onlyRead only
All other rolesNo accessNo access

Scheduled job

The following scheduled job supports license key discovery.

JobScheduleCondition
Refresh License Key Config FileDaily at 8:30 a.m. UTCRuns only when the sn_acc_vis_content.enable_license_key_discovery property is set to true and the SAM Professional plugin (com.snc.samp) is activated.

Parent Topic:Agent Client Collector for Visibility Content reference