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

Enterprise settings for an Android managed store account.

Methods

Method Return Type Description
Get androidManagedStoreAccountEnterpriseSettings androidManagedStoreAccountEnterpriseSettings Read properties and relationships of the androidManagedStoreAccountEnterpriseSettings object.
Update androidManagedStoreAccountEnterpriseSettings androidManagedStoreAccountEnterpriseSettings Update the properties of a androidManagedStoreAccountEnterpriseSettings object.
approveApps action None
requestSignupUrl action String
completeSignup action None
syncApps action None
unbind action None
createGooglePlayWebToken action String Generates a web token that is used in an embeddable component.
setAndroidDeviceOwnerFullyManagedEnrollmentState action None Sets the AndroidManagedStoreAccountEnterpriseSettings AndroidDeviceOwnerFullyManagedEnrollmentEnabled to the given value.
addApps action None

Properties

Property Type Description
id String The Android store account enterprise settings identifier
bindStatus androidManagedStoreAccountBindStatus Bind status of the tenant with the Google EMM API. Possible values are: notBound, bound, boundAndValidated, unbinding.
lastAppSyncDateTime DateTimeOffset Last completion time for app sync
lastAppSyncStatus androidManagedStoreAccountAppSyncStatus Last application sync result. Possible values are: success, credentialsNotValid, androidForWorkApiError, managementServiceError, unknownError, none.
ownerUserPrincipalName String Owner UPN that created the enterprise
ownerOrganizationName String Organization name used when onboarding Android Enterprise
lastModifiedDateTime DateTimeOffset Last modification time for Android enterprise settings
enrollmentTarget androidManagedStoreAccountEnrollmentTarget Indicates which users can enroll devices in Android Enterprise device management. Possible values are: none, all, targeted, targetedAsEnrollmentRestrictions.
targetGroupIds String collection Specifies which AAD groups can enroll devices in Android for Work device management if enrollmentTarget is set to 'Targeted'
deviceOwnerManagementEnabled Boolean Indicates if this account is flighting for Android Device Owner Management with CloudDPC.
companyCodes androidEnrollmentCompanyCode collection Company codes for AndroidManagedStoreAccountEnterpriseSettings
androidDeviceOwnerFullyManagedEnrollmentEnabled Boolean Company codes for AndroidManagedStoreAccountEnterpriseSettings
managedGooglePlayInitialScopeTagIds String collection Initial scope tags for MGP apps

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.androidManagedStoreAccountEnterpriseSettings",
  "id": "String (identifier)",
  "bindStatus": "String",
  "lastAppSyncDateTime": "String (timestamp)",
  "lastAppSyncStatus": "String",
  "ownerUserPrincipalName": "String",
  "ownerOrganizationName": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "enrollmentTarget": "String",
  "targetGroupIds": [
    "String"
  ],
  "deviceOwnerManagementEnabled": true,
  "companyCodes": [
    {
      "@odata.type": "microsoft.graph.androidEnrollmentCompanyCode",
      "enrollmentToken": "String",
      "qrCodeContent": "String",
      "qrCodeImage": {
        "@odata.type": "microsoft.graph.mimeContent",
        "type": "String",
        "value": "binary"
      }
    }
  ],
  "androidDeviceOwnerFullyManagedEnrollmentEnabled": true,
  "managedGooglePlayInitialScopeTagIds": [
    "String"
  ]
}