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

GoogleCloudSecuritycenterV2Label

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

Represents a generic name-value label. A label has separate name and value fields to support filtering with the contains() function. For more information, see Filtering on array-type fields.

interface GoogleCloudSecuritycenterV2Label {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

Name of the label.

§
value?: string
[src]

Value that corresponds to the label's name.