Class GoogleCloudSecuritycenterV2Application
Represents an application associated with a finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Application : IDirectResponseSchema
Properties
BaseUri
The base URI that identifies the network location of the application in which the vulnerability was
detected. For example, http://example.com
.
Declaration
[JsonProperty("baseUri")]
public virtual string BaseUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullUri
The full URI with payload that could be used to reproduce the vulnerability. For example,
http://example.com?p=aMmYgI6H
.
Declaration
[JsonProperty("fullUri")]
public virtual string FullUri { get; set; }
Property Value
Type | Description |
---|---|
string |