Access Context Manager V1 Client - Class LevelFormat (0.3.5)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;