Resource: SecurityProfileGroup
SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes.
JSON representation |
---|
{ "name": string, "description": string, "createTime": string, "updateTime": string, "etag": string, "dataPathId": string, "labels": { string: string, ... }, "threatPreventionProfile": string, "customMirroringProfile": string, "customInterceptProfile": 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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Last resource update timestamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. |
dataPathId |
Output only. Identifier used by the data-path. Unique within {container, location}. |
labels |
Optional. Labels as key value pairs. An object containing a list of |
threatPreventionProfile |
Optional. Reference to a SecurityProfile with the ThreatPrevention configuration. |
customMirroringProfile |
Optional. Reference to a SecurityProfile with the CustomMirroring configuration. |
customInterceptProfile |
Optional. Reference to a SecurityProfile with the CustomIntercept configuration. |
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. |