inspector2_list_cis_scans: Returns a CIS scan list

View source: R/inspector2_operations.R

inspector2_list_cis_scansR 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.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.