Amazon Cognito · Schema

GetSigningCertificateResponse

Response from Amazon Cognito for a signing certificate request.

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
Certificate object
View JSON Schema on GitHub

JSON Schema

user-pools-get-signing-certificate-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-get-signing-certificate-response-schema.json",
  "title": "GetSigningCertificateResponse",
  "description": "Response from Amazon Cognito for a signing certificate request.",
  "type": "object",
  "properties": {
    "Certificate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringType"
        },
        {
          "description": "The signing certificate."
        }
      ]
    }
  }
}