Method: projects.locations.gatewaySecurityPolicies.rules.create

在给定的项目和位置中创建新的 GatewaySecurityPolicy。

HTTP 请求

POST https://networksecurity.googleapis.com/v1beta1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。将在其中创建此规则的父级。格式:projects/{project}/location/{location}/gatewaySecurityPolicies/*

必须对指定的资源 parent 具有以下 IAM 权限才能进行授权:

  • networksecurity.gatewaySecurityPolicyRules.create

查询参数

参数
gatewaySecurityPolicyRuleId

string

用于规则的 ID,该 ID 将成为规则资源名称的最后一个组成部分。此值应为 4-63 个字符,有效字符为 /[a-z][0-9]-/。

请求正文

请求正文包含一个 GatewaySecurityPolicyRule 实例。

响应正文

如果成功,响应正文将包含一个新创建的 Operation 实例。

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅身份验证概览