androidDeviceOwnerEnrollmentProfile 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.

Enrollment Profile used to enroll Android Enterprise devices using Google's Cloud Management.

Methods

Method Return Type Description
List androidDeviceOwnerEnrollmentProfiles androidDeviceOwnerEnrollmentProfile collection List properties and relationships of the androidDeviceOwnerEnrollmentProfile objects.
Get androidDeviceOwnerEnrollmentProfile androidDeviceOwnerEnrollmentProfile Read properties and relationships of the androidDeviceOwnerEnrollmentProfile object.
Create androidDeviceOwnerEnrollmentProfile androidDeviceOwnerEnrollmentProfile Create a new androidDeviceOwnerEnrollmentProfile object.
Delete androidDeviceOwnerEnrollmentProfile None Deletes a androidDeviceOwnerEnrollmentProfile.
Update androidDeviceOwnerEnrollmentProfile androidDeviceOwnerEnrollmentProfile Update the properties of a androidDeviceOwnerEnrollmentProfile object.
revokeToken action None
createToken action None
getDefaultTeamsDeviceNonGmsEnrollmentProfile action enrollmentProfileForNonGmsTeamsDevice

Properties

Property Type Description
accountId String Tenant GUID the enrollment profile belongs to.
id String Unique GUID for the enrollment profile.
displayName String Display name for the enrollment profile.
description String Description for the enrollment profile.
enrollmentMode androidDeviceOwnerEnrollmentMode The enrollment mode of devices that use this enrollment profile. Possible values are: corporateOwnedDedicatedDevice, corporateOwnedFullyManaged, corporateOwnedWorkProfile, corporateOwnedAOSPUserlessDevice, corporateOwnedAOSPUserAssociatedDevice.
enrollmentTokenType androidDeviceOwnerEnrollmentTokenType The enrollment token type for an enrollment profile. Possible values are: default, corporateOwnedDedicatedDeviceWithAzureADSharedMode, deviceStaging.
createdDateTime DateTimeOffset Date time the enrollment profile was created.
lastModifiedDateTime DateTimeOffset Date time the enrollment profile was last modified.
tokenValue String Value of the most recently created token for this enrollment profile.
tokenCreationDateTime DateTimeOffset Date time the most recently created token was created.
tokenExpirationDateTime DateTimeOffset Date time the most recently created token will expire.
enrolledDeviceCount Int32 Total number of Android devices that have enrolled using this enrollment profile.
enrollmentTokenUsageCount Int32 Total number of AOSP devices that have enrolled using the current token.
qrCodeContent String String used to generate a QR code for the token.
qrCodeImage mimeContent String used to generate a QR code for the token.
roleScopeTagIds String collection List of Scope Tags for this Entity instance.
configureWifi Boolean Boolean that indicates that the Wi-Fi network should be configured during device provisioning. When set to TRUE, device provisioning will use Wi-Fi related properties to automatically connect to Wi-Fi networks. When set to FALSE or undefined, other Wi-Fi related properties will be ignored. Default value is TRUE. Returned by default.
wifiSsid String String that contains the wi-fi login ssid
wifiPassword String String that contains the wi-fi login password
wifiSecurityType aospWifiSecurityType String that contains the wi-fi security type. Possible values are: none, wpa, wep.
wifiHidden Boolean Boolean that indicates if hidden wifi networks are enabled
isTeamsDeviceProfile Boolean Boolean indicating if this profile is an Android AOSP for Teams device profile.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.androidDeviceOwnerEnrollmentProfile",
  "accountId": "String",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "enrollmentMode": "String",
  "enrollmentTokenType": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "tokenValue": "String",
  "tokenCreationDateTime": "String (timestamp)",
  "tokenExpirationDateTime": "String (timestamp)",
  "enrolledDeviceCount": 1024,
  "enrollmentTokenUsageCount": 1024,
  "qrCodeContent": "String",
  "qrCodeImage": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "roleScopeTagIds": [
    "String"
  ],
  "configureWifi": true,
  "wifiSsid": "String",
  "wifiPassword": "String",
  "wifiSecurityType": "String",
  "wifiHidden": true,
  "isTeamsDeviceProfile": true
}