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.
Implements
IMessageApplication, IEquatableApplication, IDeepCloneableApplication, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Application()
public Application()
Application(Application)
public Application(Application other)
Parameter | |
---|---|
Name | Description |
other |
Application |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |