rules

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


@JvmName(name = "eayepkaocsalyhom")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsPatchArgs>>)
@JvmName(name = "maykumojjwnpkvcd")
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 = "gimvraflcmutexci")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "eomeviauffviyqga")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit)
@JvmName(name = "eyuchhxxpyniiikp")
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.