REST Resource: organizations.locations.securityProfileGroups

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

string

Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern projects|organizations/*/locations/{location}/securityProfileGroups/{securityProfileGroup}.

description

string

Optional. An optional description of the profile group. Max length 2048 characters.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

etag

string

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

string

Output only. Identifier used by the data-path. Unique within {container, location}.

labels

map (key: string, value: string)

Optional. Labels as key value pairs.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

threatPreventionProfile

string

Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.

customMirroringProfile

string

Optional. Reference to a SecurityProfile with the CustomMirroring configuration.

customInterceptProfile

string

Optional. Reference to a SecurityProfile with the CustomIntercept configuration.

Methods

create

Creates a new SecurityProfileGroup in a given organization and location.

delete

Deletes a single SecurityProfileGroup.

get

Gets details of a single SecurityProfileGroup.

list

Lists SecurityProfileGroups in a given organization and location.

patch

Updates the parameters of a single SecurityProfileGroup.