REST Resource: organizations.locations.securityProfileGroups

资源:SecurityProfileGroup

SecurityProfileGroup 是定义各种 ProfileType 行为的资源。下一个 ID:9

JSON 表示法
{
  "name": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "etag": string,
  "labels": {
    string: string,
    ...
  },
  "threatPreventionProfile": string,
  "customMirroringProfile": string
}
字段
name

string

不可变。标识符。SecurityProfileGroup 资源的名称。它与模式 projects|organizations/*/locations/{location}/securityProfileGroups/{securityProfileGroup} 匹配。

description

string

可选。配置文件组的说明(可选)。长度上限为 2048 个字符。

createTime

string (Timestamp format)

仅限输出。资源创建时间戳。

时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

updateTime

string (Timestamp format)

仅限输出。上次资源更新时间戳。

时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

etag

string

仅限输出。该校验和由服务器根据其他字段的值计算,并且可能会在更新和删除请求时发送,以确保客户端在继续操作之前具有最新的值。

labels

map (key: string, value: string)

可选。以键值对形式提供的标签。

包含一系列 "key": value 对的对象。示例:{ "name": "wrench", "mass": "1.3kg", "count": "3" }

threatPreventionProfile

string

可选。对具有 SecurityProfileGroup 威胁防护配置的 SecurityProfile 的引用。

customMirroringProfile

string

可选。引用具有 CustomMirroring 配置的 SecurityProfile。

方法

create

在给定的组织和位置创建一个新的 SecurityProfileGroup。

delete

删除单个 SecurityProfileGroup。

get

获取单个 SecurityProfileGroup 的详细信息。

list

列出给定组织和位置中的 SecurityProfileGroup。

patch

更新单个 SecurityProfileGroup 的参数。