GetRandomPasswordResponse

GetRandomPasswordResponse schema from Amazon Secrets Manager API

ConfigurationCredentialsRotationSecretsSecurity

Properties

Name Type Description
RandomPassword string A string with the password.
View JSON Schema on GitHub

JSON Schema

amazon-secrets-manager-get-random-password-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-secrets-manager/refs/heads/main/json-schema/amazon-secrets-manager-get-random-password-response-schema.json",
  "title": "GetRandomPasswordResponse",
  "description": "GetRandomPasswordResponse schema from Amazon Secrets Manager API",
  "type": "object",
  "properties": {
    "RandomPassword": {
      "type": "string",
      "description": "A string with the password."
    }
  }
}