deviceEnrollmentPlatformRestrictionsConfiguration-Ressourcentyp
Namespace: microsoft.graph
Wichtig: Microsoft Graph-APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Geräteregistrierungskonfiguration, die die Gerätetypen einschränkt, die ein Benutzer registrieren kann
Erbt von deviceEnrollmentConfiguration
Methoden
Eigenschaften
| Eigenschaft | Typ | Beschreibung |
|---|---|---|
| id | Zeichenfolge | Eindeutiger Bezeichner für das Konto Geerbt von deviceEnrollmentConfiguration |
| displayName | Zeichenfolge | Der Anzeigename der Geräteregistrierungskonfiguration, geerbt von deviceEnrollmentConfiguration |
| description | String | Die Beschreibung der Geräteregistrierungskonfiguration, geerbt von deviceEnrollmentConfiguration |
| Priorität | Int32 | Priorität wird verwendet, wenn ein Benutzer in mehreren Gruppen vorhanden ist, denen die Registrierungskonfiguration zugewiesen ist. Benutzer unterliegen nur der Konfiguration mit dem niedrigsten Prioritätswert. Geerbt von deviceEnrollmentConfiguration |
| createdDateTime | DateTimeOffset | Erstellungsdatum der Konfiguration für die Geräteregistrierung in UTC, geerbt von deviceEnrollmentConfiguration |
| lastModifiedDateTime | DateTimeOffset | Datum der letzten Änderung in UTC der Geräteregistrierungskonfiguration geerbt von deviceEnrollmentConfiguration |
| Version | Int32 | Die Version der Geräteregistrierungskonfiguration, geerbt von deviceEnrollmentConfiguration |
| roleScopeTagIds | String collection | Optionale Rollenbereichstags für die Registrierungseinschränkungen. Geerbt von deviceEnrollmentConfiguration |
| deviceEnrollmentConfigurationType | deviceEnrollmentConfigurationType | Unterstützung für den Registrierungskonfigurationstyp, geerbt von deviceEnrollmentConfiguration. Mögliche Werte: unknown, limit, platformRestrictions, windowsHelloForBusiness, defaultLimit, defaultPlatformRestrictions, defaultWindowsHelloForBusiness, defaultWindows10EnrollmentCompletionPageConfiguration, windows10EnrollmentCompletionPageConfiguration, deviceComanagementAuthorityConfiguration, singlePlatformRestriction, unknownFutureValue, enrollmentNotificationsConfiguration. |
| iosRestriction | deviceEnrollmentPlatformRestriction | Ios-Einschränkungen basierend auf Plattform, Plattformbetriebssystemversion und Gerätebesitz |
| windowsRestriction | deviceEnrollmentPlatformRestriction | Windows-Einschränkungen basierend auf Plattform, Plattformbetriebssystemversion und Gerätebesitz |
| windowsHomeSkuRestriction | deviceEnrollmentPlatformRestriction | Windows Home Sku-Einschränkungen basierend auf Plattform, Plattformbetriebssystemversion und Gerätebesitz |
| windowsMobileRestriction | deviceEnrollmentPlatformRestriction | Einschränkungen für Windows Mobile basierend auf Plattform, Plattformbetriebssystemversion und Gerätebesitz |
| androidRestriction | deviceEnrollmentPlatformRestriction | Android-Einschränkungen basierend auf Plattform, Plattformbetriebssystemversion und Gerätebesitz |
| androidForWorkRestriction | deviceEnrollmentPlatformRestriction | Einschränkungen für Android für die Arbeit basierend auf Plattform, Plattformbetriebssystemversion und Gerätebesitz |
| macRestriction | deviceEnrollmentPlatformRestriction | Mac-Einschränkungen basierend auf Plattform, Plattformbetriebssystemversion und Gerätebesitz |
| macOSRestriction | deviceEnrollmentPlatformRestriction | Mac-Einschränkungen basierend auf Plattform, Plattformbetriebssystemversion und Gerätebesitz |
Beziehungen
| Beziehung | Typ | Beschreibung |
|---|---|---|
| assignments | enrollmentConfigurationAssignment-Sammlung | Die Liste der Gruppenzuweisungen für das Gerätekonfigurationsprofil, geerbt von deviceEnrollmentConfiguration |
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@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"
]
}
}
Feedback
Feedback senden und anzeigen für