appLogCollectionDownloadDetails リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

まだ文書化されていません

プロパティ

プロパティ 説明
downloadUrl String 完了した AppLogUploadRequest の SAS Url をダウンロードする
decryptionKey String 文字列としての DecryptionKey
appLogDecryptionAlgorithm appLogDecryptionAlgorithm DecryptionAlgorithm for Content. 指定できる値は次のとおりです aes256

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.appLogCollectionDownloadDetails",
  "downloadUrl": "String",
  "decryptionKey": "String",
  "appLogDecryptionAlgorithm": "String"
}