Class WildfireVerdictChangeRequest
Message for a WildfireVerdictChangeRequest.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class WildfireVerdictChangeRequest : IDirectResponseSchema
Properties
Comment
Required. The justification for the verdict change request. Max length 2048 characters.
Declaration
[JsonProperty("comment")]
public virtual string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The timestamp when the WildfireVerdictChangeRequest was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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 |
FileName
Output only. The file name of the Malware Sample.
Declaration
[JsonProperty("fileName")]
public virtual string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileType
Output only. The file type of the Malware Sample.
Declaration
[JsonProperty("fileType")]
public virtual string FileType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FinalVerdict
Output only. The final verdict of the Malware Sample.
Declaration
[JsonProperty("finalVerdict")]
public virtual string FinalVerdict { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. Identifier. The relative name of the WildfireVerdictChangeRequest. Output only. This is a unique identifier generated by the third party API. Format: organizations|projects/{project_or_organization}/locations/{location}/firewallEndpoints/{firewall_endpoint}/wildfireVerdictChangeRequests/{wildfire_verdict_change_request_id} Where {wildfire_verdict_change_request_id} is the ID in the format: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NewVerdict
Required. The suggested verdict to apply to the Malware Sample.
Declaration
[JsonProperty("newVerdict")]
public virtual string NewVerdict { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OldVerdict
Output only. The original verdict of the Malware Sample.
Declaration
[JsonProperty("oldVerdict")]
public virtual string OldVerdict { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResolutionTime
object representation of ResolutionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ResolutionTimeDateTimeOffset instead.")]
public virtual object ResolutionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ResolutionTimeDateTimeOffset
DateTimeOffset representation of ResolutionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ResolutionTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ResolutionTimeRaw
Output only. The timestamp when the WildfireVerdictChangeRequest was resolved.
Declaration
[JsonProperty("resolutionTime")]
public virtual string ResolutionTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha256
Required. The SHA256 hash of the Malware Sample to change the verdict of.
Declaration
[JsonProperty("sha256")]
public virtual string Sha256 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceRegion
Output only. The region of the file associated with the Malware Sample.
Declaration
[JsonProperty("sourceRegion")]
public virtual string SourceRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The review state of the WildfireVerdictChangeRequest.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. The timestamp when the WildfireVerdictChangeRequest was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WildfireVerdictChangeRequestId
Output only. The ID of the WildfireVerdictChangeRequest. This is a unique identifier generated by the third party API. Format: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Declaration
[JsonProperty("wildfireVerdictChangeRequestId")]
public virtual string WildfireVerdictChangeRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |