Leaked Credential Checks
Get Leaked Credential Checks Status
leaked_credential_checks.get(LeakedCredentialCheckGetParams**kwargs) -> LeakedCredentialCheckGetResponse
GET/zones/{zone_id}/leaked-credential-checks
Set Leaked Credential Checks Status
leaked_credential_checks.create(LeakedCredentialCheckCreateParams**kwargs) -> LeakedCredentialCheckCreateResponse
POST/zones/{zone_id}/leaked-credential-checks
Leaked Credential ChecksDetections
List Leaked Credential Checks Custom Detections
leaked_credential_checks.detections.list(DetectionListParams**kwargs) -> SyncSinglePage[DetectionListResponse]
GET/zones/{zone_id}/leaked-credential-checks/detections
Create Leaked Credential Checks Custom Detection
leaked_credential_checks.detections.create(DetectionCreateParams**kwargs) -> DetectionCreateResponse
POST/zones/{zone_id}/leaked-credential-checks/detections
Get Leaked Credential Checks Custom Detection
leaked_credential_checks.detections.get(strdetection_id, DetectionGetParams**kwargs) -> DetectionGetResponse
GET/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
Update Leaked Credential Checks Custom Detection
leaked_credential_checks.detections.update(strdetection_id, DetectionUpdateParams**kwargs) -> DetectionUpdateResponse
PUT/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
Delete Leaked Credential Checks Custom Detection
leaked_credential_checks.detections.delete(strdetection_id, DetectionDeleteParams**kwargs) -> object
DELETE/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}