Class CustomLevel
CustomLevel is an AccessLevel using the Cloud Common Expression Language to represent the necessary
conditions for the level to apply to a request. See CEL spec at: https://github.com/google/cel-spec
Implements
Inherited Members
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class CustomLevel : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Expr
Required. A Cloud CEL expression evaluating to a boolean.
Declaration
[JsonProperty("expr")]
public virtual Expr Expr { get; set; }Property Value
| Type | Description | 
|---|---|
| Expr |