名前空間: microsoft.graph
重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Android の管理ストア アカウントのエンタープライズ設定。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| androidManagedStoreAccountEnterpriseSettings を取得する | androidManagedStoreAccountEnterpriseSettings | androidManagedStoreAccountEnterpriseSettings オブジェクトのプロパティと関係を読み取ります。 |
| androidManagedStoreAccountEnterpriseSettings を更新する | androidManagedStoreAccountEnterpriseSettings | androidManagedStoreAccountEnterpriseSettings オブジェクトのプロパティを更新します。 |
| approveApps アクション | なし | |
| requestSignupUrl action | 文字列 | |
| completeSignup action | なし | |
| syncApps action | なし | |
| unbind action | なし | |
| createGooglePlayWebToken アクション | 文字列 | 埋め込み可能コンポーネントで使用される Web トークンを生成します。 |
| setAndroidDeviceOwnerFullyManagedEnrollmentState アクション | なし | AndroidManagedStoreAccountEnterpriseSettings AndroidDeviceOwnerFullyManagedEnrollmentEnabled を指定された値に設定します。 |
| addApps アクション | なし | |
| retrieveStoreLayout 関数 | androidManagedStoreLayoutType | Google EMM API から Managed Google Play ストア レイアウトの種類を取得します。 |
| setStoreLayout アクション | なし | Google EMM API を使用して管理対象の Google Play ストアのレイアウトの種類を設定します。 |
| requestEnterpriseUpgradeUrl アクション | 文字列 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | Android ストア アカウントのエンタープライズ設定識別子 |
| bindStatus | androidManagedStoreAccountBindStatus | テナントの状態を Google EMM API にバインドします。 使用可能な値: notBound、bound、boundAndValidated、unbinding。 |
| managedGooglePlayEnterpriseType | managedGooglePlayEnterpriseType | テナントに関連付けられている管理対象の Google Play エンタープライズ タイプ。 指定可能な値は、unspecified、managedGoogleDomain、managedGooglePlayAccountsEnterprise です。 既定値は: 未指定です。 読み取り専用です。 使用可能な値: enterpriseTypeUnspecified、managedGoogleDomain、managedGooglePlayAccountsEnterprise、unknownFutureValue。 |
| lastAppSyncDateTime | DateTimeOffset | アプリ同期の最終完了時刻 |
| lastAppSyncStatus | androidManagedStoreAccountAppSyncStatus | 前回のアプリケーション同期結果。 使用可能な値: success、credentialsNotValid、androidForWorkApiError、managementServiceError、unknownError、none。 |
| ownerUserPrincipalName | String | エンタープライズを作成した所有者の UPN |
| ownerOrganizationName | 文字列 | Android Enterprise のオンボーディング時に使用される組織名 |
| lastModifiedDateTime | DateTimeOffset | Android Enterprise 設定の最終変更日時 |
| enrollmentTarget | androidManagedStoreAccountEnrollmentTarget | Android Enterprise デバイス管理にデバイスを登録できるユーザーを示します。 使用可能な値: none、all、targeted、targetedAsEnrollmentRestrictions。 |
| targetGroupIds | String コレクション | enrollmentTarget が「Targeted」に設定されている場合、どの AAD グループが Android for Work デバイス管理にデバイスを登録できるかを指定します。 |
| deviceOwnerManagementEnabled | ブール型 | このアカウントが CloudDPC を使用した Android デバイス所有者管理のフライティング中かどうかを示します。 |
| companyCodes | androidEnrollmentCompanyCode コレクション | Android の会社コードManagedStoreAccountEnterpriseSettings |
| androidDeviceOwnerFullyManagedEnrollmentEnabled | ブール型 | Android の会社コードManagedStoreAccountEnterpriseSettings |
| managedGooglePlayInitialScopeTagIds | String collection | MGP アプリの初期スコープ タグ |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.androidManagedStoreAccountEnterpriseSettings",
"id": "String (identifier)",
"bindStatus": "String",
"managedGooglePlayEnterpriseType": "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"
]
}