GoogleIdentityAccesscontextmanagerV1BasicLevel
import type { GoogleIdentityAccesscontextmanagerV1BasicLevel } from "https://googleapis.deno.dev/v1/cloudasset:v1.ts";BasicLevel is an AccessLevel using a set of recommended features.
interface GoogleIdentityAccesscontextmanagerV1BasicLevel {
combiningFunction?: "AND" | "OR";
conditions?: GoogleIdentityAccesscontextmanagerV1Condition[];
}§Properties
§
combiningFunction?: "AND" | "OR"
[src]How the conditions list should be combined to determine if a request is
granted this AccessLevel. If AND is used, each Condition in
conditions must be satisfied for the AccessLevel to be applied. If OR
is used, at least one Condition in conditions must be satisfied for the
AccessLevel to be applied. Default behavior is AND.
§
conditions?: GoogleIdentityAccesscontextmanagerV1Condition[]
[src]Required. A list of requirements for the AccessLevel to be granted.