AccessLevelCustomArgs

data class AccessLevelCustomArgs(val expr: Output<AccessLevelCustomExprArgs>) : ConvertibleToJava<AccessLevelCustomArgs>

Constructors

Link copied to clipboard
constructor(expr: Output<AccessLevelCustomExprArgs>)

Properties

Link copied to clipboard

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. This page details the objects and attributes that are used to the build the CEL expressions for custom access levels - https://cloud.google.com/access-context-manager/docs/custom-access-level-spec. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): AccessLevelCustomArgs