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

GoogleIdentityStsV1betaAccessBoundary

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

An access boundary defines the upper bound of what a principal may access. It includes a list of access boundary rules that each defines the resource that may be allowed as well as permissions that may be used on those resources.

interface GoogleIdentityStsV1betaAccessBoundary {}

§Properties

§

A list of access boundary rules which defines the upper bound of the permission a principal may carry. If multiple rules are specified, the effective access boundary is the union of all the access boundary rules attached. One access boundary can contain at most 10 rules.