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

Property

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

A name-value pair used as a custom source property.

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

§Properties

§
name?: string
[src]

Required. The name of the custom source property.

§
valueExpression?: Expr
[src]

Optional. The CEL expression for the value of the custom source property. For resource properties, you can return the value of the property or a string enclosed in quotation marks.