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.