GoogleIdentityAccesscontextmanagerV1AccessLevel
import type { GoogleIdentityAccesscontextmanagerV1AccessLevel } from "https://googleapis.deno.dev/v1/cloudasset:v1.ts";An AccessLevel is a label that can be applied to requests to Google Cloud
services, along with a list of requirements necessary for the label to be
applied.
interface GoogleIdentityAccesscontextmanagerV1AccessLevel {
description?: string;
name?: string;
title?: string;
}§Properties
§
A BasicLevel composed of Conditions.
§
A CustomLevel written in the Common Expression Language.
§
name?: string
[src]Identifier. Resource name for the AccessLevel. Format:
accessPolicies/{access_policy}/accessLevels/{access_level}. The
access_level component must begin with a letter, followed by alphanumeric
characters or _. Its maximum length is 50 characters. After you create an
AccessLevel, you cannot change its name.