Show / Hide Table of Contents

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.v1beta
Assembly: Google.Apis.AccessContextManager.v1beta.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.

In this article
Back to top Generated by DocFX