rules

@JvmName(name = "npuaryjqrglwqihv")
suspend fun rules(value: Output<List<PolicyRulesWithSubjectsArgs>>)
@JvmName(name = "gvlgeiqfkpnpamos")
suspend fun rules(value: List<PolicyRulesWithSubjectsArgs>?)

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 = "ytfogqkuqnsbdwno")
suspend fun rules(vararg values: Output<PolicyRulesWithSubjectsArgs>)


@JvmName(name = "jsjfwppddbonvlkj")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsArgs>>)
@JvmName(name = "nwkxwmfswujopygt")
suspend fun rules(vararg values: PolicyRulesWithSubjectsArgs)

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 = "efnnrggcljqglfto")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit>)
@JvmName(name = "lytocndiepcneufj")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit)
@JvmName(name = "wjypuvpepbjpumcb")
suspend fun rules(argument: suspend PolicyRulesWithSubjectsArgsBuilder.() -> 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.