View source: R/guardduty_operations.R
guardduty_list_coverage | R Documentation |
Lists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can retrieve all resources associated with the active member accounts in your organization.
See https://www.paws-r-sdk.com/docs/guardduty_list_coverage/ for full documentation.
guardduty_list_coverage(
DetectorId,
NextToken = NULL,
MaxResults = NULL,
FilterCriteria = NULL,
SortCriteria = NULL
)
DetectorId |
[required] The unique ID of the detector whose coverage details you want to retrieve. |
NextToken |
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page. |
MaxResults |
The maximum number of results to return in the response. |
FilterCriteria |
Represents the criteria used to filter the coverage details. |
SortCriteria |
Represents the criteria used to sort the coverage details. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.