deviceComanagementAuthorityConfiguration-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.
Windows 10 Co-Management Autoritätsseitenkonfiguration
Erbt von deviceEnrollmentConfiguration
Methoden
| Methode | Rückgabetyp | Beschreibung |
|---|---|---|
| deviceComanagementAuthorityConfigurations auflisten | deviceComanagementAuthorityConfiguration-Sammlung | Auflisten der Eigenschaften und Beziehungen der deviceComanagementAuthorityConfiguration-Objekte . |
| deviceComanagementAuthorityConfiguration abrufen | deviceComanagementAuthorityConfiguration | Liest die Eigenschaften und Beziehungen des deviceComanagementAuthorityConfiguration-Objekts . |
| deviceComanagementAuthorityConfiguration erstellen | deviceComanagementAuthorityConfiguration | Erstellen Sie ein neues deviceComanagementAuthorityConfiguration-Objekt . |
| deviceComanagementAuthorityConfiguration löschen | Keine | Löscht ein deviceComanagementAuthorityConfiguration-Objekt. |
| deviceComanagementAuthorityConfiguration aktualisieren | deviceComanagementAuthorityConfiguration | Dient zum Aktualisieren der Eigenschaften eines deviceComanagementAuthorityConfiguration-Objekts . |
Eigenschaften
| Eigenschaft | Typ | Beschreibung |
|---|---|---|
| id | Zeichenfolge | Eindeutiger Bezeichner für das Konto Geerbt von deviceEnrollmentConfiguration |
| displayName | String | Der Anzeigename der Geräteregistrierungskonfiguration, geerbt von deviceEnrollmentConfiguration |
| description | Zeichenfolge | 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. |
| managedDeviceAuthority | Int32 | CoManagement Authority-Konfiguration ManagedDeviceAuthority |
| installConfigurationManagerAgent | Boolesch | Konfiguration der CoManagement Authority InstallConfigurationManagerAgent |
| configurationManagerAgentCommandLineArgument | String | Konfiguration der CoManagement Authority ConfigurationManagerAgentCommandLineArgument |
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.deviceComanagementAuthorityConfiguration",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"priority": 1024,
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"version": 1024,
"roleScopeTagIds": [
"String"
],
"deviceEnrollmentConfigurationType": "String",
"managedDeviceAuthority": 1024,
"installConfigurationManagerAgent": true,
"configurationManagerAgentCommandLineArgument": "String"
}
Feedback
Feedback senden und anzeigen für