Google Cloud Security Command Center V2 Client - Class NotificationMessage (1.28.1)

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

Cloud SCC's Notification

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

Namespace

Google \ Cloud \ SecurityCenter \ V2

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 Google\Cloud\SecurityCenter\V2\Finding

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

↳ resource Google\Cloud\SecurityCenter\V2\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
Google\Cloud\SecurityCenter\V2\Finding|null

hasFinding

setFinding

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

Parameter
Name Description
var Google\Cloud\SecurityCenter\V2\Finding
Returns
Type Description
$this

getResource

The Cloud resource tied to this notification's Finding.

Returns
Type Description
Google\Cloud\SecurityCenter\V2\Resource|null

hasResource

clearResource

setResource

The Cloud resource tied to this notification's Finding.

Parameter
Name Description
var Google\Cloud\SecurityCenter\V2\Resource
Returns
Type Description
$this

getEvent

Returns
Type Description
string