Microsoft Graph · Schema

conditionalAccessGuestsOrExternalUsers

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
externalTenants object The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't nul
guestOrExternalUserTypes object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphconditionalaccessguestsorexternalusers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers",
  "title": "conditionalAccessGuestsOrExternalUsers",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "externalTenants": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.conditionalAccessExternalTenants"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't null or an empty String."
    },
    "guestOrExternalUserTypes": {
      "$ref": "#/components/schemas/microsoft.graph.conditionalAccessGuestOrExternalUserTypes"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}