Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 2.58 KB

File metadata and controls

29 lines (20 loc) · 2.58 KB

LeakedCredentialChecks

Types:

Methods:

  • client.leakedCredentialChecks.create({ ...params }) -> LeakedCredentialCheckCreateResponse
  • client.leakedCredentialChecks.get({ ...params }) -> LeakedCredentialCheckGetResponse

Detections

Types:

Methods:

  • client.leakedCredentialChecks.detections.create({ ...params }) -> DetectionCreateResponse
  • client.leakedCredentialChecks.detections.update(detectionId, { ...params }) -> DetectionUpdateResponse
  • client.leakedCredentialChecks.detections.list({ ...params }) -> DetectionListResponsesSinglePage
  • client.leakedCredentialChecks.detections.delete(detectionId, { ...params }) -> DetectionDeleteResponse
  • client.leakedCredentialChecks.detections.get(detectionId, { ...params }) -> DetectionGetResponse