Amazon WorkSpaces Web · JSON Structure

Workspaces Web Identity Provider Summary Structure

The summary of the identity provider.

Type: object Properties: 3
End User ComputingSecure BrowserVirtual DesktopZero Trust

IdentityProviderSummary is a JSON Structure definition published by Amazon WorkSpaces Web, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

identityProviderArn identityProviderName identityProviderType

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "IdentityProviderSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-identity-provider-summary-structure.json"
}