
com.pulumi.googlenative.dlp.v2.kotlin.inputs.GooglePrivacyDlpV2PublishSummaryToCsccArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.dlp.v2.kotlin.inputs
import com.pulumi.googlenative.dlp.v2.inputs.GooglePrivacyDlpV2PublishSummaryToCsccArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Suppress
/**
* Publish the result summary of a DlpJob to [Security Command Center](https://cloud.google.com/security-command-center). This action is available for only projects that belong to an organization. This action publishes the count of finding instances and their infoTypes. The summary of findings are persisted in Security Command Center and are governed by [service-specific policies for Security Command Center](https://cloud.google.com/terms/service-terms). Only a single instance of this action can be specified. Compatible with: Inspect
*/
public class GooglePrivacyDlpV2PublishSummaryToCsccArgs() :
ConvertibleToJava {
override fun toJava(): com.pulumi.googlenative.dlp.v2.inputs.GooglePrivacyDlpV2PublishSummaryToCsccArgs =
com.pulumi.googlenative.dlp.v2.inputs.GooglePrivacyDlpV2PublishSummaryToCsccArgs.builder().build()
}
/**
* Builder for [GooglePrivacyDlpV2PublishSummaryToCsccArgs].
*/
@PulumiTagMarker
public class GooglePrivacyDlpV2PublishSummaryToCsccArgsBuilder internal constructor() {
internal fun build(): GooglePrivacyDlpV2PublishSummaryToCsccArgs =
GooglePrivacyDlpV2PublishSummaryToCsccArgs()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy