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