win32LobAppRegistryRule リソースの種類

名前空間: microsoft.graph

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

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

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

win32LobAppRule から継承します

プロパティ

プロパティ 説明
ruleType win32LobAppRuleType ルールの目的を示すルールの種類。 win32LobAppRule から継承されます。 可能な値は、detectionrequirement です。
check32BitOn64System ブール型 64 ビット システムで 32 ビット レジストリを検索するかどうかを示す値。
キーパス String 検出する値を含むレジストリ エントリの完全パス。
Valuename String 検出するレジストリ値の名前。
operationType win32LobAppRegistryRuleOperationType レジストリ操作の種類。 可能な値は、notConfiguredexistsdoesNotExiststringintegerversionappVersionunknownFutureValue です。
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"
}