Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

az_device

Device in Azure Active Directory


Description

Class representing a registered device.

Format

An R6 object of class az_device, inheriting from az_object.

Fields

  • token: The token used to authenticate with the Graph host.

  • tenant: The Azure Active Directory tenant for this group.

  • type: always "device" for a device object.

  • properties: The device properties.

Methods

  • new(...): Initialize a new device object. Do not call this directly; see 'Initialization' below.

  • delete(confirm=TRUE): Delete a device. By default, ask for confirmation first.

  • update(...): Update the device information in Azure Active Directory.

  • do_operation(...): Carry out an arbitrary operation on the device.

  • sync_fields(): Synchronise the R object with the app data in Azure Active Directory.

Initialization

Create objects of this class via the list_registered_devices() and list_owned_devices() methods of the az_user class.

See Also


AzureGraph

Simple Interface to 'Microsoft Graph'

v1.3.0
MIT + file LICENSE
Authors
Hong Ooi [aut, cre], Microsoft [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.