google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action View Source
A task to execute on the completion of a job. See https://cloud.google.com/dlp/docs/concepts-actions to learn more.
Attributes
- jobNotificationEmails (GooglePrivacyDlpV2JobNotificationEmails): Enable email notification to project owners and editors on job's completion/failure. Defaults to:
null. - pubSub (GooglePrivacyDlpV2PublishToPubSub): Publish a notification to a pubsub topic. Defaults to:
null. - publishSummaryToCscc (GooglePrivacyDlpV2PublishSummaryToCscc): Publish summary to Cloud Security Command Center (Alpha). Defaults to:
null. - saveFindings (GooglePrivacyDlpV2SaveFindings): Save resulting findings in a provided location. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action{
jobNotificationEmails:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2JobNotificationEmails.t(),
pubSub: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PublishToPubSub.t(),
publishSummaryToCscc:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PublishSummaryToCscc.t(),
saveFindings: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SaveFindings.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Action{
jobNotificationEmails:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2JobNotificationEmails.t(),
pubSub: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PublishToPubSub.t(),
publishSummaryToCscc:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PublishSummaryToCscc.t(),
saveFindings: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SaveFindings.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.