deviceManagementBooleanSettingInstance-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.
Eine Einstellungsinstanz, die einen booleschen Wert darstellt
Erbt von deviceManagementSettingInstance
Methoden
Methode | Rückgabetyp | Beschreibung |
---|---|---|
DeviceManagementBooleanSettingInstances auflisten | deviceManagementBooleanSettingInstance-Sammlung | Listet die Eigenschaften und Beziehungen der deviceManagementBooleanSettingInstance-Objekte auf . |
DeviceManagementBooleanSettingInstance abrufen | deviceManagementBooleanSettingInstance | Liest eigenschaften und beziehungen des deviceManagementBooleanSettingInstance-Objekts . |
Erstellen von deviceManagementBooleanSettingInstance | deviceManagementBooleanSettingInstance | Erstellen Sie ein neues deviceManagementBooleanSettingInstance-Objekt . |
deviceManagementBooleanSettingInstance löschen | Keine | Löscht eine deviceManagementBooleanSettingInstance. |
DeviceManagementBooleanSettingInstance aktualisieren | deviceManagementBooleanSettingInstance | Aktualisieren sie die Eigenschaften eines deviceManagementBooleanSettingInstance-Objekts . |
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
id | Zeichenfolge | Die einstellungsinstanz-ID, die von deviceManagementSettingInstance geerbt wurde |
definitionId | Zeichenfolge | Die ID der Einstellungsdefinition für diese Instanz, geerbt von deviceManagementSettingInstance |
valueJson | Zeichenfolge | JSON-Darstellung des Werts Geerbt von deviceManagementSettingInstance |
Wert | Boolesch | Der boolesche Wert |
Beziehungen
Keine
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@odata.type": "#microsoft.graph.deviceManagementBooleanSettingInstance",
"id": "String (identifier)",
"definitionId": "String",
"valueJson": "String",
"value": true
}