GoogleCloudSecuritycenterV1PropertyResponse

data class GoogleCloudSecuritycenterV1PropertyResponse(val name: String, val valueExpression: ExprResponse)

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

Constructors

constructor(name: String, valueExpression: ExprResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the property for the custom output.

Link copied to clipboard

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.