Method: organizations.resourceValueConfigs.batchCreate

为组织创建 ResourceValueConfig。将用户的标记映射到差异资源值,以供攻击路径模拟使用。

HTTP 请求


网址使用 gRPC 转码语法。

路径参数

参数
parent

string

必需。新 ResourceValueConfig 的父级资源的名称。CreateResourceValueConfigRequest 消息中的父级字段必须为空或与此字段匹配。

请求正文

请求正文中包含结构如下的数据:

JSON 表示法
{
  "requests": [
    {
      object (CreateResourceValueConfigRequest)
    }
  ]
}
字段
requests[]

object (CreateResourceValueConfigRequest)

必需。要创建的资源值配置。

响应正文

resourceValueConfigs.batchCreate 的响应消息

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "resourceValueConfigs": [
    {
      object (ResourceValueConfig)
    }
  ]
}
字段
resourceValueConfigs[]

object (ResourceValueConfig)

创建的资源值配置

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅 Authentication Overview

CreateResourceValueConfigRequest

用于创建单个资源值配置的请求消息

JSON 表示法
{
  "parent": string,
  "resourceValueConfig": {
    object (ResourceValueConfig)
  }
}
字段
parent

string

必需。新 ResourceValueConfig 的父级资源的名称。

resourceValueConfig

object (ResourceValueConfig)

必需。正在创建的资源值配置。