win32LobAppRegistryRule リソースの種類
名前空間: microsoft.graph
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Win32 LOB アプリのレジストリ ルール データを格納する複合型。
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| ruleType | win32LobAppRuleType | ルールの目的を示すルールの種類。 win32LobAppRule から継承されます。 可能な値は、detection、requirement です。 |
| check32BitOn64System | Boolean | 64 ビット システムで 32 ビット レジストリを検索するかどうかを示す値。 |
| keyPath | String | 検出する値を含むレジストリ エントリの完全なパス。 |
| valueName | String | 検出するレジストリ値の名前。 |
| operationType | win32LobAppRegistryRuleOperationType | レジストリ操作の種類。 使用可能な値: notConfigured、exists、doesNotExist、string、integer、version。 |
| operator | win32LobAppRuleOperator | レジストリ検出の演算子。 可能な値は、notConfigured、equal、notEqual、greaterThan、greaterThanOrEqual、lessThan、lessThanOrEqual です。 |
| comparisonValue | String | レジストリの比較値。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.win32LobAppRegistryRule",
"ruleType": "String",
"check32BitOn64System": true,
"keyPath": "String",
"valueName": "String",
"operationType": "String",
"operator": "String",
"comparisonValue": "String"
}
フィードバック
フィードバックの送信と表示