Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class NotificationMessage.
Security Command Center's Notification
Generated from protobuf message google.cloud.securitycenter.v1p1beta1.NotificationMessage
Namespace
Google \ Cloud \ SecurityCenter \ V1p1beta1Methods
__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\V1p1beta1\Finding
If it's a Finding based notification config, this field will be populated. |
↳ resource |
Google\Cloud\SecurityCenter\V1p1beta1\Resource
The Cloud resource tied to the notification. |
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\V1p1beta1\Finding|null |
hasFinding
setFinding
If it's a Finding based notification config, this field will be populated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1p1beta1\Finding
|
Returns | |
---|---|
Type | Description |
$this |
getResource
The Cloud resource tied to the notification.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1p1beta1\Resource|null |
hasResource
clearResource
setResource
The Cloud resource tied to the notification.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1p1beta1\Resource
|
Returns | |
---|---|
Type | Description |
$this |
getEvent
Returns | |
---|---|
Type | Description |
string |