Lists coverage details for your GuardDuty account
Source:R/guardduty_operations.R
guardduty_list_coverage.RdLists 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.
Usage
guardduty_list_coverage(
DetectorId,
NextToken = NULL,
MaxResults = NULL,
FilterCriteria = NULL,
SortCriteria = NULL
)Arguments
- DetectorId
[required] The unique ID of the detector whose coverage details you want to retrieve.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run thelist_detectorsAPI.- 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.