Show / Hide Table of Contents

Class InitialAccessBrokerFindingDetail

A detail object for an Initial Access Broker (IAB) finding.

Inheritance
object
InitialAccessBrokerFindingDetail
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 InitialAccessBrokerFindingDetail : IDirectResponseSchema

Properties

DocumentId

Required. The unique identifier of the document that triggered the IAB finding. This ID can be used to retrieve the content of the document for further analysis.

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

MatchScore

Required. Reference to the match score of the IAB finding. This is a float value between 0 and 1 calculated by the matching engine based on the similarity of the document and the user provided configurations.

Declaration
[JsonProperty("matchScore")]
public virtual float? MatchScore { get; set; }
Property Value
Type Description
float?

Severity

Required. The severity of the IAB finding. This indicates the potential impact of the threat.

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX