Method: projects.locations.securityProfileGroups.create

在给定的项目和位置中创建一个新的 SecurityProfileGroup。

HTTP 请求

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

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。SecurityProfileGroup 的父级资源。必须采用 projects|organizations/*/locations/{location} 格式。

查询参数

参数
securityProfileGroupId

string

必需。要创建的 SecurityProfileGroup 资源的简称。此值的长度应为 1-63 个字符,只能包含字母、数字、连字符和下划线,且不应以数字开头。例如“security_profile_group1”。

请求正文

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

响应正文

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

授权范围

需要以下 OAuth 范围:

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

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