Expr

Represents a textual expression in the Common Expression Language (CEL) syntax. Used for conditional access policies.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
expression string The CEL expression string. Example: request.time < timestamp("2024-01-01T00:00:00Z").
title string An optional title for the expression.
description string An optional description of the expression.
location string An optional string indicating the location of the expression for error reporting.
View JSON Schema on GitHub