Microsoft Graph · Schema

sharedPCAccountDeletionPolicyType

Possible values for when accounts are deleted on a shared PC.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsharedpcaccountdeletionpolicytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sharedPCAccountDeletionPolicyType",
  "title": "sharedPCAccountDeletionPolicyType",
  "enum": [
    "immediate",
    "diskSpaceThreshold",
    "diskSpaceThresholdOrInactiveThreshold"
  ],
  "type": "string",
  "description": "Possible values for when accounts are deleted on a shared PC.",
  "x-ms-enum": {
    "name": "sharedPCAccountDeletionPolicyType",
    "modelAsString": false,
    "values": [
      {
        "value": "immediate",
        "description": "Delete immediately.",
        "name": "immediate"
      },
      {
        "value": "diskSpaceThreshold",
        "description": "Delete at disk space threshold.",
        "name": "diskSpaceThreshold"
      },
      {
        "value": "diskSpaceThresholdOrInactiveThreshold",
        "description": "Delete at disk space threshold or inactive threshold.",
        "name": "diskSpaceThresholdOrInactiveThreshold"
      }
    ]
  }
}