win32LobAppProductCodeRule リソースの種類

名前空間: microsoft.graph

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

Win32 LOB アプリの製品コードとバージョン ルール データを格納する複合型。 このルールは、要件ルールとしてサポートされていません。

win32LobAppRule から継承

プロパティ

プロパティ 種類 説明
ruleType win32LobAppRuleType ルールの目的を示すルールの種類。 win32LobAppRule から継承されます。 可能な値は、detectionrequirement です。
productCode String アプリの製品コード。
productVersionOperator win32LobAppRuleOperator 製品バージョン比較演算子。 可能な値は、notConfiguredequalnotEqualgreaterThangreaterThanOrEquallessThanlessThanOrEqual です。
productVersion String 製品バージョンの比較値。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.win32LobAppProductCodeRule",
  "ruleType": "String",
  "productCode": "String",
  "productVersionOperator": "String",
  "productVersion": "String"
}