次の方法で共有


win32LobAppRegistryRequirement リソースの種類

名前空間: microsoft.graph

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

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

Win32 アプリを検出するためのレジストリ プロパティが含まれています

win32LobAppRequirement から継承します

プロパティ

プロパティ 説明
operator win32LobAppDetectionOperator 検出の演算子 win32LobAppRequirement から継承されます。 可能な値は、notConfiguredequalnotEqualgreaterThangreaterThanOrEquallessThanlessThanOrEqual です。
detectionValue String 検出値 win32LobAppRequirement から継承
check32BitOn64System ブール型 このレジストリ パスが 64 ビット システムで 32 ビット アプリをチェックするための値
キーパス String Win32 Line of Business (LoB) アプリを検出するためのレジストリ キー パス
Valuename String レジストリ値の名前
detectionType win32LobAppRegistryDetectionType レジストリ データ検出の種類。 使用可能な値: notConfiguredexistsdoesNotExiststringintegerversion

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.win32LobAppRegistryRequirement",
  "operator": "String",
  "detectionValue": "String",
  "check32BitOn64System": true,
  "keyPath": "String",
  "valueName": "String",
  "detectionType": "String"
}