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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the `CustomLevel` class within the Identity Access Context Manager v1 API is version 2.5.0, with multiple prior versions also available, starting from 1.2.0."],["`CustomLevel` is a class in the `Google.Identity.AccessContextManager.V1` namespace, serving as an `AccessLevel` that employs Cloud Common Expression Language (CEL) to define the criteria for applying to a request, as detailed in the CEL specification."],["The `CustomLevel` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class `CustomLevel` offers two constructors, one default and another one that accepts an existing instance of `CustomLevel`, allowing for object copying."],["One of the properties of `CustomLevel` is `Expr`, which is of type `Expr` and is a required Cloud CEL expression, evaluated to boolean."]]],[]]