View source: R/macie2_operations.R
macie2_list_automated_discovery_accounts | R Documentation |
Retrieves the status of automated sensitive data discovery for one or more accounts.
See https://www.paws-r-sdk.com/docs/macie2_list_automated_discovery_accounts/ for full documentation.
macie2_list_automated_discovery_accounts(
accountIds = NULL,
maxResults = NULL,
nextToken = NULL
)
accountIds |
The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter. |
maxResults |
The maximum number of items to include in each page of a paginated response. |
nextToken |
The nextToken string that specifies which page of results to return in a paginated response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.