Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudSecuritycenterV1Property

import type { GoogleCloudSecuritycenterV1Property } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

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

interface GoogleCloudSecuritycenterV1Property {
name?: string;
valueExpression?: Expr;
}

§Properties

§
name?: string
[src]

Name of the property for the custom output.

§
valueExpression?: Expr
[src]

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.