ISecretsManagerListSecretsRequest
Interface in AWS.SecretsManager
Interface for ListSecrets requests.
Ancestors
Properties
Filters
property Filters: TList<ISecretsManagerFilter>
Type: ISecretsManagerFilter
A list of filters to apply to the list of secrets.
MaxResults
property MaxResults: TOptional<Integer>
Specify the maximum number of results to include in the response.
NextToken
property NextToken: string
Specify a NextToken from a previous response to fetch the next set of results.
SortOrder
property SortOrder: string
Specify the order in which to return the secrets.
Valid values: asc | desc.
Methods
AddFilter
function AddFilter(const AKey: string; const AValues: array of string): Integer;
Add a filter to Filters.
Parameters
| Name | Description |
|---|---|
AKey | Specify a filter key. |
AValues | Specify a list of keyword values. |
Returns
The index of the new filter added to Filters.