Microsoft Graph · Schema

microsoft.graph.crossTenantAccessPolicyTenantRestrictions

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcrosstenantaccesspolicytenantrestrictions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions",
  "title": "microsoft.graph.crossTenantAccessPolicyTenantRestrictions",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"
    },
    {
      "title": "crossTenantAccessPolicyTenantRestrictions",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "devices": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.devicesFilter"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Defines the rule for filtering devices and whether devices that satisfy the rule should be allowed or blocked. This property isn't supported on the server side yet."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.crossTenantAccessPolicyTenantRestrictions"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.crossTenantAccessPolicyTenantRestrictions"
}