REST Resource: applications

資源:應用程式

應用程式資源代表了安裝在網域中,可轉移使用者資料擁有權的應用程式。

JSON 表示法
{
  "id": string,
  "name": string,
  "transferParams": [
    {
      object (ApplicationTransferParam)
    }
  ],
  "kind": string,
  "etag": string
}
欄位
id

string (int64 format)

應用程式的 ID。使用 applications.list() 方法可擷取。

name

string

應用程式的名稱。

transferParams[]

object (ApplicationTransferParam)

這個應用程式的所有可能轉移參數清單。這些參數會選取要轉移的使用者資料類別。

kind

string

將資源識別為資料移轉應用程式資源。

etag

string

資源的 Etag。

方法

get

擷取指定應用程式 ID 的應用程式相關資訊。

list

列出客戶可使用哪些應用程式轉移資料。