Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.3 KB

localadminsettings.md

File metadata and controls

44 lines (35 loc) · 1.3 KB
title description author ms.localizationpriority ms.subservice doc_type
localAdminSettings resource type
Controls local administrators on Microsoft Entra-joined devices.
SanDeo-MSFT
medium
entra-directory-management
resourcePageType

localAdminSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Controls local administrators on Microsoft Entra-joined devices.

Properties

Property Type Description
enableGlobalAdmins Boolean Indicates whether global administrators are local administrators on all Microsoft Entra-joined devices. This setting only applies to future registrations. Default is true.
registeringUsers deviceRegistrationMembership Determines the users and groups that become local administrators on Microsoft Entra joined devices that they register.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.localAdminSettings",
  "enableGlobalAdmins": "Boolean",
  "registeringUsers": {
    "@odata.type": "microsoft.graph.deviceRegistrationMembership",
  }
}