GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1NotificationMessage (google_api_security_center v0.39.0)
View SourceSecurity Command Center's Notification
Attributes
-
finding
(type:GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Finding.t
, default:nil
) - If it's a Finding based notification config, this field will be populated. -
notificationConfigName
(type:String.t
, default:nil
) - Name of the notification config that generated current notification. -
resource
(type:GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Resource.t
, default:nil
) - The Cloud resource tied to the notification.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1NotificationMessage{ finding: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Finding.t() | nil, notificationConfigName: String.t() | nil, resource: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Resource.t() | nil }