Method: projects.locations.instances.updateShieldedInstanceConfig

更新單一執行個體的受防護執行個體設定。

HTTP 要求

PATCH https://notebooks.googleapis.com/v1/{name}:updateShieldedInstanceConfig

路徑參數

參數
name

string

這是必要旗標,格式:projects/{projectId}/locations/{location}/instances/{instanceId}

授權需要指定資源 name 的下列 IAM 權限:

  • notebooks.instances.updateShieldInstanceConfig

要求主體

要求主體包含下列結構的資料:

JSON 表示法
{
  "shieldedInstanceConfig": {
    object (ShieldedInstanceConfig)
  }
}
欄位
shieldedInstanceConfig

object (ShieldedInstanceConfig)

要更新的 ShieldedInstance 設定。

回應主體

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

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱Authentication Overview