Microsoft Graph · Schema

inboundOutboundPolicyConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
inboundAllowed boolean Defines whether external users coming inbound are allowed.
outboundAllowed boolean Defines whether internal users are allowed to go outbound.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphinboundoutboundpolicyconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration",
  "title": "inboundOutboundPolicyConfiguration",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "inboundAllowed": {
      "type": "boolean",
      "description": "Defines whether external users coming inbound are allowed.",
      "nullable": true
    },
    "outboundAllowed": {
      "type": "boolean",
      "description": "Defines whether internal users are allowed to go outbound.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}