chromeOSOnboardingSettings resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Entity that represents a Chromebook tenant settings

Methods

Method Return Type Description
List chromeOSOnboardingSettingses chromeOSOnboardingSettings collection List properties and relationships of the chromeOSOnboardingSettings objects.
Get chromeOSOnboardingSettings chromeOSOnboardingSettings Read properties and relationships of the chromeOSOnboardingSettings object.
Create chromeOSOnboardingSettings chromeOSOnboardingSettings Create a new chromeOSOnboardingSettings object.
Delete chromeOSOnboardingSettings None Deletes a chromeOSOnboardingSettings.
Update chromeOSOnboardingSettings chromeOSOnboardingSettings Update the properties of a chromeOSOnboardingSettings object.
connect action chromeOSOnboardingStatus
disconnect action chromeOSOnboardingStatus

Properties

Property Type Description
id String The ChromebookTenant's Id
ownerUserPrincipalName String The ChromebookTenant's OwnerUserPrincipalName
onboardingStatus onboardingStatus The ChromebookTenant's OnboardingStatus. Possible values are: unknown, inprogress, onboarded, failed, offboarding, unknownFutureValue.
lastModifiedDateTime DateTimeOffset The ChromebookTenant's LastModifiedDateTime
lastDirectorySyncDateTime DateTimeOffset The ChromebookTenant's LastDirectorySyncDateTime

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.chromeOSOnboardingSettings",
  "id": "String (identifier)",
  "ownerUserPrincipalName": "String",
  "onboardingStatus": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "lastDirectorySyncDateTime": "String (timestamp)"
}