Show / Hide Table of Contents

Class PublicExploit

Contains details about a public exploit.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExploitGrade

Optional. The grade of the exploit. Ex: "non-weaponized".

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

ExploitName

Required. The name of the exploit. Ex: "Magentounauth.php.txt".

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

ExploitReliability

Optional. The reliability of the exploit. Ex: "Unreviewed".

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

ReleaseTime

object representation of ReleaseTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReleaseTimeDateTimeOffset instead.")]
public virtual object ReleaseTime { get; set; }
Property Value
Type Description
object

ReleaseTimeDateTimeOffset

DateTimeOffset representation of ReleaseTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReleaseTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ReleaseTimeRaw

Optional. The release time of the exploit.

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

SizeBytes

Optional. The size of the exploit.

Declaration
[JsonProperty("sizeBytes")]
public virtual long? SizeBytes { get; set; }
Property Value
Type Description
long?

Uri

Optional. The URI of the exploit.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX