Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.16 KB

AssetGroup.md

File metadata and controls

18 lines (14 loc) · 1.16 KB

AssetGroup

Properties

Name Type Description Notes
assets int The number of assets that belong to the asset group. [optional]
description str The description of the asset group. [optional]
id int The identifier of the asset group. [optional]
links list[Link] Hypermedia links to corresponding or related resources. [optional]
name str The name of the asset group.
risk_score float The total risk score of all assets that belong to the asset group. [optional]
search_criteria SearchCriteria Search criteria used to determine dynamic membership, if `type` is `"dynamic"`. [optional]
type str The type of the asset group.
vulnerabilities Vulnerabilities Summary information for distinct vulnerabilities found on the assets. [optional]

[Back to Model list] [Back to API list] [Back to README]