Show / Hide Table of Contents

Class FindingDetail

Wrapper class that contains the union struct for all the various findings detail specific classes.

Inheritance
object
FindingDetail
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.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class FindingDetail : IDirectResponseSchema

Properties

CompromisedCredentials

Compromised Credentials detail type.

Declaration
[JsonProperty("compromisedCredentials")]
public virtual CompromisedCredentialsFindingDetail CompromisedCredentials { get; set; }
Property Value
Type Description
CompromisedCredentialsFindingDetail

DataLeak

Data Leak finding detail type.

Declaration
[JsonProperty("dataLeak")]
public virtual DataLeakFindingDetail DataLeak { get; set; }
Property Value
Type Description
DataLeakFindingDetail

DetailType

Output only. Name of the detail type. Will be set by the server during creation to the name of the field that is set in the detail union.

Declaration
[JsonProperty("detailType")]
public virtual string DetailType { 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

InbandVulnerability

Inband vulnerability detail type.

Declaration
[JsonProperty("inbandVulnerability")]
public virtual InbandVulnerabilityFindingDetail InbandVulnerability { get; set; }
Property Value
Type Description
InbandVulnerabilityFindingDetail

InitialAccessBroker

Initial Access Broker finding detail type.

Declaration
[JsonProperty("initialAccessBroker")]
public virtual InitialAccessBrokerFindingDetail InitialAccessBroker { get; set; }
Property Value
Type Description
InitialAccessBrokerFindingDetail

InsiderThreat

Insider Threat finding detail type.

Declaration
[JsonProperty("insiderThreat")]
public virtual InsiderThreatFindingDetail InsiderThreat { get; set; }
Property Value
Type Description
InsiderThreatFindingDetail

Misconfiguration

Misconfiguration finding detail type.

Declaration
[JsonProperty("misconfiguration")]
public virtual MisconfigurationFindingDetail Misconfiguration { get; set; }
Property Value
Type Description
MisconfigurationFindingDetail

SuspiciousDomain

Domain Monitoring finding detail type.

Declaration
[JsonProperty("suspiciousDomain")]
public virtual SuspiciousDomainFindingDetail SuspiciousDomain { get; set; }
Property Value
Type Description
SuspiciousDomainFindingDetail

TargetTechnology

Technology Watchlist finding detail type.

Declaration
[JsonProperty("targetTechnology")]
public virtual TargetTechnologyFindingDetail TargetTechnology { get; set; }
Property Value
Type Description
TargetTechnologyFindingDetail

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX