Leaked Credential Checks

leaked_credential_checks

Methods

Set Leaked Credential Checks Status -> Envelope<{ enabled }>
post/zones/{zone_id}/leaked-credential-checks

Updates the current status of Leaked Credential Checks

Get Leaked Credential Checks Status -> Envelope<{ enabled }>
get/zones/{zone_id}/leaked-credential-checks

Retrieves the current status of Leaked Credential Checks

leaked_credential_checks.detections

Methods

Create Leaked Credential Checks Custom Detection -> Envelope<{ id, password, username }>
post/zones/{zone_id}/leaked-credential-checks/detections

Create user-defined detection pattern for Leaked Credential Checks

Delete Leaked Credential Checks Custom Detection -> Envelope<unknown>
delete/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}

Remove user-defined detection pattern for Leaked Credential Checks

List Leaked Credential Checks Custom Detections -> SinglePage<{ id, password, username }>
get/zones/{zone_id}/leaked-credential-checks/detections

List user-defined detection patterns for Leaked Credential Checks

Update Leaked Credential Checks Custom Detection -> Envelope<{ id, password, username }>
put/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}

Update user-defined detection pattern for Leaked Credential Checks