deviceComanagementAuthorityConfiguration-Ressourcentyp
Namespace: microsoft.graph
Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Konfiguration der Windows 10-Co-Management-Autoritätsseite
Erbt von deviceEnrollmentConfiguration
Methoden
Methode | Rückgabetyp | Beschreibung |
---|---|---|
deviceComanagementAuthorityConfigurations auflisten | deviceComanagementAuthorityConfiguration-Sammlung | Auflisten der Eigenschaften und Beziehungen der deviceComanagementAuthorityConfiguration-Objekte . |
deviceComanagementAuthorityConfiguration abrufen | deviceComanagementAuthorityConfiguration | Liest eigenschaften und beziehungen des deviceComanagementAuthorityConfiguration-Objekts . |
Erstellen von deviceComanagementAuthorityConfiguration | deviceComanagementAuthorityConfiguration | Erstellen Sie ein neues deviceComanagementAuthorityConfiguration-Objekt . |
deviceComanagementAuthorityConfiguration löschen | Keine | Löscht eine deviceComanagementAuthorityConfiguration. |
Aktualisieren von deviceComanagementAuthorityConfiguration | deviceComanagementAuthorityConfiguration | Aktualisieren sie die Eigenschaften eines deviceComanagementAuthorityConfiguration-Objekts . |
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
id | Zeichenfolge | Eindeutiger Bezeichner für das Konto, das von deviceEnrollmentConfiguration geerbt wurde |
displayName | Zeichenfolge | Der Anzeigename der Geräteregistrierungskonfiguration, die von deviceEnrollmentConfiguration geerbt wurde. |
description | Zeichenfolge | Die Beschreibung der Geräteregistrierungskonfiguration, die von deviceEnrollmentConfiguration geerbt wurde. |
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 | Datum und Uhrzeit der Erstellung in UTC der Geräteregistrierungskonfiguration geerbt von deviceEnrollmentConfiguration |
lastModifiedDateTime | DateTimeOffset | Datum der letzten Änderung in UTC der Geräteregistrierungskonfiguration geerbt von deviceEnrollmentConfiguration |
Version | Int32 | Die Version der Geräteregistrierungskonfiguration, die von deviceEnrollmentConfiguration geerbt wurde |
roleScopeTagIds | Zeichenfolgensammlung | Optionale Rollenbereichstags für die Registrierungseinschränkungen. Geerbt von deviceEnrollmentConfiguration |
deviceEnrollmentConfigurationType | deviceEnrollmentConfigurationType | Unterstützung für registrierungskonfigurationstyp Geerbt von deviceEnrollmentConfiguration. Mögliche Werte: unknown , limit , platformRestrictions , windowsHelloForBusiness , defaultLimit , defaultPlatformRestrictions , defaultWindowsHelloForBusiness , defaultWindows10EnrollmentCompletionPageConfiguration , windows10EnrollmentCompletionPageConfiguration , deviceComanagementAuthorityConfiguration , singlePlatformRestriction , unknownFutureValue , enrollmentNotificationsConfiguration . |
managedDeviceAuthority | Int32 | CoManagement Authority configuration ManagedDeviceAuthority |
installConfigurationManagerAgent | Boolesch | Konfiguration der CoManagement-Autorität InstallConfigurationManagerAgent |
configurationManagerAgentCommandLineArgument | Zeichenfolge | Konfiguration der CoManagement-Autorität ConfigurationManagerAgentCommandLineArgument |
Beziehungen
Beziehung | Typ | Beschreibung |
---|---|---|
assignments | enrollmentConfigurationAssignment-Sammlung | Die Liste der Gruppenzuweisungen für das Gerätekonfigurationsprofil, das von deviceEnrollmentConfiguration geerbt wurde |
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"
}