Google Cloud Security Command Center V1 Client - Class NotificationMessage (2.0.2)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class NotificationMessage.

Cloud SCC's Notification

Generated from protobuf message google.cloud.securitycenter.v1.NotificationMessage

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ notification_config_name string

Name of the notification config that generated current notification.

↳ finding Finding

If it's a Finding based notification config, this field will be populated.

↳ resource Resource

The Cloud resource tied to this notification's Finding.

getNotificationConfigName

Name of the notification config that generated current notification.

Returns
Type Description
string

setNotificationConfigName

Name of the notification config that generated current notification.

Parameter
Name Description
var string
Returns
Type Description
$this

getFinding

If it's a Finding based notification config, this field will be populated.

Returns
Type Description
Finding|null

hasFinding

setFinding

If it's a Finding based notification config, this field will be populated.

Parameter
Name Description
var Finding
Returns
Type Description
$this

getResource

The Cloud resource tied to this notification's Finding.

Returns
Type Description
Resource|null

hasResource

clearResource

setResource

The Cloud resource tied to this notification's Finding.

Parameter
Name Description
var Resource
Returns
Type Description
$this

getEvent

Returns
Type Description
string