Show / Hide Table of Contents

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

Inheritance
object
CustomLevel
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AccessContextManager.v1beta.Data
Assembly: Google.Apis.AccessContextManager.v1beta.dll
Syntax
public class CustomLevel : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX