rules

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


@JvmName(name = "aqsojxrftbmghtmm")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsPatchArgs>>)
@JvmName(name = "cmegluoqkxggrqbl")
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 = "rnnxjdjjwcawjibb")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "yiioeukgnsyovmmd")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsPatchArgsBuilder.() -> Unit)
@JvmName(name = "iqlthjjdamohdpgf")
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.