Microsoft Graph · Schema

androidWorkProfileCrossProfileDataSharingType

Android Work Profile cross profile data sharing type.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphandroidworkprofilecrossprofiledatasharingtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.androidWorkProfileCrossProfileDataSharingType",
  "title": "androidWorkProfileCrossProfileDataSharingType",
  "enum": [
    "deviceDefault",
    "preventAny",
    "allowPersonalToWork",
    "noRestrictions"
  ],
  "type": "string",
  "description": "Android Work Profile cross profile data sharing type.",
  "x-ms-enum": {
    "name": "androidWorkProfileCrossProfileDataSharingType",
    "modelAsString": false,
    "values": [
      {
        "value": "deviceDefault",
        "description": "Device default value, no intent.",
        "name": "deviceDefault"
      },
      {
        "value": "preventAny",
        "description": "Prevent any sharing.",
        "name": "preventAny"
      },
      {
        "value": "allowPersonalToWork",
        "description": "Allow data sharing request from personal profile to work profile.",
        "name": "allowPersonalToWork"
      },
      {
        "value": "noRestrictions",
        "description": "No restrictions on sharing.",
        "name": "noRestrictions"
      }
    ]
  }
}