Class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
Publish the result summary of a DlpJob to the Cloud Security Command Center (CSCC Alpha). This action is only available for projects which are parts of an organization and whitelisted for the alpha Cloud Security Command Center. The action will publish count of finding instances and their info types. The summary of findings will be persisted in CSCC and are governed by CSCC service-specific policy, see https://cloud.google.com/terms/service-terms Only a single instance of this action can be specified. Compatible with: Inspect
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2PublishSummaryToCscc
constructor
A new instance of GooglePrivacyDlpV2PublishSummaryToCscc.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2PublishSummaryToCscc
Returns a new instance of GooglePrivacyDlpV2PublishSummaryToCscc
4395 4396 4397 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4395 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4400 4401 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4400 def update!(**args) end |