GoogleCloudSecuritycenterV1CustomOutputSpecArgs

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

constructor(properties: Output<List<GoogleCloudSecuritycenterV1PropertyArgs>>? = null)

Properties

Link copied to clipboard

A list of custom output properties to add to the finding.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudSecuritycenterV1CustomOutputSpecArgs