globalFilters

@JvmName(name = "nrvjlstefhwikxay")
suspend fun globalFilters(value: Output<List<PatchBaselineGlobalFilterArgs>>)
@JvmName(name = "dqnsryhmdpyeybti")
suspend fun globalFilters(value: List<PatchBaselineGlobalFilterArgs>?)

Parameters

value

Set of global filters used to exclude patches from the baseline. Up to 4 global filters can be specified using Key/Value pairs. Valid Keys are PRODUCT, CLASSIFICATION, MSRC_SEVERITY, and PATCH_ID.


@JvmName(name = "ytxdplowacifyawq")
suspend fun globalFilters(vararg values: Output<PatchBaselineGlobalFilterArgs>)


@JvmName(name = "mbhmaumgoqslewsb")
suspend fun globalFilters(values: List<Output<PatchBaselineGlobalFilterArgs>>)
@JvmName(name = "tpdtikidircohyqs")
suspend fun globalFilters(vararg values: PatchBaselineGlobalFilterArgs)

Parameters

values

Set of global filters used to exclude patches from the baseline. Up to 4 global filters can be specified using Key/Value pairs. Valid Keys are PRODUCT, CLASSIFICATION, MSRC_SEVERITY, and PATCH_ID.


@JvmName(name = "fswftcnnyekoiunv")
suspend fun globalFilters(argument: List<suspend PatchBaselineGlobalFilterArgsBuilder.() -> Unit>)
@JvmName(name = "hqkboepkgvykdsfp")
suspend fun globalFilters(vararg argument: suspend PatchBaselineGlobalFilterArgsBuilder.() -> Unit)
@JvmName(name = "xdbswsftqfoksubu")
suspend fun globalFilters(argument: suspend PatchBaselineGlobalFilterArgsBuilder.() -> Unit)

Parameters

argument

Set of global filters used to exclude patches from the baseline. Up to 4 global filters can be specified using Key/Value pairs. Valid Keys are PRODUCT, CLASSIFICATION, MSRC_SEVERITY, and PATCH_ID.