View source: R/inspector2_operations.R
inspector2_list_cis_scans | R Documentation |
Returns a CIS scan list.
See https://www.paws-r-sdk.com/docs/inspector2_list_cis_scans/ for full documentation.
inspector2_list_cis_scans(
detailLevel = NULL,
filterCriteria = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.