GoogleCloudSecuritycenterV1PropertyArgs

data class GoogleCloudSecuritycenterV1PropertyArgs(val name: Output<String>? = null, val valueExpression: Output<ExprArgs>? = null) : ConvertibleToJava<GoogleCloudSecuritycenterV1PropertyArgs>

An individual name-value pair that defines a custom source property.

Constructors

Link copied to clipboard
fun GoogleCloudSecuritycenterV1PropertyArgs(name: Output<String>? = null, valueExpression: Output<ExprArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the property for the custom output.

Link copied to clipboard
val valueExpression: Output<ExprArgs>? = null

The CEL expression for the custom output. A resource property can be specified to return the value of the property or a text string enclosed in quotation marks.