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

AccessSelector

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

Specifies roles and/or permissions to analyze, to determine both the identities possessing them and the resources they control. If multiple values are specified, results will include roles or permissions matching any of them. The total number of roles and permissions should be equal or less than 10.

interface AccessSelector {
permissions?: string[];
roles?: string[];
}

§Properties

§
permissions?: string[]
[src]

Optional. The permissions to appear in result.

§
roles?: string[]
[src]

Optional. The roles to appear in result.