rules

@JvmName(name = "urvhdlbroeamqjnv")
suspend fun rules(value: Output<List<PolicyRulesWithSubjectsPatchArgs>>)
@JvmName(name = "xlficqqqvwoxwilm")
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 = "igsynqlkhgwewbrm")
suspend fun rules(vararg values: Output<PolicyRulesWithSubjectsPatchArgs>)


@JvmName(name = "pmhiphlsybtfoqsy")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsPatchArgs>>)
@JvmName(name = "qojrlgtjfognlveq")
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 = "ngiwheiivcgvsttd")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "sfqrfvenwwrqbrfs")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit)
@JvmName(name = "oowesfqxebahlhia")
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.