Class SecretRuleDataAttributesMatchValidationValidHttpStatusCodeItems

An HTTP status code range that indicates a valid (successful) secret match during validation.

Hierarchy

  • SecretRuleDataAttributesMatchValidationValidHttpStatusCodeItems

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
end?: number

The inclusive upper bound of the HTTP status code range.

start?: number

The inclusive lower bound of the HTTP status code range.

Generated using TypeDoc