scopes

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


@JvmName(name = "qrykjmbkahfqhcpi")
suspend fun scopes(values: List<Output<AutomationScopeArgs>>)
@JvmName(name = "yganecodxgomtghp")
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 = "eawthjotfjqqabfa")
suspend fun scopes(argument: List<suspend AutomationScopeArgsBuilder.() -> Unit>)
@JvmName(name = "tuspogjudbroaeqn")
suspend fun scopes(vararg argument: suspend AutomationScopeArgsBuilder.() -> Unit)
@JvmName(name = "bathlnfiodfvckmd")
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.