guardduty_list_coverage: Lists coverage details for your GuardDuty account

View source: R/guardduty_operations.R

guardduty_list_coverageR Documentation

Lists coverage details for your GuardDuty account

Description

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.

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.

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.