Microsoft Graph · Schema

microsoft.graph.externalDomainFederation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexternaldomainfederation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.externalDomainFederation",
  "title": "microsoft.graph.externalDomainFederation",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.identitySource"
    },
    {
      "title": "externalDomainFederation",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "The name of the identity source, typically also the domain name. Read only.",
          "nullable": true
        },
        "domainName": {
          "type": "string",
          "description": "The domain name. Read only.",
          "nullable": true
        },
        "issuerUri": {
          "type": "string",
          "description": "The issuerURI of the incoming federation. Read only.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.externalDomainFederation"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.externalDomainFederation"
}