Access Context Manager V1 Client - Class LevelFormat (1.1.1)

Reference documentation and code samples for the Access Context Manager V1 Client class LevelFormat.

The format used in an AccessLevel.

Protobuf type google.identity.accesscontextmanager.v1.LevelFormat

Namespace

Google \ Identity \ AccessContextManager \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LEVEL_FORMAT_UNSPECIFIED

Value: 0

The format was not specified.

Generated from protobuf enum LEVEL_FORMAT_UNSPECIFIED = 0;

AS_DEFINED

Value: 1

Uses the format the resource was defined in. BasicLevels are returned as BasicLevels, CustomLevels are returned as CustomLevels.

Generated from protobuf enum AS_DEFINED = 1;

CEL

Value: 2

Use Cloud Common Expression Language when returning the resource. Both BasicLevels and CustomLevels are returned as CustomLevels.

Generated from protobuf enum CEL = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.