public class FileScanWebhookNotification extends Object
findingsURL, and will remain accessible until the time described by the field validUntil.
The findingsURL must be considered sensitive; although the data stored at the URL is secure, the
URL itself grants a temporary lease so that anyone with the link may download the data.
| Constructor and Description |
|---|
FileScanWebhookNotification() |
| Modifier and Type | Method and Description |
|---|---|
List<NightfallErrorResponse> |
getErrors()
Get the list of errors that occurred while processing the request.
|
String |
getFindingsURL()
Get the findings URL.
|
String |
getRequestMetadata()
Get the request metadata.
|
UUID |
getUploadID()
Get the file ID.
|
Date |
getValidUntil()
Get the findings URL expiry time.
|
boolean |
isFindingsPresent()
Get whether findings are present.
|
public String getFindingsURL()
public Date getValidUntil()
public UUID getUploadID()
public boolean isFindingsPresent()
uploadID,
otherwise false.public String getRequestMetadata()
public List<NightfallErrorResponse> getErrors()
Copyright © 2022. All rights reserved.