View source: R/securityhub_operations.R
securityhub_get_finding_history | R Documentation |
Returns history for a Security Hub finding in the last 90 days. The history includes changes made to any fields in the Amazon Web Services Security Finding Format (ASFF).
See https://www.paws-r-sdk.com/docs/securityhub_get_finding_history/ for full documentation.
securityhub_get_finding_history(
FindingIdentifier,
StartTime = NULL,
EndTime = NULL,
NextToken = NULL,
MaxResults = NULL
)
FindingIdentifier |
[required] |
StartTime |
A timestamp that indicates the start time of the requested finding history. If you provide values for both This field accepts only the specified formats. Timestamps can end with
|
EndTime |
An ISO 8601-formatted timestamp that indicates the end time of the requested finding history. If you provide values for both This field accepts only the specified formats. Timestamps can end with
|
NextToken |
A token for pagination purposes. Provide |
MaxResults |
The maximum number of results to be returned. If you don’t provide it, Security Hub returns up to 100 results of finding history. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.