ContentFilterCitedDetectionResult interface

Represents the outcome of a detection operation against protected resources as performed by content filtering.

Properties

detected

A value indicating whether detection occurred, irrespective of severity or whether the content was filtered.

filtered

A value indicating whether or not the content has been filtered.

license

The license description associated with the detection.

url

The internet location associated with the detection.

Property Details

detected

A value indicating whether detection occurred, irrespective of severity or whether the content was filtered.

detected: boolean

Property Value

boolean

filtered

A value indicating whether or not the content has been filtered.

filtered: boolean

Property Value

boolean

license

The license description associated with the detection.

license: string

Property Value

string

url

The internet location associated with the detection.

url?: string

Property Value

string