matches

@JvmName(name = "barhwsspnggoadbj")
suspend fun matches(value: Output<List<DevicePostureRuleMatchArgs>>)
@JvmName(name = "trcwjtfjrvchikyu")
suspend fun matches(value: List<DevicePostureRuleMatchArgs>?)

Parameters

value

The conditions that the client must match to run the rule.


@JvmName(name = "mpfbltsgmkhohkuk")
suspend fun matches(vararg values: Output<DevicePostureRuleMatchArgs>)


@JvmName(name = "btqunstgnrtrnkns")
suspend fun matches(values: List<Output<DevicePostureRuleMatchArgs>>)
@JvmName(name = "oxajcfvluxfudnpk")
suspend fun matches(vararg values: DevicePostureRuleMatchArgs)

Parameters

values

The conditions that the client must match to run the rule.


@JvmName(name = "sanqqnenotpaxkfk")
suspend fun matches(argument: List<suspend DevicePostureRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "jlahvotoelxwgday")
suspend fun matches(vararg argument: suspend DevicePostureRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "pbakswlxoxjjoyon")
suspend fun matches(argument: suspend DevicePostureRuleMatchArgsBuilder.() -> Unit)

Parameters

argument

The conditions that the client must match to run the rule.