deviceEnrollmentPlatformRestrictionsConfiguration リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
ユーザーが登録できるデバイスの種類を制限するデバイス登録構成
deviceEnrollmentConfiguration からの継承
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | deviceEnrollmentConfiguration から継承されたアカウントの一意識別子 |
| displayName | String | deviceEnrollmentConfiguration から継承されたデバイス登録構成の表示名 |
| 説明 | String | deviceEnrollmentConfiguration から継承されたデバイス登録構成の説明 |
| priority | Int32 | 優先度は、登録構成が割り当てられている複数のグループにユーザーが存在する場合に使用されます。 ユーザーは、優先順位の低い値を持つ構成のみに従います。 deviceEnrollmentConfiguration からの継承 |
| createdDateTime | DateTimeOffset | deviceEnrollmentConfiguration から継承されたデバイス登録構成の UTC で作成された日付時刻 |
| lastModifiedDateTime | DateTimeOffset | deviceEnrollmentConfiguration から継承されたデバイス登録構成の UTC での最終変更日時 |
| version | Int32 | deviceEnrollmentConfiguration から継承されたデバイス登録構成のバージョン |
| roleScopeTagIds | String collection | 登録制限の省略可能なロール スコープ タグ。 deviceEnrollmentConfiguration からの継承 |
| deviceEnrollmentConfigurationType | deviceEnrollmentConfigurationType | deviceEnrollmentConfiguration から継承された登録構成の種類のサポート。 可能な値は、unknown、limit、platformRestrictions、windowsHelloForBusiness、defaultLimit、defaultPlatformRestrictions、defaultWindowsHelloForBusiness、defaultWindows10EnrollmentCompletionPageConfiguration、windows10EnrollmentCompletionPageConfiguration、deviceComanagementAuthorityConfiguration、singlePlatformRestriction、unknownFutureValue、enrollmentNotificationsConfiguration です。 |
| iosRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Ios の制限 |
| windowsRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Windows の制限 |
| windowsHomeSkuRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Windows Home Sku の制限 |
| windowsMobileRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Windows モバイル制限 |
| androidRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Android の制限 |
| androidForWorkRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Android for Work の制限 |
| macRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Mac の制限 |
| macOSRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Mac の制限 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| assignments | enrollmentConfigurationAssignment コレクション | deviceEnrollmentConfiguration から継承されたデバイス構成プロファイルのグループ割り当ての一覧 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"priority": 1024,
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"version": 1024,
"roleScopeTagIds": [
"String"
],
"deviceEnrollmentConfigurationType": "String",
"iosRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"windowsRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"windowsHomeSkuRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"windowsMobileRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"androidRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"androidForWorkRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"macRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
},
"macOSRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String",
"blockedManufacturers": [
"String"
],
"blockedSkus": [
"String"
]
}
}
フィードバック
フィードバックの送信と表示