Shows a list of secret detectors in your account.
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
secretDetectorId | Mandatory | string | Provide the ID/UUID of the secret detector of which you want to fetch details. |
API Request
curl -X "GET"
"<qualys_base_url>/csapi/v1.3/secretDetector/02e9a634-c96c-11ed-afa1-0242ac120002"
-H "accept: application/json"
-H "Authorization: Bearer <token>"
Response
{
"ruleUuid": "02e9a634-c96c-11ed-afa1-0242ac120002",
"type": "system",
"category": "Typeform",
"severity": "LOW",
"secretDetector": "Typeform API Token",
"status": "Active",
"regex": "(?i)(?P<key>typeform[a-z0-9_ .\\-,]{0,25})(=|>|:=|\\|\\|:|<=|=>|:).{0,5}(?P<secret>tfp_[a-z0-9\\-_\\.=]{59})",
"created": "1681987259554",
"updated": "1681987259554",
"createdBy": "System",
"updatedBy": "System"
}
Was this topic helpful?