Web Security Scanner v1 API - Class OutdatedLibrary (2.2.0)

public sealed class OutdatedLibrary : IMessage<OutdatedLibrary>, IEquatable<OutdatedLibrary>, IDeepCloneable<OutdatedLibrary>, IBufferMessage, IMessage

Reference documentation and code samples for the Web Security Scanner v1 API class OutdatedLibrary.

Information reported for an outdated library.

Inheritance

Object > OutdatedLibrary

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

OutdatedLibrary()

public OutdatedLibrary()

OutdatedLibrary(OutdatedLibrary)

public OutdatedLibrary(OutdatedLibrary other)
Parameter
NameDescription
otherOutdatedLibrary

Properties

LearnMoreUrls

public RepeatedField<string> LearnMoreUrls { get; }

URLs to learn more information about the vulnerabilities in the library.

Property Value
TypeDescription
RepeatedField<String>

LibraryName

public string LibraryName { get; set; }

The name of the outdated library.

Property Value
TypeDescription
String

Version

public string Version { get; set; }

The version number.

Property Value
TypeDescription
String