androidForWorkEnrollmentProfile 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 COSU devices using Google's Cloud Management.

Methods

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

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.
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.
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.
qrCodeContent String String used to generate a QR code for the token.
qrCodeImage mimeContent String used to generate a QR code for the token.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.androidForWorkEnrollmentProfile",
  "accountId": "String",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "tokenValue": "String",
  "tokenExpirationDateTime": "String (timestamp)",
  "enrolledDeviceCount": 1024,
  "qrCodeContent": "String",
  "qrCodeImage": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  }
}