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