Detections
List Leaked Credential Checks Custom Detections
client.LeakedCredentialChecks.Detections.List(ctx, query) (*SinglePage[DetectionListResponse], error)
GET/zones/{zone_id}/leaked-credential-checks/detections
Create Leaked Credential Checks Custom Detection
client.LeakedCredentialChecks.Detections.New(ctx, params) (*DetectionNewResponse, error)
POST/zones/{zone_id}/leaked-credential-checks/detections
Get Leaked Credential Checks Custom Detection
client.LeakedCredentialChecks.Detections.Get(ctx, detectionID, query) (*DetectionGetResponse, error)
GET/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
Update Leaked Credential Checks Custom Detection
client.LeakedCredentialChecks.Detections.Update(ctx, detectionID, params) (*DetectionUpdateResponse, error)
PUT/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
Delete Leaked Credential Checks Custom Detection
client.LeakedCredentialChecks.Detections.Delete(ctx, detectionID, body) (*DetectionDeleteResponse, error)
DELETE/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}