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

ResourceSelector

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

Specifies the resource to analyze for access policies, which may be set directly on the resource, or on ancestors such as organizations, folders or projects.

interface ResourceSelector {
fullResourceName?: string;
}

§Properties

§
fullResourceName?: string
[src]