Method: organizations.locations.securityProfileGroups.patch

更新單一 SecurityProfileGroup 的參數。

HTTP 要求

PATCH https://networksecurity.googleapis.com/v1beta1/{securityProfileGroup.name=organizations/*/locations/*/securityProfileGroups/*}

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
securityProfileGroup.name

string

不可變動。ID。SecurityProfileGroup 資源的名稱。符合模式 projects|organizations/*/locations/{location}/securityProfileGroups/{securityProfileGroup}

查詢參數

參數
updateMask

string (FieldMask format)

這是必要旗標,欄位遮罩用於指定更新要在 SecurityProfileGroup 資源中覆寫的欄位。updateMask 中指定的欄位是相對於資源,而非完整要求。如果欄位位於遮罩中,就會遭到覆寫。

這是以半形逗號分隔的完整欄位名稱清單。範例:"user.displayName,photo"

要求主體

要求主體包含 SecurityProfileGroup 的執行個體。

回應主體

如果成功,回應主體會包含 Operation 的執行個體。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform

詳情請參閱驗證總覽一文。