Security Command Center v2 API - Class Application (1.0.0-beta01)

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

Reference documentation and code samples for the Security Command Center v2 API class Application.

Represents an application associated with a finding.

Inheritance

object > Application

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

Application()

public Application()

Application(Application)

public Application(Application other)
Parameter
NameDescription
otherApplication

Properties

BaseUri

public string BaseUri { get; set; }

The base URI that identifies the network location of the application in which the vulnerability was detected. For example, http://example.com.

Property Value
TypeDescription
string

FullUri

public string FullUri { get; set; }

The full URI with payload that could be used to reproduce the vulnerability. For example, http://example.com?p=aMmYgI6H.

Property Value
TypeDescription
string