Resource: SecurityProfileGroup
SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 8
JSON representation |
---|
{ "name": string, "description": string, "createTime": string, "updateTime": string, "etag": string, "labels": { string: string, ... }, "threatPreventionProfile": string } |
Fields | |
---|---|
name |
Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern |
description |
Optional. An optional description of the profile group. Max length 2048 characters. |
createTime |
Output only. Resource creation timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last resource update timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
etag |
Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |
labels |
Optional. Labels as key value pairs. An object containing a list of |
threatPreventionProfile |
Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup. |
Methods |
|
---|---|
|
Creates a new SecurityProfileGroup in a given organization and location. |
|
Deletes a single SecurityProfileGroup. |
|
Gets details of a single SecurityProfileGroup. |
|
Lists SecurityProfileGroups in a given organization and location. |
|
Updates the parameters of a single SecurityProfileGroup. |