Skip to content
Start here

Detections

List Leaked Credential Checks Custom Detections
GET/zones/{zone_id}/leaked-credential-checks/detections
Create Leaked Credential Checks Custom Detection
POST/zones/{zone_id}/leaked-credential-checks/detections
Get Leaked Credential Checks Custom Detection
GET/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
Update Leaked Credential Checks Custom Detection
PUT/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
Delete Leaked Credential Checks Custom Detection
DELETE/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
ModelsExpand Collapse
DetectionListResponse = object { id, password, username }

Defines a custom set of username/password expressions to match Leaked Credential Checks on.

id: optional string

Defines the unique ID for this custom detection.

maxLength32
password: optional string

Defines ehe ruleset expression to use in matching the password in a request.

username: optional string

Defines the ruleset expression to use in matching the username in a request.

DetectionCreateResponse = object { id, password, username }

Defines a custom set of username/password expressions to match Leaked Credential Checks on.

id: optional string

Defines the unique ID for this custom detection.

maxLength32
password: optional string

Defines ehe ruleset expression to use in matching the password in a request.

username: optional string

Defines the ruleset expression to use in matching the username in a request.

DetectionGetResponse = object { id, password, username }

Defines a custom set of username/password expressions to match Leaked Credential Checks on.

id: optional string

Defines the unique ID for this custom detection.

maxLength32
password: optional string

Defines ehe ruleset expression to use in matching the password in a request.

username: optional string

Defines the ruleset expression to use in matching the username in a request.

DetectionUpdateResponse = object { id, password, username }

Defines a custom set of username/password expressions to match Leaked Credential Checks on.

id: optional string

Defines the unique ID for this custom detection.

maxLength32
password: optional string

Defines ehe ruleset expression to use in matching the password in a request.

username: optional string

Defines the ruleset expression to use in matching the username in a request.

DetectionDeleteResponse = unknown