Class ListSecretsRequest
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
Container for the parameters to the ListSecrets operation. Lists all of the secrets that are stored by Secrets Manager in the AWS account. To list the versions currently stored for a specific secret, use ListSecretVersionIds. The encrypted fields
SecretStringSecretBinarynote
Always check the
NextTokenList*NextTokenMinimum permissions
To run this command, you must have the following permissions:
- secretsmanager:ListSecrets 
Related operations
- To list the versions attached to a secret, use ListSecretVersionIds. 
public class ListSecretsRequest : AmazonSecretsManagerRequest- Inheritance
- 
      
      
      ListSecretsRequest
Constructors
ListSecretsRequest()
public ListSecretsRequest()Properties
Filters
Gets and sets the property Filters.
Lists the secret request filters.
public List<Filter> Filters { get; set; }Property Value
MaxResults
Gets and sets the property MaxResults.
(Optional) Limits the number of results you want to include in the response. If you don't include this parameter, it defaults to a value that's specific to the operation. If additional items exist beyond the maximum you specify, the
NextTokenNextTokenNextTokenpublic int MaxResults { get; set; }Property Value
NextToken
Gets and sets the property NextToken.
(Optional) Use this parameter in a request if you receive a
NextTokenNextTokenpublic string NextToken { get; set; }Property Value
SortOrder
Gets and sets the property SortOrder.
Lists secrets in the requested order.
public SortOrderType SortOrder { get; set; }