scopes

@JvmName(name = "qodvwhopcmjfopgg")
suspend fun scopes(value: Output<List<AutomationScopeArgs>>)
@JvmName(name = "fajlefntuudhghyx")
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 = "kfguhcaowxjouhlw")
suspend fun scopes(vararg values: Output<AutomationScopeArgs>)


@JvmName(name = "ugohbhsnkfavlksw")
suspend fun scopes(values: List<Output<AutomationScopeArgs>>)
@JvmName(name = "ypgeyviowelyxere")
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 = "dipnbqunldwlfhfq")
suspend fun scopes(argument: List<suspend AutomationScopeArgsBuilder.() -> Unit>)
@JvmName(name = "bhkyyykcjpomdylx")
suspend fun scopes(vararg argument: suspend AutomationScopeArgsBuilder.() -> Unit)
@JvmName(name = "yvhaftfhhesnvasd")
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.