secretsmanager_list_secrets: Lists the secrets that are stored by Secrets Manager in the...

View source: R/secretsmanager_operations.R

secretsmanager_list_secretsR Documentation

Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets that are marked for deletion

Description

Lists 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
)

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, call list_secrets again with the value from NextToken.

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_secrets again with this value.

Filters

The filters to apply to the list of secrets.

SortOrder

Secrets are listed by CreatedDate.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.