androidForWorkSettings リソース タイプ
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Android for Work の設定です。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
Get androidForWorkSettings | androidForWorkSettings | androidForWorkSettings オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update androidForWorkSettings | androidForWorkSettings | androidForWorkSettings オブジェクトのプロパティを更新します。 |
requestSignupUrl action | String | |
completeSignup action | なし | |
syncApps action | なし | |
unbind action | なし |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | Android for Work の設定の識別子 |
bindStatus | androidForWorkBindStatus | Google EMM API を使用してテナントの状態をバインドします。 使用可能な値は、notBound 、bound 、boundAndValidated 、unbinding です。 |
lastAppSyncDateTime | DateTimeOffset | アプリ同期の最終完了時刻 |
lastAppSyncStatus | androidForWorkSyncStatus | 最後のアプリケーション同期の結果。 使用可能な値: success 、credentialsNotValid 、androidForWorkApiError 、managementServiceError 、unknownError 、none 。 |
ownerUserPrincipalName | String | エンタープライズを作成した所有者の UPN |
ownerOrganizationName | String | Android for Work のオンボーディング時に使用される組織名 |
lastModifiedDateTime | DateTimeOffset | Android for Work の設定の最終変更時刻 |
enrollmentTarget | androidForWorkEnrollmentTarget | Android for Work デバイス管理でデバイスを登録できるユーザーを示します。 使用可能な値は、none 、all 、targeted 、targetedAsEnrollmentRestrictions です。 |
targetGroupIds | String コレクション | enrollmentTarget が「Targeted」に設定されている場合、どの AAD グループが Android for Work デバイス管理にデバイスを登録できるかを指定します。 |
deviceOwnerManagementEnabled | ブール型 | このアカウントが CloudDPC を使用して Android デバイス所有者管理用にフライトしているかどうかを示します。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@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
}