Condition

data class Condition(val description: String? = null, val expression: String, val title: String)

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

Constructors

Link copied to clipboard
fun Condition(description: String? = null, expression: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

An optional description of the expression. This is a longer text which describes the expression, e.g., when hovering over it in a UI.

Link copied to clipboard

Textual representation of an expression in Common Expression Language syntax.

Link copied to clipboard

A title for the expression, i.e. a short string describing its purpose.