androidManagedStoreAccountEnterpriseSettings リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Android マネージド ストア アカウントのエンタープライズ設定。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
androidManagedStoreAccountEnterpriseSettings を取得する | androidManagedStoreAccountEnterpriseSettings | androidManagedStoreAccountEnterpriseSettings オブジェクトのプロパティとリレーションシップを読み取ります。 |
androidManagedStoreAccountEnterpriseSettings を更新する | androidManagedStoreAccountEnterpriseSettings | androidManagedStoreAccountEnterpriseSettings オブジェクトのプロパティを更新します。 |
approveApps アクション | なし | |
requestSignupUrl action | String | |
completeSignup action | なし | |
syncApps action | なし | |
unbind action | なし | |
createGooglePlayWebToken アクション | String | 埋め込み可能なコンポーネントで使用される Web トークンを生成します。 |
setAndroidDeviceOwnerFullyManagedEnrollmentState アクション | なし | AndroidManagedStoreAccountEnterpriseSettings AndroidDeviceOwnerFullyManagedEnrollmentEnabled を指定された値に設定します。 |
addApps アクション | なし |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
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 | ブール型 | このアカウントが CloudDPC を使用して Android デバイス所有者管理用にフライトしているかどうかを示します。 |
companyCodes | androidEnrollmentCompanyCode コレクション | AndroidManagedStoreAccountEnterpriseSettings の会社コード |
androidDeviceOwnerFullyManagedEnrollmentEnabled | ブール型 | 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"
]
}