win32LobAppRegistryRequirement リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Win32 アプリを検出するレジストリ プロパティが含まれている
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| operator | win32LobAppDetectionOperator | 検出の演算子 win32LobAppRequirement から継承します。 可能な値は、notConfigured、equal、notEqual、greaterThan、greaterThanOrEqual、lessThan、lessThanOrEqual です。 |
| detectionValue | String | 検出値 win32LobAppRequirement から継承 |
| check32BitOn64System | Boolean | このレジストリ パスが 64 ビット システムで 32 ビット アプリをチェックするかどうかを示す値 |
| keyPath | String | Win32 Line of Business (LoB) アプリを検出するレジストリ キー パス |
| valueName | String | レジストリ値の名前 |
| detectionType | win32LobAppRegistryDetectionType | レジストリ データ検出の種類。 使用可能な値: notConfigured、exists、doesNotExist、string、integer、version。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.win32LobAppRegistryRequirement",
"operator": "String",
"detectionValue": "String",
"check32BitOn64System": true,
"keyPath": "String",
"valueName": "String",
"detectionType": "String"
}
フィードバック
フィードバックの送信と表示