androidForWorkSettings 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.
Settings for Android For Work.
Methods
Method | Return Type | Description |
---|---|---|
Get androidForWorkSettings | androidForWorkSettings | Read properties and relationships of the androidForWorkSettings object. |
Update androidForWorkSettings | androidForWorkSettings | Update the properties of a androidForWorkSettings object. |
requestSignupUrl action | String | |
completeSignup action | None | |
syncApps action | None | |
unbind action | None |
Properties
Property | Type | Description |
---|---|---|
id | String | The Android for Work settings identifier |
bindStatus | androidForWorkBindStatus | 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 | androidForWorkSyncStatus | 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 for Work |
lastModifiedDateTime | DateTimeOffset | Last modification time for Android for Work settings |
enrollmentTarget | androidForWorkEnrollmentTarget | Indicates which users can enroll devices in Android for Work 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. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.androidForWorkSettings",
"id": "String (identifier)",
"bindStatus": "String",
"lastAppSyncDateTime": "String (timestamp)",
"lastAppSyncStatus": "String",
"ownerUserPrincipalName": "String",
"ownerOrganizationName": "String",
"lastModifiedDateTime": "String (timestamp)",
"enrollmentTarget": "String",
"targetGroupIds": [
"String"
],
"deviceOwnerManagementEnabled": true
}