Google Cloud Securitycenter V1Custom Output Spec Args
data class GoogleCloudSecuritycenterV1CustomOutputSpecArgs(val properties: Output<List<GoogleCloudSecuritycenterV1PropertyArgs>>? = null) : ConvertibleToJava<GoogleCloudSecuritycenterV1CustomOutputSpecArgs>
A set of optional name-value pairs that define custom source properties to return with each finding that is generated by the custom module. The custom source properties that are defined here are included in the finding JSON under sourceProperties
.
Constructors
Link copied to clipboard
fun GoogleCloudSecuritycenterV1CustomOutputSpecArgs(properties: Output<List<GoogleCloudSecuritycenterV1PropertyArgs>>? = null)