Managedconfigurationssettings: list

指定したアプリのすべての管理対象設定を一覧表示します。

リクエストする

HTTP リクエスト

GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/products/productId/managedConfigurationsSettings

パラメータ

パラメータ名 説明
パスパラメータ
enterpriseId string 企業の ID。
productId string 管理対象の設定が適用されるサービスの ID できます。

承認

このリクエストには、次のスコープによる認証が必要です。

スコープ
https://www.googleapis.com/auth/androidenterprise

詳細については、認証と認可のページをご覧ください。

リクエスト本文

このメソッドをリクエストの本文に含めないでください。

レスポンス

成功すると、このメソッドは次の構造を含むレスポンスの本文を返します。

{
  "kind": "androidenterprise#managedConfigurationsSettingsListResponse",
  "managedConfigurationsSettings": [
    {
      "kind": "androidenterprise#managedConfigurationsSettings",
      "mcmId": string,
      "name": string,
      "lastUpdatedTimestampMillis": long
    }
  ]
}
プロパティ名 説明 メモ
managedConfigurationsSettings[] list 企業内のユーザー グループに割り当てることができるアプリの設定のこと。
managedConfigurationsSettings[].mcmId string 管理対象設定の ID。
managedConfigurationsSettings[].name string 管理対象設定の名前。
managedConfigurationsSettings[].lastUpdatedTimestampMillis long 管理対象設定の最終更新時刻(1970-01-01T00:00:00Z からのミリ秒数)。
kind string リソースの種類を指定します。値: 固定文字列 "androidenterprise#managedConfigurationsSettingsListResponse"
managedConfigurationsSettings[].kind string