public sealed class Application : IMessage<Application>, IEquatable<Application>, IDeepCloneable<Application>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class Application.
Represents an application associated with a finding.
Implements
IMessageApplication, IEquatableApplication, IDeepCloneableApplication, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H.
| Property Value | |
|---|---|
| Type | Description |
string |
|