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

ResourceTypes

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

Set multiple resource types for one policy, eg: resourceTypes: included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk Constraint definition contains an empty resource type in order to support multiple resource types in the policy. Only support Google managed constriaint and method type is GOVERN_TAGS Refer go/multi-resource-support-force-tags-gmc to get more details.

interface ResourceTypes {
included?: string[];
}

§Properties

§
included?: string[]
[src]

Optional. The resource type we currently support. cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext