MachineImageIamBindingCondition

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

Constructors

Link copied to clipboard
constructor(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 hovered 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.