Csam Scanner
Get CSAM Scanner setting
csam_scanner.get(CsamScannerGetParams**kwargs) -> CsamScannerGetResponse
GET/zones/{zone_id}/settings/csam_scanner_third_party
Update CSAM Scanner setting
csam_scanner.edit(CsamScannerEditParams**kwargs) -> CsamScannerEditResponse
PATCH/zones/{zone_id}/settings/csam_scanner_third_party
ModelsExpand Collapse
class CsamScannerGetResponse: …CSAM Scanner configuration for a zone.
class CsamScannerGetResponse: …
CSAM Scanner configuration for a zone.
editable: Optional[bool]
Whether the feature state can be changed. When false, the zone or account may be locked by Trust & Safety.
modified_on: Optional[datetime]
When the setting was last modified. Currently always null as the server does not populate this field.
formatdate-time
value: Optional[Value]The CSAM Scanner feature configuration values. Contains the
notification email and scanning enablement settings.
value: Optional[Value]
The CSAM Scanner feature configuration values. Contains the notification email and scanning enablement settings.
class CsamScannerEditResponse: …CSAM Scanner configuration for a zone.
class CsamScannerEditResponse: …
CSAM Scanner configuration for a zone.
editable: Optional[bool]
Whether the feature state can be changed. When false, the zone or account may be locked by Trust & Safety.
modified_on: Optional[datetime]
When the setting was last modified. Currently always null as the server does not populate this field.
formatdate-time
value: Optional[Value]The CSAM Scanner feature configuration values. Contains the
notification email and scanning enablement settings.
value: Optional[Value]
The CSAM Scanner feature configuration values. Contains the notification email and scanning enablement settings.