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

MethodSelector

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

An allowed method or permission of a service specified in ApiOperation.

interface MethodSelector {
method?: string;
permission?: string;
}

§Properties

§
method?: string
[src]

A valid method name for the corresponding service_name in ApiOperation. If * is used as the value for the method, then ALL methods and permissions are allowed.

§
permission?: string
[src]

A valid Cloud IAM permission for the corresponding service_name in ApiOperation.