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-04-09 UTC."],[[["The latest version available for the `CustomLevel` class within the Identity Access Context Manager v1 API is version 2.5.0, with version 2.3.0 as the current page's context."],["`CustomLevel` is an `AccessLevel` that uses the Cloud Common Expression Language (CEL) to define the conditions for a request to apply, with further information available at the provided CEL spec link."],["The `CustomLevel` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message management and data handling."],["The class includes two constructors, `CustomLevel()` for a new instance, and `CustomLevel(CustomLevel other)` for cloning an existing `CustomLevel` object."],["The `Expr` property, of type `Expr`, is a required Cloud CEL expression that evaluates to a boolean, which is used to determine if the `CustomLevel` should apply."]]],[]]