Class OutdatedLibrary
Information reported for an outdated library.
Implements
Inherited Members
Namespace: Google.Apis.WebSecurityScanner.v1beta.Data
Assembly: Google.Apis.WebSecurityScanner.v1beta.dll
Syntax
public class OutdatedLibrary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LearnMoreUrls
URLs to learn more information about the vulnerabilities in the library.
Declaration
[JsonProperty("learnMoreUrls")]
public virtual IList<string> LearnMoreUrls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
LibraryName
The name of the outdated library.
Declaration
[JsonProperty("libraryName")]
public virtual string LibraryName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
The version number.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |