Asset Enriched Attributes Properties

The following table defines the properties in a Tenable Data Stream asset_enriched_attributes payload file. To see an example, go to Asset Enriched Attributes Payload Files.

Property Data Type Description
payload_id string The ID of the payload sent from Tenable Vulnerability Management.
version integer The version of the payload. This number increments when the payload structure changes.
type string The type of payload, for example, ASSET_ENRICHED_ATTRIBUTES.
count_updated integer The number of objects updated in the payload.
count_deleted integer The number of objects deleted in the payload.
updates[{}] array of objects Contains the objects updated in the payload.
updates[].asset_id string The UUID of the asset for which the system updated an asset. Use this value as the unique key for the asset.
updates[{}].ratings object Contains information about asset scores.
updates[].ratings.aes.score number The Asset Exposure Score (AES) for the asset.
updates[].ratings.acr.score number The Asset Criticality Rating (ACR) for the asset.
updates[].product string The product the asset applies to, for example, VM for Tenable Vulnerability Management or WAS for Tenable Web App Scanning
deletes[] array Contains asset attributes deleted in the payload.
deletes[].id string Indicates the ID for the deleted asset attribute.
deletes[].deleted_at string An ISO timestamp indicating the date and time when the asset attribute was deleted.
first_ts integer A Unix timestamp indicating the date and time of the first entry in the payload.
last_ts integer A Unix timestamp indicating the date and time of the last entry in the payload.