Class VulnerableHeaders
Information about vulnerable or missing HTTP Headers.
Implements
Inherited Members
Namespace: Google.Apis.WebSecurityScanner.v1beta.Data
Assembly: Google.Apis.WebSecurityScanner.v1beta.dll
Syntax
public class VulnerableHeaders : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Headers
List of vulnerable headers.
Declaration
[JsonProperty("headers")]
public virtual IList<Header> Headers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Header> |
MissingHeaders
List of missing headers.
Declaration
[JsonProperty("missingHeaders")]
public virtual IList<Header> MissingHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Header> |