securityhub_list_configuration_policies {paws.security.identity} | R Documentation |
Lists the configuration policies that the Security Hub delegated
administrator has created for your organization
Description
Lists the configuration policies that the Security Hub delegated administrator has created for your organization. Only the delegated administrator can invoke this operation from the home Region.
See https://www.paws-r-sdk.com/docs/securityhub_list_configuration_policies/ for full documentation.
Usage
securityhub_list_configuration_policies(NextToken = NULL, MaxResults = NULL)
Arguments
NextToken |
The NextToken value that's returned from a previous paginated
list_configuration_policies
request where MaxResults was used but the results exceeded the value
of that parameter. Pagination continues from the MaxResults was used
but the results exceeded the value of that parameter. Pagination
continues from the end of the previous response that returned the
NextToken value. This value is null when there are no more results
to return.
|
MaxResults |
The maximum number of results that's returned by
list_configuration_policies
in each page of the response. When this parameter is used,
list_configuration_policies
returns the specified number of results in a single page and a
NextToken response element. You can see the remaining results of the
initial request by sending another
list_configuration_policies
request with the returned NextToken value. A valid range for
MaxResults is between 1 and 100.
|
[Package
paws.security.identity version 0.7.0
Index]