AccessEvidenceMatchCount Table
AccessEvidenceMatchCount
tracks the number of times that each access evidence (rule) has been detected as installed and recorded in the data source.
A separate count is kept for each access evidence rule, and for each data source.
TenantID
has been set in the SQL Server
connection context information. That setting filters an underlying table to produce this
view of data for the single, selected tenant.
Database Column |
Details |
---|---|
AccessEvidenceMatch CountID
|
Type: integer. Key. Generated ID A synthetic unique identifier is required, since |
AccessEvidenceID
|
Type: integer. Key The access evidence which is being matched. Foreign key to the |
ComplianceConnectionID
|
Type: integer. Key. Nullable The data source where the match is occurring. Foreign key to the |
MatchedCount
|
Type: integer The number of installed access evidence records in this data source matching this access evidence rule. |
InstallCount
|
Type: integer The number of physical application installations recognized in this data source using this access evidence rule. |
FlexNet Manager Suite (On-Premises)
2020 R1