ComplianceOperatorCookieConsent Table

FlexNet Manager Suite 2020 R1 (On-Premises)

ComplianceOperatorCookieConsent table stores cookie Consent information for operator.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database 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.
Table 1. Database columns for ComplianceOperatorCookieConsent table

Database Column

Details

ComplianceOperatorID

Type: integer. Key

The Operator for whom the cookie consent is saved.Foreign key to the ComplianceOperator table.

CookieID

Type: integer. Key

A unique identifier for Cookie.Foreign key to the Cookie table.

IsAllowed

Type: boolean

Used to identify whether a cookie is allowed by operator or not.

DateCreated

Type: datetime

Date when Operator saved cookie consent.

DateUpdated

Type: datetime. Nullable

Date when Operator updated cookie consent.

FlexNet Manager Suite (On-Premises)

2020 R1