Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets that are marked for deletion
Source:R/secretsmanager_operations.R
secretsmanager_list_secrets.RdLists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console.
See https://www.paws-r-sdk.com/docs/secretsmanager_list_secrets/ for full documentation.
Usage
secretsmanager_list_secrets(
IncludePlannedDeletion = NULL,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL,
SortOrder = NULL,
SortBy = NULL
)Arguments
- IncludePlannedDeletion
Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.
- MaxResults
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes
NextToken. To get the next results, calllist_secretsagain with the value fromNextToken.- NextToken
A token that indicates where the output should continue from, if a previous call did not show all results. To get the next results, call
list_secretsagain with this value.- Filters
The filters to apply to the list of secrets.
- SortOrder
Secrets are listed by
CreatedDate.- SortBy
If not specified, secrets are listed by
CreatedDate.