win32LobAppRegistryRule リソースの種類

名前空間: microsoft.graph

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

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

Win32 LOB アプリのレジストリ ルール データを格納する複合型。

win32LobAppRule から継承

プロパティ

プロパティ 説明
ruleType win32LobAppRuleType ルールの目的を示すルールの種類。 win32LobAppRule から継承されます。 可能な値は、detectionrequirement です。
check32BitOn64System Boolean 64 ビット システムで 32 ビット レジストリを検索するかどうかを示す値。
keyPath String 検出する値を含むレジストリ エントリの完全なパス。
valueName String 検出するレジストリ値の名前。
operationType win32LobAppRegistryRuleOperationType レジストリ操作の種類。 使用可能な値: notConfiguredexistsdoesNotExiststringintegerversion
operator win32LobAppRuleOperator レジストリ検出の演算子。 可能な値は、notConfiguredequalnotEqualgreaterThangreaterThanOrEquallessThanlessThanOrEqual です。
comparisonValue String レジストリの比較値。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.win32LobAppRegistryRule",
  "ruleType": "String",
  "check32BitOn64System": true,
  "keyPath": "String",
  "valueName": "String",
  "operationType": "String",
  "operator": "String",
  "comparisonValue": "String"
}