Identity Access Context Manager v1 API - Class CustomLevel (2.4.0)

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

Reference documentation and code samples for the Identity Access Context Manager v1 API 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

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