rules

@JvmName(name = "nixmmspxwpolnsxy")
suspend fun rules(value: Output<List<PolicyRulesWithSubjectsPatchArgs>>)
@JvmName(name = "djmdcocsixiimsgv")
suspend fun rules(value: List<PolicyRulesWithSubjectsPatchArgs>?)

Parameters

value

rules describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.


@JvmName(name = "ipfoeppajgeowbsw")
suspend fun rules(vararg values: Output<PolicyRulesWithSubjectsPatchArgs>)


@JvmName(name = "fekdowoerbiybwlg")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsPatchArgs>>)
@JvmName(name = "pdaxafmewlldycow")
suspend fun rules(vararg values: PolicyRulesWithSubjectsPatchArgs)

Parameters

values

rules describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.


@JvmName(name = "acnlkjblsjghjvue")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ihpjsgojblpkiccv")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit)
@JvmName(name = "rkekfqgppaoghogv")
suspend fun rules(argument: suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit)

Parameters

argument

rules describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.