Microsoft Graph · Schema

appLogCollectionDownloadDetails

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
appLogDecryptionAlgorithm object
decryptionKey string Decryption key that used to decrypt the log.
downloadUrl string Download SAS (Shared Access Signature) Url for completed app log request.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphapplogcollectiondownloaddetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.appLogCollectionDownloadDetails",
  "title": "appLogCollectionDownloadDetails",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "appLogDecryptionAlgorithm": {
      "$ref": "#/components/schemas/microsoft.graph.appLogDecryptionAlgorithm"
    },
    "decryptionKey": {
      "type": "string",
      "description": "Decryption key that used to decrypt the log.",
      "nullable": true
    },
    "downloadUrl": {
      "type": "string",
      "description": "Download SAS (Shared Access Signature) Url for completed app log request.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}