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

AccessSettings

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

Access settings represent the set of conditions that must be met for access to be granted. At least one of the fields must be set.

interface AccessSettings {
accessLevels?: string[];
sessionSettings?: SessionSettings;
}

§Properties

§
accessLevels?: string[]
[src]

Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted"

§
sessionSettings?: SessionSettings
[src]

Optional. Session settings applied to user access on a given AccessScope.