ComplianceSearchType Table
ComplianceSearchType
is a static table holding the name of the basic objects, such as an asset or license, for which
custom views can be created.
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 |
---|---|
ComplianceSearchTypeID
|
Type: integer. Key. Generated ID A unique identifier for a type of compliance search. Possible values, together with the associated names of the object being searched, are:
|
TypeName
|
Type: text (max 64 characters). Key The name of the objects being searched. |
TypeNameResourceName
|
Type: text (max 256 characters). Nullable The unique name of the localizable resource string representing a type name. Foreign key to the |
QuerySetup
|
Type: text. Nullable Query pre-calculation statement executed before custom view query. |
QueryFilter
|
Type: text. Nullable Query filter template executed before custom view query. |
QueryTemplate
|
Type: text. Nullable Query template for this search type. |
IsCustom
|
Type: boolean False if the relation is out of the box, false otherwise. |
FlexNet Manager Suite (On-Premises)
2020 R1