{ "$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" } } }