Microsoft Graph · Schema

microsoft.graph.deviceLocalCredential

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdevicelocalcredential-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceLocalCredential",
  "title": "microsoft.graph.deviceLocalCredential",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "deviceLocalCredential",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "accountName": {
          "type": "string",
          "description": "The name of the local admin account for which LAPS is enabled."
        },
        "accountSid": {
          "type": "string",
          "description": "The SID of the local admin account for which LAPS is enabled."
        },
        "backupDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "When the local administrator account credential for the device object was backed up to Azure Active Directory.",
          "format": "date-time"
        },
        "passwordBase64": {
          "type": "string",
          "description": "The password for the local administrator account that is backed up to Azure Active Directory and returned as a Base64 encoded value."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.deviceLocalCredential"
}