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