excludeResourceRules

@JvmName(name = "rhvlqreyvusgubfo")
suspend fun excludeResourceRules(value: Output<List<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "cimnydjormnndkvf")
suspend fun excludeResourceRules(value: List<NamedRuleWithOperationsPatchArgs>?)

Parameters

value

ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)


@JvmName(name = "fybbfwbfdujgwuaf")
suspend fun excludeResourceRules(vararg values: Output<NamedRuleWithOperationsPatchArgs>)


@JvmName(name = "drdcaxrfniwxbhix")
suspend fun excludeResourceRules(values: List<Output<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "sviygnpkpgduaqcy")
suspend fun excludeResourceRules(vararg values: NamedRuleWithOperationsPatchArgs)

Parameters

values

ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)


@JvmName(name = "lpespalukghsnpba")
suspend fun excludeResourceRules(argument: List<suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "oaukbajgyejwqtyu")
suspend fun excludeResourceRules(vararg argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "jpwnhpdljhaawalx")
suspend fun excludeResourceRules(argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)

Parameters

argument

ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)