Amazon Cognito · JSON Structure

Cognito Idp Update Identity Provider Response Structure

UpdateIdentityProviderResponse schema from Amazon Cognito

Type: object Properties: 1 Required: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

UpdateIdentityProviderResponse is a JSON Structure definition published by Amazon Cognito, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IdentityProvider

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "IdentityProvider": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityProviderType"
        },
        {
          "description": "The identity provider details."
        }
      ]
    }
  },
  "required": [
    "IdentityProvider"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-update-identity-provider-response-structure.json",
  "name": "UpdateIdentityProviderResponse",
  "description": "UpdateIdentityProviderResponse schema from Amazon Cognito"
}