deviceEnrollmentPlatformRestrictionsConfiguration リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
ユーザーが登録できるデバイスの種類を制限するデバイス登録の構成
deviceEnrollmentConfiguration からの継承
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | deviceEnrollmentConfiguration から継承されたアカウントの一意識別子 |
displayName | String | deviceEnrollmentConfiguration から継承されたデバイス登録構成の表示名 |
説明 | String | deviceEnrollmentConfiguration から継承されたデバイス登録構成の説明 |
priority | Int32 | 優先度は、登録構成が割り当てられている複数のグループにユーザーが存在する場合に使用されます。 ユーザーは、優先度が最も低い値の構成にのみ適用されます。 deviceEnrollmentConfiguration からの継承 |
createdDateTime | DateTimeOffset | deviceEnrollmentConfiguration から継承されたデバイス登録構成の UTC で作成された日付時刻 |
lastModifiedDateTime | DateTimeOffset | デバイス登録構成の UTC での最終変更日時 deviceEnrollmentConfiguration から継承 |
version | Int32 | deviceEnrollmentConfiguration から継承されたデバイス登録構成のバージョン |
iosRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、およびデバイスの所有権に基づく Ios の制限 |
windowsRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、デバイスの所有権に基づく Windows の制限 |
windowsMobileRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、デバイスの所有権に基づく Windows モバイル制限 |
androidRestriction | deviceEnrollmentPlatformRestriction | プラットフォーム、プラットフォーム オペレーティング システムのバージョン、デバイスの所有権に基づく Android の制限 |
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,
"iosRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
},
"windowsRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
},
"windowsMobileRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
},
"androidRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
},
"macOSRestriction": {
"@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction",
"platformBlocked": true,
"personalDeviceEnrollmentBlocked": true,
"osMinimumVersion": "String",
"osMaximumVersion": "String"
}
}