inspector2_list_cis_scans {paws.security.identity} | R Documentation |
Returns a CIS scan list
Description
Returns a CIS scan list.
See https://www.paws-r-sdk.com/docs/inspector2_list_cis_scans/ for full documentation.
Usage
inspector2_list_cis_scans(
detailLevel = NULL,
filterCriteria = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
Arguments
detailLevel |
The detail applied to the CIS scan. |
filterCriteria |
The CIS scan filter criteria. |
maxResults |
The maximum number of results to be returned. |
nextToken |
The pagination token from a previous request that's used to retrieve the next page of results. |
sortBy |
The CIS scans sort by order. |
sortOrder |
The CIS scans sort order. |
[Package paws.security.identity version 0.6.1 Index]