Class CustomLevel (1.5.0)

public sealed class CustomLevel : IMessage<CustomLevel>, IEquatable<CustomLevel>, IDeepCloneable<CustomLevel>, IBufferMessage, IMessage

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

Namespace

Google.Identity.AccessContextManager.V1

Assembly

Google.Identity.AccessContextManager.V1.dll

Constructors

CustomLevel()

public CustomLevel()

CustomLevel(CustomLevel)

public CustomLevel(CustomLevel other)
Parameter
NameDescription
otherCustomLevel

Properties

Expr

public Expr Expr { get; set; }

Required. A Cloud CEL expression evaluating to a boolean.

Property Value
TypeDescription
Expr