AccessLevelsAccessLevelBasicArgs

data class AccessLevelsAccessLevelBasicArgs(val combiningFunction: Output<String>? = null, val conditions: Output<List<AccessLevelsAccessLevelBasicConditionArgs>>) : ConvertibleToJava<AccessLevelsAccessLevelBasicArgs>

Constructors

Link copied to clipboard
constructor(combiningFunction: Output<String>? = null, conditions: Output<List<AccessLevelsAccessLevelBasicConditionArgs>>)

Properties

Link copied to clipboard
val combiningFunction: Output<String>? = null

How the conditions list should be combined to determine if a request is granted this AccessLevel. If AND is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied. Default value is AND. Possible values are: AND, OR.

Link copied to clipboard

A set of requirements for the AccessLevel to be granted. Structure is documented below.

Functions

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