{ "type": "object", "required": [ "identityProviderArn" ], "properties": { "identityProviderArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the identity provider." } ] }, "identityProviderDetails": { "allOf": [ { "$ref": "#/components/schemas/IdentityProviderDetails" }, { "description": "

The identity provider details. The following list describes the provider detail keys for each identity provider type.

" } ] }, "identityProviderName": { "allOf": [ { "$ref": "#/components/schemas/IdentityProviderName" }, { "description": "The identity provider name." } ] }, "identityProviderType": { "allOf": [ { "$ref": "#/components/schemas/IdentityProviderType" }, { "description": "The identity provider type." } ] } }, "description": "The identity provider.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "IdentityProvider", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-identity-provider-schema.json" }