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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LEVEL_FORMAT_UNSPECIFIED
Value: 0The format was not specified.
Generated from protobuf enum LEVEL_FORMAT_UNSPECIFIED = 0;
AS_DEFINED
Value: 1Uses 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: 2Use Cloud Common Expression Language when returning the resource. Both BasicLevels and CustomLevels are returned as CustomLevels.
Generated from protobuf enum CEL = 2;