IdentityProviderSummary

The summary of the identity provider.

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
identityProviderArn object
identityProviderName object
identityProviderType object
View JSON Schema on GitHub

JSON Schema

workspaces-web-identity-provider-summary-schema.json Raw ↑
{
  "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"
}