擷取客戶的所有結構定義。
HTTP 要求
GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/schemas
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
customerId |
客戶 Google Workspace 帳戶的專屬 ID。在多網域帳戶的情況下,如要擷取客戶的所有群組,請使用這個欄位,而不是 |
要求主體
要求主體必須為空白。
回應主體
Directory API 中 schemas.list 結構定義作業的 JSON 回應範本。
如果成功,回應主體會含有以下結構的資料:
JSON 表示法 |
---|
{
"kind": string,
"etag": string,
"schemas": [
{
object ( |
欄位 | |
---|---|
kind |
資源種類。 |
etag |
資源的 ETag。 |
schemas[] |
UserSchema 物件清單。 |
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/admin.directory.userschema
https://www.googleapis.com/auth/admin.directory.userschema.readonly
詳情請參閱授權指南。