androidManagedStoreAccountEnterpriseSettings リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Enterpriseストア アカウントの設定を変更します。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| AndroidManagedStoreAccountEnterpriseSettings を取得する | androidManagedStoreAccountEnterpriseSettings | androidManagedStoreAccountEnterpriseSettings オブジェクトのプロパティとリレーションシップを読み取る。 |
| androidManagedStoreAccountEnterpriseSettings を更新する | androidManagedStoreAccountEnterpriseSettings | androidManagedStoreAccountEnterpriseSettings オブジェクトのプロパティを更新します。 |
| approveApps アクション | なし | まだ文書化されていません |
| requestSignupUrl action | String | まだ文書化されていません |
| completeSignup action | なし | まだ文書化されていません |
| syncApps action | なし | まだ文書化されていません |
| unbind action | なし | まだ文書化されていません |
| createGooglePlayWebToken アクション | String | 埋め込み可能なコンポーネントで使用される Web トークンを生成します。 |
| setAndroidDeviceOwnerFullyManagedEnrollmentState アクション | なし | AndroidManagedStoreAccountEnterpriseSettings AndroidDeviceOwnerFullyManagedEnrollmentEnabled を指定した値に設定します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | Android ストア アカウントのエンタープライズ設定識別子 |
| bindStatus | androidManagedStoreAccountBindStatus | テナントの状態を Google EMM API にバインドします。 使用可能な値: notBound、bound、boundAndValidated、unbinding。 |
| lastAppSyncDateTime | DateTimeOffset | アプリ同期の最終完了時刻 |
| lastAppSyncStatus | androidManagedStoreAccountAppSyncStatus | 最後のアプリケーション同期結果。 使用可能な値: success、credentialsNotValid、androidForWorkApiError、managementServiceError、unknownError、none。 |
| ownerUserPrincipalName | String | エンタープライズを作成した所有者の UPN |
| ownerOrganizationName | String | Android アプリのオンボーディング時に使用される組織Enterprise |
| lastModifiedDateTime | DateTimeOffset | Android エンタープライズ設定の最終変更時刻 |
| enrollmentTarget | androidManagedStoreAccountEnrollmentTarget | Android デバイス管理にデバイスを登録できるユーザー Enterprise示します。 使用可能な値: none、all、targeted、targetedAsEnrollmentRestrictions。 |
| targetGroupIds | String コレクション | enrollmentTarget が「Targeted」に設定されている場合、どの AAD グループが Android for Work デバイス管理にデバイスを登録できるかを指定します。 |
| deviceOwnerManagementEnabled | Boolean | このアカウントが CloudDPC を使用して Android デバイス所有者管理のフライトを行うかどうかを示します。 |
| companyCodes | androidEnrollmentCompanyCode コレクション | AndroidManagedStoreAccountEnterpriseSettings の会社コード |
| androidDeviceOwnerFullyManagedEnrollmentEnabled | Boolean | AndroidManagedStoreAccountEnterpriseSettings の会社コード |
| managedGooglePlayInitialScopeTagIds | String collection | MGP アプリの初期スコープ タグ |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@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"
]
}
フィードバック
フィードバックの送信と表示