View source: R/inspector2_operations.R
inspector2_list_cis_scan_configurations | R Documentation |
Lists CIS scan configurations.
See https://www.paws-r-sdk.com/docs/inspector2_list_cis_scan_configurations/ for full documentation.
inspector2_list_cis_scan_configurations(
filterCriteria = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
filterCriteria |
The CIS scan configuration filter criteria. |
maxResults |
The maximum number of CIS scan configurations to be returned in a single page of results. |
nextToken |
The pagination token from a previous request that's used to retrieve the next page of results. |
sortBy |
The CIS scan configuration sort by order. |
sortOrder |
The CIS scan configuration sort order order. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.