rules

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


@JvmName(name = "ufcmvycvuckwawiw")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsPatchArgs>>)
@JvmName(name = "grecklhtkkidqtks")
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 = "qwwasllynrmbsrar")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "mlssvikleufxskle")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit)
@JvmName(name = "yymkiehvgdbumlwf")
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.