Method: customers.policies.groups.updateGroupPriorityOrdering
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
更新應用程式的群組優先順序。必須在 PolicyTargetKey 的 additionalTargetKeyNames
中提供目標應用程式。失敗時,要求會在 google.rpc.Status 中傳回錯誤詳細資料。
HTTP 要求
POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/groups:updateGroupPriorityOrdering
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
customer |
string
必要欄位。Google Workspace 帳戶或常值「my_customer」的 ID。
|
要求主體
要求主體的資料會採用以下結構:
JSON 表示法 |
{
"policyTargetKey": {
object (PolicyTargetKey )
},
"policyNamespace": string,
"policySchema": string,
"groupIds": [
string
]
} |
欄位 |
policyTargetKey |
object (PolicyTargetKey )
必要欄位。要更新群組優先順序的目標鍵。目標資源必須指向應用程式。
|
policyNamespace |
string
要求的政策類型的命名空間。
|
policySchema |
string
要求政策的結構定義名稱。
|
groupIds[] |
string
必要欄位。群組 ID,按照優先順序排列。
|
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/chrome.management.policy
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"],[[["Update the priority order of groups for a specific app's policies within a Google Workspace account."],["Requires specifying the target app, policy namespace, policy schema, and desired group order in the request body."],["Utilizes a `POST` request to the `https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/groups:updateGroupPriorityOrdering` endpoint."],["Needs authorization with the `https://www.googleapis.com/auth/chrome.management.policy` scope."],["A successful operation returns an empty response body."]]],[]]