Searching for Secret Detectors
Use the search tokens below to search for secret detectors. Looking for help with writing your query? click here
secretDetectorsecretDetector
Use a text value ##### to specify the name of the secret detector.
Example
Show secret detectors with this name.
secretDetector: 'AWS Access Key Id'
categorycategory
Use a text value ##### to specify the category of the secret detector.
Example
Show secret detectors associated with this category.
category: AsymmetricPrivateKey
statusstatus
Use a text value ##### to specify the status of the secret detectors. The valid values are "Active" and "Inactive".
Example
Show secret detectors with this status.
status: active
typetype
Use a text value ##### to specify the type of the secret detector. The valid values are "system" and "custom".
Example
Show system-defined secret detectors.
type: 'system'
severityseverity
Use a test value ##### to specify the severity of the secret detector. The valid values are "LOW", "MEDIUM", "HIGH", and "CRITICAL".
Examples
Show secret detectors of this severity.
severity: "HIGH"
andand
Use a boolean query to express your query using AND logic.
Example
Show events with type Standard and with action Allow
eventType: STANDARD and action: ALLOW
notnot
Use a boolean query to express your query using NOT logic.
Example
Show events that don't have Deny action
not action: DENY
oror
Use a boolean query to express your query using OR logic.
Example
Show events with one of these actions
action: ALLOW or action: MONITOR