Enum AccessPoliciesResource.AccessLevelsResource.GetRequest.AccessLevelFormatEnum
Whether to return BasicLevels in the Cloud Common Expression Language rather than as
BasicLevels. Defaults to AS_DEFINED, where Access Levels are returned as BasicLevels or
CustomLevels based on how they were created. If set to CEL, all Access Levels are returned as
CustomLevels. In the CEL case, BasicLevels are translated to equivalent CustomLevels.
Namespace: Google.Apis.AccessContextManager.v1
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public enum AccessPoliciesResource.AccessLevelsResource.GetRequest.AccessLevelFormatEnumFields
| Name | Description | 
|---|---|
| ASDEFINED | Uses the format the resource was defined in. BasicLevels are returned as BasicLevels, CustomLevels are returned as CustomLevels. | 
| CEL | Use Cloud Common Expression Language when returning the resource. Both BasicLevels and CustomLevels are returned as CustomLevels. | 
| LEVELFORMATUNSPECIFIED | The format was not specified. |