AWSWAFWebACLResponseInspectionHeader
No description
type AWSWAFWebACLResponseInspectionHeader {
failureValues: [String!]!
name: String!
successValues: [String!]!
}
Fields
AWSWAFWebACLResponseInspectionHeader.failureValues ● [String!]! non-null scalar
Values in the response header with the specified name that indicate a failed login or account creation attempt
AWSWAFWebACLResponseInspectionHeader.name ● String! non-null scalar
The name of the header to match against
AWSWAFWebACLResponseInspectionHeader.successValues ● [String!]! non-null scalar
Values in the response header with the specified name that indicate a successful login or account creation attempt