scopes

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


@JvmName(name = "defvacoorgegwfrq")
suspend fun scopes(values: List<Output<AutomationScopeArgs>>)
@JvmName(name = "hrtkgalshmkmwfbn")
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 = "pasvsjnjxoagwyti")
suspend fun scopes(argument: List<suspend AutomationScopeArgsBuilder.() -> Unit>)
@JvmName(name = "yqwvfskgmfvoawkw")
suspend fun scopes(vararg argument: suspend AutomationScopeArgsBuilder.() -> Unit)
@JvmName(name = "oicsoyehddamgdwg")
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.