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."],[[["This document provides reference information for the `CustomLevel` class within the Google Identity Access Context Manager v1 API, specifically version 2.4.0, with the latest version being 2.5.0."],["`CustomLevel` is an `AccessLevel` that utilizes Cloud Common Expression Language (CEL) to determine if a request meets the necessary conditions, and it can be further understood in the CEL spec provided."],["The `CustomLevel` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It offers two constructors: a default `CustomLevel()` and another `CustomLevel(CustomLevel other)` to duplicate an existing level, and has one property called `Expr` which takes an expression type."],["The document also details the availability of several versions of the `CustomLevel` class ranging from version 1.2.0 to 2.5.0, each with its own API documentation."]]],[]]