scopes

@JvmName(name = "pvufdgqndegwygvb")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "tlvayiiovvbxnvvu")
suspend fun scopes(value: List<String>?)

Parameters

value

A list of scopes on which the automation logic is applied, at least one is required. Supported scopes are a subscription (in this format /subscriptions/00000000-0000-0000-0000-000000000000) or a resource group under that subscription (in the format /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example). The automation will only apply on defined scopes.


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


@JvmName(name = "idospaqfpjjrnxja")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "kjveigtfuomvxbgi")
suspend fun scopes(vararg values: String)

Parameters

values

A list of scopes on which the automation logic is applied, at least one is required. Supported scopes are a subscription (in this format /subscriptions/00000000-0000-0000-0000-000000000000) or a resource group under that subscription (in the format /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example). The automation will only apply on defined scopes.