Scope Args
data class ScopeArgs(val scopeType: Output<Either<String, ScopeType>>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<ScopeArgs>
Target scope for a given action rule. By default scope will be the subscription. User can also provide list of resource groups or list of resources from the scope subscription as well.