Enum AccessPoliciesResource.AccessLevelsResource.ListRequest.AccessLevelFormatEnum
Whether to return BasicLevels
in the Cloud Common Expression language, as CustomLevels
, rather
than as BasicLevels
. Defaults to returning AccessLevels
in the format they were defined.
Namespace: Google.Apis.AccessContextManager.v1
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public enum AccessPoliciesResource.AccessLevelsResource.ListRequest.AccessLevelFormatEnum
Fields
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. |