Secret Detectors
Get a secret detector
Get a secret detector.
get/v1/secret_detectors/{detector_name}
Path parameters
detector_namestring required
Example:aws_iam
Name of the detector to retrieve
Response
Secret Detector
Example response
{
"name": "aws_iam",
"display_name": "AWS Keys",
"type": "specific",
"category": "Cloud Provider",
"is_active": true,
"checkable": true,
"open_incidents_count": 17,
"ignored_incidents_count": 9,
"resolved_incidents_count": 42
}