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

AccessScope

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

Access scope represents the client scope, etc. to which the settings will be applied to.

interface AccessScope {
clientScope?: ClientScope;
}

§Properties

§
clientScope?: ClientScope
[src]

Optional. Client scope for this access scope.