scopes

@JvmName(name = "agthsejgnlglwypx")
suspend fun scopes(value: Output<List<AutomationScopeArgs>>)
@JvmName(name = "btaaacpmssbygxak")
suspend fun scopes(value: List<AutomationScopeArgs>?)

Parameters

value

A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.


@JvmName(name = "tybruqpnotjbryro")
suspend fun scopes(vararg values: Output<AutomationScopeArgs>)


@JvmName(name = "yodtpjcdpuukmbfo")
suspend fun scopes(values: List<Output<AutomationScopeArgs>>)
@JvmName(name = "ulmvfgdiuclxovfy")
suspend fun scopes(vararg values: AutomationScopeArgs)

Parameters

values

A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.


@JvmName(name = "bohtimgnayccxwhg")
suspend fun scopes(argument: List<suspend AutomationScopeArgsBuilder.() -> Unit>)
@JvmName(name = "cmkoyaxkmvrenqel")
suspend fun scopes(vararg argument: suspend AutomationScopeArgsBuilder.() -> Unit)
@JvmName(name = "jyudfqpiynvmawot")
suspend fun scopes(argument: suspend AutomationScopeArgsBuilder.() -> Unit)

Parameters

argument

A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.