Amazon Secrets Manager · JSON Structure

Amazon Secrets Manager List Secrets Response Structure

ListSecretsResponse schema from Amazon Secrets Manager API

Type: object Properties: 2
ConfigurationCredentialsRotationSecretsSecurity

ListSecretsResponse is a JSON Structure definition published by Amazon Secrets Manager, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SecretList NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-secrets-manager/refs/heads/main/json-structure/amazon-secrets-manager-list-secrets-response-structure.json",
  "name": "ListSecretsResponse",
  "description": "ListSecretsResponse schema from Amazon Secrets Manager API",
  "type": "object",
  "properties": {
    "SecretList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Secret"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}