Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Application

Represents an application associated with a finding.

Inheritance
object
GoogleCloudSecuritycenterV2Application
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX