ApiOperation
import type { ApiOperation } from "https://googleapis.deno.dev/v1/accesscontextmanager:v1.ts";Identification for an API Operation.
§Properties
§
methodSelectors?: MethodSelector[]
[src]API methods or permissions to allow. Method or permission must belong to
the service specified by service_name field. A single MethodSelector
entry with * specified for the method field will allow all methods AND
permissions for the service specified in service_name.