Amazon Cognito · Schema

GetIdentityProviderByIdentifierResponse

GetIdentityProviderByIdentifierResponse schema from Amazon Cognito API

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
IdentityProvider object
View JSON Schema on GitHub

JSON Schema

user-pools-get-identity-provider-by-identifier-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-identity-provider-by-identifier-response-schema.json",
  "title": "GetIdentityProviderByIdentifierResponse",
  "description": "GetIdentityProviderByIdentifierResponse schema from Amazon Cognito API",
  "type": "object",
  "properties": {
    "IdentityProvider": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityProviderType"
        },
        {
          "description": "The identity provider details."
        }
      ]
    }
  },
  "required": [
    "IdentityProvider"
  ]
}