Method: projects.locations.gatewaySecurityPolicies.rules.create

특정 프로젝트와 위치에 새 GatewaySecurityPolicy를 만듭니다.

HTTP 요청

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

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
parent

string

필수 항목. 이 규칙이 생성될 상위 항목입니다. 형식: projects/{project}/location/{location}/gatewaySecurityPolicies/*

승인을 처리하려면 지정된 리소스 parent에 대해 다음과 같은 IAM 권한이 필요합니다.

  • networksecurity.gatewaySecurityPolicyRules.create

쿼리 매개변수

매개변수
gatewaySecurityPolicyRuleId

string

규칙에 사용할 ID이며, 규칙의 리소스 이름에서 마지막 구성 요소가 됩니다. 이 값은 4~63자(영문 기준)여야 하며 유효한 문자는 /[a-z][0-9]-/입니다.

요청 본문

요청 본문에 GatewaySecurityPolicyRule의 인스턴스가 포함됩니다.

응답 본문

성공한 경우 응답 본문에 새로 생성된 Operation의 인스턴스가 포함됩니다.

승인 범위

다음 OAuth 범위가 필요합니다.

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

자세한 내용은 인증 개요를 참조하세요.