Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional endpointThe URL endpoint to call when validating a detected secret.
Optional hostsThe list of hostnames to include when performing secret match validation.
Optional httpThe HTTP method (e.g., GET, POST) to use when making the validation request.
Optional invalidThe HTTP status code ranges that indicate the detected secret is invalid or inactive.
Optional requestA map of HTTP header names to values to include in the validation request.
Optional timeoutThe maximum number of seconds to wait for a response during validation before timing out.
Optional typeThe type of match validation to perform (e.g., http).
Optional validThe HTTP status code ranges that indicate the detected secret is valid and active.
Generated using TypeDoc
Configuration for validating whether a detected secret is active by making an HTTP request and inspecting the response.