Parameter
|
Type
|
Required
|
Example
|
Description
|
Action |
String |
Yes |
ListSecrets |
The operation that you want to perform. Set the value to ListSecrets.
|
FetchTags |
String |
No |
false |
Specifies whether to return the resource tags of the secret. Valid values:
|
PageNumber |
Integer |
No |
1 |
The page number.
Pages start from page 1.
Default value: 1.
|
PageSize |
Integer |
No |
2 |
The number of entries per page.
Valid values: 1 to 100.
Default value: 10.
|
Filters |
String |
No |
[{"Key":"SecretName", "Values":["Val1","Val2"]}] |
The secret filter condition.
The filter consists of one or more key-value pairs. You can specify a maximum of 10 key-value pairs. If you use one tag key or tag value to filter resources, up to 4,000 resources can be queried. If you want to query more than 4,000 resources, call the ListResourceTags operation.
- Key
- Description: the property to query.
- Type: string.
- Valid values:
- SecretName: the secret name.
- Description: the description of the secret.
- TagKey: the tag key.
- TagValue: the tag value.
- DKMSInstanceId: the ID of the KMS instance.
- SecretType: the secret type.
- Values
- Description: the value of the property.
- Type: string.
- Length: 0 to 10.
- Valid values:
- If the Key field is set to SecretName, the value must be 1 to 192 characters in length and can contain letters, digits, and special characters
_ / + = . @ - .
- If the Key field is set to Description, the value must be 1 to 256 characters in length.
- If the Key field is set to TagKey, the value must be 1 to 256 characters in length and can contain letters, digits, and special characters
/ _ - . + = @ : .
- If the Key field is set to TagValue, the value must be 1 to 256 characters in length and can contain letters, digits, and special characters
/ _ - . + = @ : .
- If the Key field is set to DKMSInstanceId, the value is the ID of the instance and is in the kst-xxx format.
- If the Key field is set to SecretType, valid values include Generic, Rds, Redis, RAMCredentials, ECS, and PolarDB.
The logical relationship between values of the Values field in a key-value pair is OR. Example: [
{"Key":"SecretName", "Values":["sec1","sec2"]}
] . In this example, the semantics are SecretName=sec 1 OR SecretName=sec 2 .
|