Bewerken

Delen via


localAdminSettings resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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",
  }
}