Google Cloud Security Command Center v1 API - Class Application (3.20.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Application.

Represents an application associated with a finding.

Inheritance

object > Application

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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 can be used to reproduce the vulnerability. For example, http://example.com?p=aMmYgI6H.

Property Value
TypeDescription
string