Amazon Secrets Manager · JSON Structure

Amazon Secrets Manager Get Random Password Response Structure

GetRandomPasswordResponse schema from Amazon Secrets Manager API

Type: object Properties: 1
ConfigurationCredentialsRotationSecretsSecurity

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

Properties

RandomPassword

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-get-random-password-response-structure.json",
  "name": "GetRandomPasswordResponse",
  "description": "GetRandomPasswordResponse schema from Amazon Secrets Manager API",
  "type": "object",
  "properties": {
    "RandomPassword": {
      "type": "string",
      "description": "A string with the password."
    }
  }
}