win32LobAppFileSystemDetection リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

Win32 アプリを検出するためのファイルまたはフォルダー パスが含まれています

win32LobAppDetection から継承します

プロパティ

プロパティ 説明
path String Win32 Line of Business (LoB) アプリを検出するためのファイルまたはフォルダー パス
fileOrFolderName String Win32 Line of Business (LoB) アプリを検出するファイルまたはフォルダー名
check32BitOn64System ブール型 このファイルまたはフォルダーが 64 ビット システムで 32 ビット アプリをチェックするための値
detectionType win32LobAppFileSystemDetectionType ファイル システム検出の種類。 可能な値は、notConfiguredexistsmodifiedDatecreatedDateversionsizeInMBdoesNotExist です。
operator win32LobAppDetectionOperator ファイルまたはフォルダーの検出の演算子。 可能な値は、notConfiguredequalnotEqualgreaterThangreaterThanOrEquallessThanlessThanOrEqual です。
detectionValue String ファイルまたはフォルダーの検出値

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
  "path": "String",
  "fileOrFolderName": "String",
  "check32BitOn64System": true,
  "detectionType": "String",
  "operator": "String",
  "detectionValue": "String"
}